MixedRenderer: DefineComponent<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    readonly?: boolean;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: ControlElement;
}, {
    appliedOptions: ComputedRef<any>;
    clearable: ComputedRef<any>;
    computedLabel: ComputedRef<string>;
    control: ComputedRef<{
        cells: JsonFormsCellRendererRegistryEntry[] & {
            cell: any;
            tester: RankedTester;
        }[];
        config: any;
        data: any;
        description: string;
        enabled: boolean;
        errors: string;
        i18nKeyPrefix: string;
        id: string;
        label: string;
        path: string;
        readonly: NonNullable<boolean | undefined>;
        renderers: JsonFormsRendererRegistryEntry[];
        required: NonNullable<boolean | undefined>;
        rootSchema: NonNullable<JsonSchema>;
        schema: NonNullable<JsonSchema>;
        uischema: ControlElement;
        visible: boolean;
    }> & ComputedRef<{
        config: any;
        description: string;
        enabled: boolean;
        errors: string;
        id: string;
        label: string;
        path: string;
        readonly: boolean;
        required: boolean;
        schema: JsonSchema;
        uischema: ControlElement;
        visible: boolean;
    } & {
        errors: string;
    }> & ComputedRef<{
        i18nKeyPrefix: string;
        label: string;
    } & {
        translations: CombinatorTranslations;
    }>;
    controlWrapper: ComputedRef<{
        description: string;
        errors: string;
        id: string;
        label: string;
        required: boolean;
        visible: boolean;
    }>;
    currentlyExpanded: Ref<number | null, number | null>;
    handleBlur: (() => void);
    handleFocus: (() => void);
    icons: {
        current: ComputedRef<IconAliases>;
    };
    isControlEditable: ((control) => boolean);
    isFocused: Ref<boolean, boolean>;
    mixedRenderInfos: ComputedRef<(SchemaRenderInfo & {
        index: number;
    })[]>;
    nullable: ComputedRef<boolean>;
    onChange: ((value) => void);
    path: string;
    persistentHint: (() => boolean);
    rawErrors: ComputedRef<string>;
    resolvedSchema: ComputedRef<JsonSchema | undefined>;
    schema: ComputedRef<JsonSchema | undefined>;
    selectedIndex: Ref<number | null | undefined, number | null | undefined>;
    styles: Styles;
    t: ComputedRef<Translator>;
    touched: Ref<boolean, boolean>;
    uischema: ComputedRef<BaseUISchemaElement | undefined>;
    valueType: Ref<string | null, string | null>;
    vuetifyProps: ((path) => any);
    handleChange(path, value): void;
}, {}, {}, {
    handleSelectChange(newIndex): void;
    setToNull(): void;
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    readonly?: boolean;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: ControlElement;
}> & Readonly<{}>, {
    cells: JsonFormsCellRendererRegistryEntry[];
    config: Record<string, any>;
    enabled: boolean;
    readonly: boolean;
    renderers: JsonFormsRendererRegistryEntry[];
}, {}, {
    DispatchRenderer: DefineComponent<ExtractPropTypes<{
        cells: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsCellRendererRegistryEntry[]>;
        };
        config: {
            default: undefined;
            required: boolean;
            type: ObjectConstructor;
        };
        enabled: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        path: {
            required: true;
            type: StringConstructor;
        };
        readonly: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        renderers: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsRendererRegistryEntry[]>;
        };
        schema: {
            required: true;
            type: PropType<JsonSchema>;
        };
        uischema: {
            required: true;
            type: PropType<UISchemaElement>;
        };
    }>, {
        renderer: ComputedRef<{
            cells: JsonFormsCellRendererRegistryEntry[];
            config: any;
            enabled: NonNullable<boolean | undefined>;
            path: string;
            readonly: NonNullable<boolean | undefined>;
            renderers: JsonFormsRendererRegistryEntry[];
            schema: NonNullable<JsonSchema | undefined>;
            uischema: NonNullable<UISchemaElement | undefined>;
            uischemas: JsonFormsUISchemaRegistryEntry[];
            visible: NonNullable<boolean | undefined>;
        }>;
        rootSchema: ComputedRef<NonNullable<JsonSchema>>;
    }, {}, {
        determinedRenderer(): any;
    }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
        cells: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsCellRendererRegistryEntry[]>;
        };
        config: {
            default: undefined;
            required: boolean;
            type: ObjectConstructor;
        };
        enabled: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        path: {
            required: true;
            type: StringConstructor;
        };
        readonly: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        renderers: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsRendererRegistryEntry[]>;
        };
        schema: {
            required: true;
            type: PropType<JsonSchema>;
        };
        uischema: {
            required: true;
            type: PropType<UISchemaElement>;
        };
    }>> & Readonly<{}>, {
        cells: JsonFormsCellRendererRegistryEntry[];
        config: Record<string, any>;
        enabled: boolean;
        readonly: boolean;
        renderers: JsonFormsRendererRegistryEntry[];
    }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
    VCol: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
            cols: string | number | boolean;
            offset: string | number;
            order: string | number;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            class?: any;
            lg?: string | number | boolean;
            md?: string | number | boolean;
            offsetLg?: string | number;
            offsetMd?: string | number;
            offsetSm?: string | number;
            offsetXl?: string | number;
            offsetXxl?: string | number;
            orderLg?: string | number;
            orderMd?: string | number;
            orderSm?: string | number;
            orderXl?: string | number;
            orderXxl?: string | number;
            sm?: string | number | boolean;
            xl?: string | number | boolean;
            xxl?: string | number | boolean;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
            cols: string | number | boolean;
            offset: string | number;
            order: string | number;
            style: StyleValue;
            tag: string | JSXComponent;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode<(...), (...), (...)>[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
            cols: string | number | boolean;
            offset: string | number;
            order: string | number;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            class?: any;
            lg?: string | number | boolean;
            md?: string | number | boolean;
            offsetLg?: string | number;
            offsetMd?: string | number;
            offsetSm?: string | number;
            offsetXl?: string | number;
            offsetXxl?: string | number;
            orderLg?: string | number;
            orderMd?: string | number;
            orderSm?: string | number;
            orderXl?: string | number;
            orderXxl?: string | number;
            sm?: string | number | boolean;
            xl?: string | number | boolean;
            xxl?: string | number | boolean;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), {}, {}, {}, {
            alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
            cols: string | number | boolean;
            offset: string | number;
            order: string | number;
            style: StyleValue;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
        cols: string | number | boolean;
        offset: string | number;
        order: string | number;
        style: string | false | StyleValue[] | CSSProperties | null;
        tag: string | JSXComponent;
    } & {
        class?: any;
        lg?: string | number | boolean;
        md?: string | number | boolean;
        offsetLg?: string | number;
        offsetMd?: string | number;
        offsetSm?: string | number;
        offsetXl?: string | number;
        offsetXxl?: string | number;
        orderLg?: string | number;
        orderMd?: string | number;
        orderSm?: string | number;
        orderXl?: string | number;
        orderXxl?: string | number;
        sm?: string | number | boolean;
        xl?: string | number | boolean;
        xxl?: string | number | boolean;
    } & {
        $children?: {
            default?: (() => ...);
        } | {
            $stable?: boolean;
        } | (() => VNodeChild) | VNodeChild;
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, (() => VNode<RendererNode, RendererElement, {
        [key: string]: any;
    }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
        cols: string | number | boolean;
        offset: string | number;
        order: string | number;
        style: StyleValue;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        alignSelf: {
            default: null;
            type: PropType<"auto" | "baseline" | "center" | "end" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        class: PropType<any>;
        cols: {
            default: boolean;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        lg: Prop<string | number | boolean, false>;
        md: Prop<string | number | boolean, false>;
        offset: {
            default: null;
            type: (NumberConstructor | StringConstructor)[];
        };
        offsetLg: Prop<string | number, null>;
        offsetMd: Prop<string | number, null>;
        offsetSm: Prop<string | number, null>;
        offsetXl: Prop<string | number, null>;
        offsetXxl: Prop<string | number, null>;
        order: {
            default: null;
            type: (NumberConstructor | StringConstructor)[];
        };
        orderLg: Prop<string | number, null>;
        orderMd: Prop<string | number, null>;
        orderSm: Prop<string | number, null>;
        orderXl: Prop<string | number, null>;
        orderXxl: Prop<string | number, null>;
        sm: Prop<string | number | boolean, false>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        xl: Prop<string | number | boolean, false>;
        xxl: Prop<string | number | boolean, false>;
    }, ExtractPropTypes<{
        alignSelf: {
            default: null;
            type: PropType<"auto" | "baseline" | "center" | "end" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        class: PropType<any>;
        cols: {
            default: boolean;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        lg: Prop<string | number | boolean, false>;
        md: Prop<string | number | boolean, false>;
        offset: {
            default: null;
            type: (NumberConstructor | StringConstructor)[];
        };
        offsetLg: Prop<string | number, null>;
        offsetMd: Prop<string | number, null>;
        offsetSm: Prop<string | number, null>;
        offsetXl: Prop<string | number, null>;
        offsetXxl: Prop<string | number, null>;
        order: {
            default: null;
            type: (NumberConstructor | StringConstructor)[];
        };
        orderLg: Prop<string | number, null>;
        orderMd: Prop<string | number, null>;
        orderSm: Prop<string | number, null>;
        orderXl: Prop<string | number, null>;
        orderXxl: Prop<string | number, null>;
        sm: Prop<string | number | boolean, false>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        xl: Prop<string | number | boolean, false>;
        xxl: Prop<string | number | boolean, false>;
    }>>;
    VContainer: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            fluid: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            class?: any;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            width?: string | number;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            fluid: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode<(...), (...), (...)>[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            fluid: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            class?: any;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            width?: string | number;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, {}, {}, {}, {
            fluid: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        fluid: boolean;
        style: string | false | StyleValue[] | CSSProperties | null;
        tag: string | JSXComponent;
    } & {
        class?: any;
        height?: string | number;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        width?: string | number;
    } & {
        $children?: {
            default?: (() => ...);
        } | {
            $stable?: boolean;
        } | (() => VNodeChild) | VNodeChild;
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        fluid: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<any>;
        fluid: {
            default: boolean;
            type: BooleanConstructor;
        };
        height: (NumberConstructor | StringConstructor)[];
        maxHeight: (NumberConstructor | StringConstructor)[];
        maxWidth: (NumberConstructor | StringConstructor)[];
        minHeight: (NumberConstructor | StringConstructor)[];
        minWidth: (NumberConstructor | StringConstructor)[];
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        width: (NumberConstructor | StringConstructor)[];
    }, ExtractPropTypes<{
        class: PropType<any>;
        fluid: {
            default: boolean;
            type: BooleanConstructor;
        };
        height: (NumberConstructor | StringConstructor)[];
        maxHeight: (NumberConstructor | StringConstructor)[];
        maxWidth: (NumberConstructor | StringConstructor)[];
        minHeight: (NumberConstructor | StringConstructor)[];
        minWidth: (NumberConstructor | StringConstructor)[];
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        width: (NumberConstructor | StringConstructor)[];
    }>>;
    VExpansionPanel: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: (...)[];
            };
            static: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
            tile: boolean;
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            rounded?: string | number | boolean;
            selectedClass?: string;
            text?: string;
            title?: string;
            value?: any;
            width?: string | number;
        } & {
            $children?: {
                default?: ...;
                text?: ...;
                title?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
                text?: false | (...);
                title?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
            v-slot:text?: false | (() => VNodeChild);
            v-slot:title?: false | (() => VNodeChild);
        } & {
            onGroup:selected?: ((val) => any);
        }, {
            groupItem: GroupItemProvide;
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            group:selected: ((val) => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: string[];
            } | undefined;
            rounded: string | number | boolean;
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode<(...), (...), (...)>[]);
            text: (() => VNode<(...), (...), (...)>[]);
            title: (() => VNode<(...), (...), (...)>[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: (...)[];
            };
            static: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
            tile: boolean;
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            rounded?: string | number | boolean;
            selectedClass?: string;
            text?: string;
            title?: string;
            value?: any;
            width?: string | number;
        } & {
            $children?: {
                default?: ...;
                text?: ...;
                title?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
                text?: false | (...);
                title?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
            v-slot:text?: false | (() => VNodeChild);
            v-slot:title?: false | (() => VNodeChild);
        } & {
            onGroup:selected?: ((val) => any);
        }, {
            groupItem: GroupItemProvide;
        }, {}, {}, {}, {
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: string[];
            } | undefined;
            rounded: string | number | boolean;
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
        }>;
    } & ComponentOptionsBase<{
        collapseIcon: IconValue;
        disabled: boolean;
        eager: boolean;
        expandIcon: IconValue;
        focusable: boolean;
        hideActions: boolean;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: string[];
        };
        static: boolean;
        style: string | false | StyleValue[] | CSSProperties | null;
        tag: string | JSXComponent;
        tile: boolean;
    } & {
        bgColor?: string;
        class?: any;
        color?: string;
        elevation?: string | number;
        height?: string | number;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        rounded?: string | number | boolean;
        selectedClass?: string;
        text?: string;
        title?: string;
        value?: any;
        width?: string | number;
    } & {
        $children?: {
            default?: (() => ...);
            text?: (() => ...);
            title?: (() => ...);
        } | {
            $stable?: boolean;
        } | (() => VNodeChild) | VNodeChild;
        v-slots?: {
            default?: false | (() => ...);
            text?: false | (() => ...);
            title?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
        v-slot:text?: false | (() => VNodeChild);
        v-slot:title?: false | (() => VNodeChild);
    } & {
        onGroup:selected?: ((val) => any);
    }, {
        groupItem: GroupItemProvide;
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        group:selected: ((val) => true);
    }, string, {
        collapseIcon: IconValue;
        disabled: boolean;
        eager: boolean;
        expandIcon: IconValue;
        focusable: boolean;
        hideActions: boolean;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: string[];
        } | undefined;
        rounded: string | number | boolean;
        static: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        text: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        title: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        bgColor: StringConstructor;
        class: PropType<any>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        elevation: {
            type: (NumberConstructor | StringConstructor)[];
            validator(v): boolean;
        };
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        focusable: BooleanConstructor;
        height: (NumberConstructor | StringConstructor)[];
        hideActions: BooleanConstructor;
        maxHeight: (NumberConstructor | StringConstructor)[];
        maxWidth: (NumberConstructor | StringConstructor)[];
        minHeight: (NumberConstructor | StringConstructor)[];
        minWidth: (NumberConstructor | StringConstructor)[];
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<boolean | {
                class?: string;
                keys?: (...)[];
            } | undefined>;
        };
        rounded: {
            default: undefined;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        selectedClass: StringConstructor;
        static: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        text: StringConstructor;
        tile: BooleanConstructor;
        title: StringConstructor;
        value: null;
        width: (NumberConstructor | StringConstructor)[];
    }, ExtractPropTypes<{
        bgColor: StringConstructor;
        class: PropType<any>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        elevation: {
            type: (NumberConstructor | StringConstructor)[];
            validator(v): boolean;
        };
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        focusable: BooleanConstructor;
        height: (NumberConstructor | StringConstructor)[];
        hideActions: BooleanConstructor;
        maxHeight: (NumberConstructor | StringConstructor)[];
        maxWidth: (NumberConstructor | StringConstructor)[];
        minHeight: (NumberConstructor | StringConstructor)[];
        minWidth: (NumberConstructor | StringConstructor)[];
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<boolean | {
                class?: (...) | (...);
                keys?: (...) | (...);
            } | undefined>;
        };
        rounded: {
            default: undefined;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        selectedClass: StringConstructor;
        static: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        text: StringConstructor;
        tile: BooleanConstructor;
        title: StringConstructor;
        value: null;
        width: (NumberConstructor | StringConstructor)[];
    }>>;
    VExpansionPanelText: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            eager: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
        } & {
            class?: any;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            eager: boolean;
            style: StyleValue;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode<(...), (...), (...)>[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            eager: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
        } & {
            class?: any;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, {}, {}, {}, {
            eager: boolean;
            style: StyleValue;
        }>;
    } & ComponentOptionsBase<{
        eager: boolean;
        style: string | false | StyleValue[] | CSSProperties | null;
    } & {
        class?: any;
    } & {
        $children?: {
            default?: (() => ...);
        } | {
            $stable?: boolean;
        } | (() => VNodeChild) | VNodeChild;
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        eager: boolean;
        style: StyleValue;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<any>;
        eager: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
    }, ExtractPropTypes<{
        class: PropType<any>;
        eager: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
    }>>;
    VExpansionPanelTitle: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            collapseIcon: IconValue;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: (...)[];
            };
            static: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
        } & {
            class?: any;
            color?: string;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            width?: string | number;
        } & {
            $children?: {
                actions?: ...;
                default?: ...;
            } | {
                $stable?: boolean;
            } | ((arg) => VNodeChild) | VNodeChild;
            v-slots?: {
                actions?: false | (...);
                default?: false | (...);
            };
        } & {
            v-slot:actions?: false | ((arg) => VNodeChild);
            v-slot:default?: false | ((arg) => VNodeChild);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            collapseIcon: IconValue;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: string[];
            } | undefined;
            static: boolean;
            style: StyleValue;
        }, true, {}, SlotsType<Partial<{
            actions: ((arg) => VNode<(...), (...), (...)>[]);
            default: ((arg) => VNode<(...), (...), (...)>[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            collapseIcon: IconValue;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: (...)[];
            };
            static: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
        } & {
            class?: any;
            color?: string;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            width?: string | number;
        } & {
            $children?: {
                actions?: ...;
                default?: ...;
            } | {
                $stable?: boolean;
            } | ((arg) => VNodeChild) | VNodeChild;
            v-slots?: {
                actions?: false | (...);
                default?: false | (...);
            };
        } & {
            v-slot:actions?: false | ((arg) => VNodeChild);
            v-slot:default?: false | ((arg) => VNodeChild);
        }, {}, {}, {}, {}, {
            collapseIcon: IconValue;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: string[];
            } | undefined;
            static: boolean;
            style: StyleValue;
        }>;
    } & ComponentOptionsBase<{
        collapseIcon: IconValue;
        expandIcon: IconValue;
        focusable: boolean;
        hideActions: boolean;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: string[];
        };
        static: boolean;
        style: string | false | StyleValue[] | CSSProperties | null;
    } & {
        class?: any;
        color?: string;
        height?: string | number;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        width?: string | number;
    } & {
        $children?: {
            actions?: ((arg) => ...);
            default?: ((arg) => ...);
        } | {
            $stable?: boolean;
        } | ((arg) => VNodeChild) | VNodeChild;
        v-slots?: {
            actions?: false | ((arg) => ...);
            default?: false | ((arg) => ...);
        };
    } & {
        v-slot:actions?: false | ((arg) => VNodeChild);
        v-slot:default?: false | ((arg) => VNodeChild);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        collapseIcon: IconValue;
        expandIcon: IconValue;
        focusable: boolean;
        hideActions: boolean;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: string[];
        } | undefined;
        static: boolean;
        style: StyleValue;
    }, {}, string, SlotsType<Partial<{
        actions: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        default: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<any>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        focusable: BooleanConstructor;
        height: (NumberConstructor | StringConstructor)[];
        hideActions: BooleanConstructor;
        maxHeight: (NumberConstructor | StringConstructor)[];
        maxWidth: (NumberConstructor | StringConstructor)[];
        minHeight: (NumberConstructor | StringConstructor)[];
        minWidth: (NumberConstructor | StringConstructor)[];
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<boolean | {
                class?: string;
                keys?: (...)[];
            } | undefined>;
        };
        static: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        width: (NumberConstructor | StringConstructor)[];
    }, ExtractPropTypes<{
        class: PropType<any>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        focusable: BooleanConstructor;
        height: (NumberConstructor | StringConstructor)[];
        hideActions: BooleanConstructor;
        maxHeight: (NumberConstructor | StringConstructor)[];
        maxWidth: (NumberConstructor | StringConstructor)[];
        minHeight: (NumberConstructor | StringConstructor)[];
        minWidth: (NumberConstructor | StringConstructor)[];
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<boolean | {
                class?: (...) | (...);
                keys?: (...) | (...);
            } | undefined>;
        };
        static: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        width: (NumberConstructor | StringConstructor)[];
    }>>;
    VExpansionPanels: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            expandIcon: IconValue;
            flat: boolean;
            focusable: boolean;
            hideActions: boolean;
            multiple: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: (...)[];
            };
            static: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "accordion" | "default" | "inset" | "popout";
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            elevation?: string | number;
            mandatory?: "force" | boolean;
            max?: number;
            rounded?: string | number | boolean;
            selectedClass?: string;
            theme?: string;
        }, {
            next: (() => void);
            prev: (() => void);
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
            update:modelValue: ((val) => true);
        }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            expandIcon: IconValue;
            flat: boolean;
            focusable: boolean;
            hideActions: boolean;
            multiple: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: string[];
            } | undefined;
            rounded: string | number | boolean;
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "accordion" | "default" | "inset" | "popout";
        }, true, {}, SlotsType<Partial<{
            default: ((arg) => VNode<(...), (...), (...)>[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            expandIcon: IconValue;
            flat: boolean;
            focusable: boolean;
            hideActions: boolean;
            multiple: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: (...)[];
            };
            static: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "accordion" | "default" | "inset" | "popout";
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            elevation?: string | number;
            mandatory?: "force" | boolean;
            max?: number;
            rounded?: string | number | boolean;
            selectedClass?: string;
            theme?: string;
        }, {
            next: (() => void);
            prev: (() => void);
        }, {}, {}, {}, {
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            expandIcon: IconValue;
            flat: boolean;
            focusable: boolean;
            hideActions: boolean;
            multiple: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: string[];
            } | undefined;
            rounded: string | number | boolean;
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "accordion" | "default" | "inset" | "popout";
        }>;
    } & ComponentOptionsBase<{
        collapseIcon: IconValue;
        disabled: boolean;
        eager: boolean;
        expandIcon: IconValue;
        flat: boolean;
        focusable: boolean;
        hideActions: boolean;
        multiple: boolean;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: string[];
        };
        static: boolean;
        style: string | false | StyleValue[] | CSSProperties | null;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "accordion" | "default" | "inset" | "popout";
    } & {
        bgColor?: string;
        class?: any;
        color?: string;
        elevation?: string | number;
        mandatory?: "force" | boolean;
        max?: number;
        rounded?: string | number | boolean;
        selectedClass?: string;
        theme?: string;
    }, {
        next: (() => void);
        prev: (() => void);
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
        update:modelValue: ((val) => true);
    }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
        collapseIcon: IconValue;
        disabled: boolean;
        eager: boolean;
        expandIcon: IconValue;
        flat: boolean;
        focusable: boolean;
        hideActions: boolean;
        multiple: boolean;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: string[];
        } | undefined;
        rounded: string | number | boolean;
        static: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "accordion" | "default" | "inset" | "popout";
    }, {}, string, SlotsType<Partial<{
        default: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <TModel>(props, slots) => GenericProps<{
        modelValue?: TModel;
        onUpdate:modelValue?: ((value) => void);
    }, VExpansionPanelSlots>) & FilterPropsOptions<{
        bgColor: StringConstructor;
        class: PropType<any>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        elevation: {
            type: (NumberConstructor | StringConstructor)[];
            validator(v): boolean;
        };
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        flat: BooleanConstructor;
        focusable: BooleanConstructor;
        hideActions: BooleanConstructor;
        mandatory: PropType<"force" | boolean>;
        max: NumberConstructor;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<boolean | {
                class?: string;
                keys?: (...)[];
            } | undefined>;
        };
        rounded: {
            default: undefined;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        selectedClass: StringConstructor;
        static: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        variant: {
            default: string;
            type: PropType<"accordion" | "default" | "inset" | "popout">;
            validator: ((v) => boolean);
        };
    }, ExtractPropTypes<{
        bgColor: StringConstructor;
        class: PropType<any>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        elevation: {
            type: (NumberConstructor | StringConstructor)[];
            validator(v): boolean;
        };
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        flat: BooleanConstructor;
        focusable: BooleanConstructor;
        hideActions: BooleanConstructor;
        mandatory: PropType<"force" | boolean>;
        max: NumberConstructor;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<boolean | {
                class?: (...) | (...);
                keys?: (...) | (...);
            } | undefined>;
        };
        rounded: {
            default: undefined;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        selectedClass: StringConstructor;
        static: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        variant: {
            default: string;
            type: PropType<"accordion" | "default" | "inset" | "popout">;
            validator: ((v) => boolean);
        };
    }>>;
    VRow: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            align: "baseline" | "center" | "end" | "start" | "stretch";
            alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            noGutters: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
            alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
            alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
            alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
            alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
            class?: any;
            justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            align: "baseline" | "center" | "end" | "start" | "stretch";
            alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            noGutters: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode<(...), (...), (...)>[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            align: "baseline" | "center" | "end" | "start" | "stretch";
            alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            noGutters: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
            alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
            alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
            alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
            alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
            class?: any;
            justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), {}, {}, {}, {
            align: "baseline" | "center" | "end" | "start" | "stretch";
            alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            noGutters: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        align: "baseline" | "center" | "end" | "start" | "stretch";
        alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        dense: boolean;
        justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        noGutters: boolean;
        style: string | false | StyleValue[] | CSSProperties | null;
        tag: string | JSXComponent;
    } & {
        alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
        alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
        alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
        alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
        alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
        class?: any;
        justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
    } & {
        $children?: {
            default?: (() => ...);
        } | {
            $stable?: boolean;
        } | (() => VNodeChild) | VNodeChild;
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, (() => VNode<RendererNode, RendererElement, {
        [key: string]: any;
    }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        align: "baseline" | "center" | "end" | "start" | "stretch";
        alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        dense: boolean;
        justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        noGutters: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        align: {
            default: null;
            type: PropType<"baseline" | "center" | "end" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        alignContent: {
            default: null;
            type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        alignContentLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentSm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignLg: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignMd: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignSm: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignXl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignXxl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        class: PropType<any>;
        dense: BooleanConstructor;
        justify: {
            default: null;
            type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        justifyLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifySm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        noGutters: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }, ExtractPropTypes<{
        align: {
            default: null;
            type: PropType<"baseline" | "center" | "end" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        alignContent: {
            default: null;
            type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        alignContentLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentSm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignLg: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignMd: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignSm: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignXl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignXxl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        class: PropType<any>;
        dense: BooleanConstructor;
        justify: {
            default: null;
            type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        justifyLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifySm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        noGutters: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }>>;
    VSelect: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            active: boolean;
            autofocus: boolean;
            chips: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            closableChips: boolean;
            closeText: string;
            density: Density;
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            filterKeys: FilterKeys;
            filterMode: FilterMode;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideNoData: boolean;
            hideSelected: boolean;
            hideSpinButtons: boolean;
            itemChildren: string | boolean | readonly (...)[] | ((item, fallback?) => any) | null;
            itemType: string | boolean | readonly (...)[] | ((item, fallback?) => any) | null;
            maxErrors: string | number;
            menu: boolean;
            menuIcon: IconValue;
            messages: string | readonly string[];
            noAutoScroll: boolean;
            noDataText: string;
            noFilter: boolean;
            openOnClear: boolean;
            openText: string;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            role: string;
            rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
            singleLine: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tile: boolean;
            transition: string | boolean | {
                component: Component;
            } | TransitionProps & {
                component?: ...;
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
        } & {
            appendIcon?: IconValue;
            appendInnerIcon?: IconValue;
            autocomplete?: string;
            baseColor?: string;
            bgColor?: string;
            centerAffix?: boolean;
            class?: any;
            color?: string;
            counter?: string | number | boolean;
            counterValue?: number | ((value) => number);
            customFilter?: FilterFunction;
            customKeyFilter?: FilterKeyFunctions;
            hideDetails?: "auto" | boolean;
            hint?: string;
            iconColor?: string | boolean;
            id?: string;
            itemColor?: string;
            label?: string;
            listProps?: Partial<(...)> & Omit<(...), (...)> & {
                activated?: ...;
                itemChildren?: ...;
                itemProps?: ...;
                itemTitle?: ...;
                itemValue?: ...;
                items?: ...;
                onClick:open?: ...;
                onClick:select?: ...;
                onUpdate:activated?: ...;
                onUpdate:opened?: ...;
                onUpdate:selected?: ...;
                opened?: ...;
                selected?: ...;
            } & {
                $children?: ...;
                v-slots?: ...;
            } & {
                v-slot:append?: ...;
                v-slot:default?: ...;
                v-slot:divider?: ...;
                v-slot:header?: ...;
                v-slot:item?: ...;
                v-slot:prepend?: ...;
                v-slot:subheader?: ...;
                v-slot:subtitle?: ...;
                v-slot:title?: ...;
            };
            loading?: string | boolean;
            maxWidth?: string | number;
            menuProps?: Partial<(...)> & Omit<(...), (...)>;
            minWidth?: string | number;
            modelModifiers?: Record<string, boolean>;
            name?: string;
            onClick:append?: ((args_0) => void);
            onClick:appendInner?: ((args_0) => void);
            onClick:clear?: ((args_0) => void);
            onClick:prepend?: ((args_0) => void);
            onClick:prependInner?: ((args_0) => void);
            onUpdate:focused?: ((args_0) => void);
            placeholder?: string;
            prefix?: string;
            prependIcon?: IconValue;
            prependInnerIcon?: IconValue;
            rounded?: string | number | boolean;
            search?: string;
            suffix?: string;
            theme?: string;
            validateOn?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...);
            valueComparator?: ValueComparator;
            width?: string | number;
        } & {
            onUpdate:focused?: ((focused) => any);
            onUpdate:menu?: ((ue) => any);
            onUpdate:search?: ((value) => any);
        }, {
            filteredItems: ShallowRef<ListItem<any>[], ListItem<any>[]>;
            isFocused: ShallowRef<boolean, boolean>;
            menu: WritableComputedRef<boolean, boolean>;
            search: Ref<string | undefined, string | undefined> & {
                externalValue: string | undefined;
            };
            select: ((item, set?) => void);
        } & Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: (...) & (...) & (...) & (...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            autofocus: ...;
            centerAffix: ...;
            clearIcon: ...;
            clearable: ...;
            density: ...;
            dirty: ...;
            disabled: ...;
            error: ...;
            errorMessages: ...;
            flat: ...;
            focused: ...;
            glow: ...;
            hideSpinButtons: ...;
            maxErrors: ...;
            messages: ...;
            persistentClear: ...;
            persistentCounter: ...;
            persistentHint: ...;
            persistentPlaceholder: ...;
            readonly: ...;
            reverse: ...;
            rounded: ...;
            rules: ...;
            singleLine: ...;
            style: ...;
            tile: ...;
            type: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "readonly" | "label" | "style" | "theme" | "class" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "variant" | "disabled" | "rounded" | "color" | "maxWidth" | "minWidth" | "width" | "baseColor" | "bgColor" | "flat" | "active" | "appendIcon" | "prependIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "reverse" | "centerAffix" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "name" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "type" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
            _allExposed: {
                filteredItems: ShallowRef<(...)[], (...)[]>;
                isFocused: ShallowRef<boolean, boolean>;
                menu: WritableComputedRef<boolean, boolean>;
                search: Ref<(...), (...)> & {
                    externalValue: ...;
                };
                select: ((item, set?) => void);
            } | HTMLInputElement & Omit<(...), (...)> & Omit<(...), (...)> & {
                _allExposed: ...;
            };
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
            update:focused: ((focused) => true);
            update:menu: ((ue) => true);
            update:modelValue: ((value) => true);
            update:search: ((value) => true);
        }, "$children" | "v-slots" | "itemProps" | "itemTitle" | "itemValue" | "items" | "v-slot:append" | "v-slot:divider" | "v-slot:item" | "v-slot:prepend" | "v-slot:subheader" | "returnObject" | "multiple" | "modelValue" | "v-slot:loader" | "update:modelValue" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-item" | "v-slot:chip" | "v-slot:menu-footer" | "v-slot:menu-header" | "v-slot:no-data" | "v-slot:prepend-item" | "v-slot:selection">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            active: boolean;
            autofocus: boolean;
            centerAffix: boolean;
            chips: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            closableChips: boolean;
            closeText: string;
            density: Density;
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            filterKeys: FilterKeys;
            filterMode: FilterMode;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideNoData: boolean;
            hideSelected: boolean;
            hideSpinButtons: boolean;
            itemChildren: SelectItemKey;
            itemType: SelectItemKey;
            maxErrors: string | number;
            menu: boolean;
            menuIcon: IconValue;
            messages: string | readonly string[];
            noAutoScroll: boolean;
            noDataText: string;
            noFilter: boolean;
            openOnClear: boolean;
            openText: string;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            role: string;
            rounded: string | number | boolean;
            rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            transition: string | boolean | {
                component: Component;
            } | TransitionProps & {
                component?: (...) | (...);
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
        }, true, {}, SlotsType<Partial<{
            append: ((arg) => VNode<(...), (...), (...)>[]);
            append-inner: ((arg) => VNode<(...), (...), (...)>[]);
            append-item: (() => VNode<(...), (...), (...)>[]);
            chip: ((arg) => VNode<(...), (...), (...)>[]);
            clear: ((arg) => VNode<(...), (...), (...)>[]);
            details: ((arg) => VNode<(...), (...), (...)>[]);
            divider: ((arg) => VNode<(...), (...), (...)>[]);
            item: ((arg) => VNode<(...), (...), (...)>[]);
            label: ((arg) => VNode<(...), (...), (...)>[]);
            loader: ((arg) => VNode<(...), (...), (...)>[]);
            menu-footer: ((arg) => VNode<(...), (...), (...)>[]);
            menu-header: ((arg) => VNode<(...), (...), (...)>[]);
            message: ((arg) => VNode<(...), (...), (...)>[]);
            no-data: (() => VNode<(...), (...), (...)>[]);
            prepend: ((arg) => VNode<(...), (...), (...)>[]);
            prepend-inner: ((arg) => VNode<(...), (...), (...)>[]);
            prepend-item: (() => VNode<(...), (...), (...)>[]);
            selection: ((arg) => VNode<(...), (...), (...)>[]);
            subheader: ((arg) => VNode<(...), (...), (...)>[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            active: boolean;
            autofocus: boolean;
            chips: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            closableChips: boolean;
            closeText: string;
            density: Density;
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            filterKeys: FilterKeys;
            filterMode: FilterMode;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideNoData: boolean;
            hideSelected: boolean;
            hideSpinButtons: boolean;
            itemChildren: string | boolean | readonly (...)[] | ((item, fallback?) => any) | null;
            itemType: string | boolean | readonly (...)[] | ((item, fallback?) => any) | null;
            maxErrors: string | number;
            menu: boolean;
            menuIcon: IconValue;
            messages: string | readonly string[];
            noAutoScroll: boolean;
            noDataText: string;
            noFilter: boolean;
            openOnClear: boolean;
            openText: string;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            role: string;
            rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
            singleLine: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tile: boolean;
            transition: string | boolean | {
                component: Component;
            } | TransitionProps & {
                component?: ...;
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
        } & {
            appendIcon?: IconValue;
            appendInnerIcon?: IconValue;
            autocomplete?: string;
            baseColor?: string;
            bgColor?: string;
            centerAffix?: boolean;
            class?: any;
            color?: string;
            counter?: string | number | boolean;
            counterValue?: number | ((value) => number);
            customFilter?: FilterFunction;
            customKeyFilter?: FilterKeyFunctions;
            hideDetails?: "auto" | boolean;
            hint?: string;
            iconColor?: string | boolean;
            id?: string;
            itemColor?: string;
            label?: string;
            listProps?: Partial<(...)> & Omit<(...), (...)> & {
                activated?: ...;
                itemChildren?: ...;
                itemProps?: ...;
                itemTitle?: ...;
                itemValue?: ...;
                items?: ...;
                onClick:open?: ...;
                onClick:select?: ...;
                onUpdate:activated?: ...;
                onUpdate:opened?: ...;
                onUpdate:selected?: ...;
                opened?: ...;
                selected?: ...;
            } & {
                $children?: ...;
                v-slots?: ...;
            } & {
                v-slot:append?: ...;
                v-slot:default?: ...;
                v-slot:divider?: ...;
                v-slot:header?: ...;
                v-slot:item?: ...;
                v-slot:prepend?: ...;
                v-slot:subheader?: ...;
                v-slot:subtitle?: ...;
                v-slot:title?: ...;
            };
            loading?: string | boolean;
            maxWidth?: string | number;
            menuProps?: Partial<(...)> & Omit<(...), (...)>;
            minWidth?: string | number;
            modelModifiers?: Record<string, boolean>;
            name?: string;
            onClick:append?: ((args_0) => void);
            onClick:appendInner?: ((args_0) => void);
            onClick:clear?: ((args_0) => void);
            onClick:prepend?: ((args_0) => void);
            onClick:prependInner?: ((args_0) => void);
            onUpdate:focused?: ((args_0) => void);
            placeholder?: string;
            prefix?: string;
            prependIcon?: IconValue;
            prependInnerIcon?: IconValue;
            rounded?: string | number | boolean;
            search?: string;
            suffix?: string;
            theme?: string;
            validateOn?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...);
            valueComparator?: ValueComparator;
            width?: string | number;
        } & {
            onUpdate:focused?: ((focused) => any);
            onUpdate:menu?: ((ue) => any);
            onUpdate:search?: ((value) => any);
        }, {
            filteredItems: ShallowRef<ListItem<any>[], ListItem<any>[]>;
            isFocused: ShallowRef<boolean, boolean>;
            menu: WritableComputedRef<boolean, boolean>;
            search: Ref<string | undefined, string | undefined> & {
                externalValue: string | undefined;
            };
            select: ((item, set?) => void);
        } & Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: (...) & (...) & (...) & (...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            autofocus: ...;
            centerAffix: ...;
            clearIcon: ...;
            clearable: ...;
            density: ...;
            dirty: ...;
            disabled: ...;
            error: ...;
            errorMessages: ...;
            flat: ...;
            focused: ...;
            glow: ...;
            hideSpinButtons: ...;
            maxErrors: ...;
            messages: ...;
            persistentClear: ...;
            persistentCounter: ...;
            persistentHint: ...;
            persistentPlaceholder: ...;
            readonly: ...;
            reverse: ...;
            rounded: ...;
            rules: ...;
            singleLine: ...;
            style: ...;
            tile: ...;
            type: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "readonly" | "label" | "style" | "theme" | "class" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "variant" | "disabled" | "rounded" | "color" | "maxWidth" | "minWidth" | "width" | "baseColor" | "bgColor" | "flat" | "active" | "appendIcon" | "prependIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "reverse" | "centerAffix" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "name" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "type" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
            _allExposed: {
                filteredItems: ShallowRef<(...)[], (...)[]>;
                isFocused: ShallowRef<boolean, boolean>;
                menu: WritableComputedRef<boolean, boolean>;
                search: Ref<(...), (...)> & {
                    externalValue: ...;
                };
                select: ((item, set?) => void);
            } | HTMLInputElement & Omit<(...), (...)> & Omit<(...), (...)> & {
                _allExposed: ...;
            };
        }, {}, {}, {}, {
            active: boolean;
            autofocus: boolean;
            centerAffix: boolean;
            chips: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            closableChips: boolean;
            closeText: string;
            density: Density;
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            filterKeys: FilterKeys;
            filterMode: FilterMode;
            flat: boolean;
            focused: boolean;
            glow: boolean;
            hideNoData: boolean;
            hideSelected: boolean;
            hideSpinButtons: boolean;
            itemChildren: SelectItemKey;
            itemType: SelectItemKey;
            maxErrors: string | number;
            menu: boolean;
            menuIcon: IconValue;
            messages: string | readonly string[];
            noAutoScroll: boolean;
            noDataText: string;
            noFilter: boolean;
            openOnClear: boolean;
            openText: string;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            role: string;
            rounded: string | number | boolean;
            rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            transition: string | boolean | {
                component: Component;
            } | TransitionProps & {
                component?: (...) | (...);
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
        }>;
    } & ComponentOptionsBase<{
        active: boolean;
        autofocus: boolean;
        chips: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        closableChips: boolean;
        closeText: string;
        density: Density;
        disabled: boolean;
        eager: boolean;
        error: boolean;
        errorMessages: string | readonly string[] | null;
        filterKeys: FilterKeys;
        filterMode: FilterMode;
        flat: boolean;
        focused: boolean;
        glow: boolean;
        hideNoData: boolean;
        hideSelected: boolean;
        hideSpinButtons: boolean;
        itemChildren: string | boolean | readonly ((...) | (...))[] | ((item, fallback?) => any) | null;
        itemType: string | boolean | readonly ((...) | (...))[] | ((item, fallback?) => any) | null;
        maxErrors: string | number;
        menu: boolean;
        menuIcon: IconValue;
        messages: string | readonly string[];
        noAutoScroll: boolean;
        noDataText: string;
        noFilter: boolean;
        openOnClear: boolean;
        openText: string;
        persistentClear: boolean;
        persistentCounter: boolean;
        persistentHint: boolean;
        persistentPlaceholder: boolean;
        readonly: boolean | null;
        reverse: boolean;
        role: string;
        rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
        singleLine: boolean;
        style: string | false | StyleValue[] | CSSProperties | null;
        tile: boolean;
        transition: string | boolean | {
            component: Component;
        } | TransitionProps & {
            component?: (...) | (...);
        } | null;
        type: string;
        variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
    } & {
        appendIcon?: IconValue;
        appendInnerIcon?: IconValue;
        autocomplete?: string;
        baseColor?: string;
        bgColor?: string;
        centerAffix?: boolean;
        class?: any;
        color?: string;
        counter?: string | number | boolean;
        counterValue?: number | ((value) => number);
        customFilter?: FilterFunction;
        customKeyFilter?: FilterKeyFunctions;
        hideDetails?: "auto" | boolean;
        hint?: string;
        iconColor?: string | boolean;
        id?: string;
        itemColor?: string;
        label?: string;
        listProps?: Partial<{
            activatable: ...;
            density: ...;
            disabled: ...;
            filterable: ...;
            itemType: ...;
            itemsRegistration: ...;
            lines: ...;
            mandatory: ...;
            nav: ...;
            navigationStrategy: ...;
            openStrategy: ...;
            returnObject: ...;
            rounded: ...;
            selectStrategy: ...;
            selectable: ...;
            slim: ...;
            style: ...;
            tag: ...;
            tile: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & {
            activated?: unknown;
            itemChildren?: SelectItemKey<(...)>;
            itemProps?: SelectItemKey<(...)>;
            itemTitle?: SelectItemKey<(...)>;
            itemValue?: SelectItemKey<(...)>;
            items?: (...) | (...);
            onClick:open?: (...) | (...);
            onClick:select?: (...) | (...);
            onUpdate:activated?: (...) | (...);
            onUpdate:opened?: (...) | (...);
            onUpdate:selected?: (...) | (...);
            opened?: unknown;
            selected?: unknown;
        } & {
            $children?: (...) | (...) | (...) | (...);
            v-slots?: (...) | (...);
        } & {
            v-slot:append?: (...) | (...) | (...);
            v-slot:default?: (...) | (...) | (...);
            v-slot:divider?: (...) | (...) | (...);
            v-slot:header?: (...) | (...) | (...);
            v-slot:item?: (...) | (...) | (...);
            v-slot:prepend?: (...) | (...) | (...);
            v-slot:subheader?: (...) | (...) | (...);
            v-slot:subtitle?: (...) | (...) | (...);
            v-slot:title?: (...) | (...) | (...);
        };
        loading?: string | boolean;
        maxWidth?: string | number;
        menuProps?: Partial<{
            activatorProps: ...;
            captureFocus: ...;
            closeDelay: ...;
            closeOnBack: ...;
            closeOnContentClick: ...;
            contained: ...;
            disableInitialFocus: ...;
            disabled: ...;
            eager: ...;
            location: ...;
            locationStrategy: ...;
            modelValue: ...;
            noClickAnimation: ...;
            openDelay: ...;
            openOnClick: ...;
            openOnFocus: ...;
            openOnHover: ...;
            origin: ...;
            persistent: ...;
            retainFocus: ...;
            scrim: ...;
            scrollStrategy: ...;
            stickToTarget: ...;
            style: ...;
            submenu: ...;
            transition: ...;
            viewportMargin: ...;
            zIndex: ...;
        }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)>;
        minWidth?: string | number;
        modelModifiers?: Record<string, boolean>;
        name?: string;
        onClick:append?: ((args_0) => void);
        onClick:appendInner?: ((args_0) => void);
        onClick:clear?: ((args_0) => void);
        onClick:prepend?: ((args_0) => void);
        onClick:prependInner?: ((args_0) => void);
        onUpdate:focused?: ((args_0) => void);
        placeholder?: string;
        prefix?: string;
        prependIcon?: IconValue;
        prependInnerIcon?: IconValue;
        rounded?: string | number | boolean;
        search?: string;
        suffix?: string;
        theme?: string;
        validateOn?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | (...) | (...) | (...);
        valueComparator?: ValueComparator;
        width?: string | number;
    } & {
        onUpdate:focused?: ((focused) => any);
        onUpdate:menu?: ((ue) => any);
        onUpdate:search?: ((value) => any);
    }, {
        filteredItems: ShallowRef<ListItem<any>[], ListItem<any>[]>;
        isFocused: ShallowRef<boolean, boolean>;
        menu: WritableComputedRef<boolean, boolean>;
        search: Ref<string | undefined, string | undefined> & {
            externalValue: string | undefined;
        };
        select: ((item, set?) => void);
    } & Omit<Omit<{
        $: ComponentInternalInstance;
        $attrs: {
            [x: string]: unknown;
        };
        $data: {};
        $el: any;
        $emit: (...) & (...) & (...) & (...);
        $forceUpdate: (() => void);
        $host: Element | null;
        $nextTick: nextTick;
        $options: ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & {
            activated?: ...;
            beforeCreate?: ...;
            beforeDestroy?: ...;
            beforeMount?: ...;
            beforeUnmount?: ...;
            beforeUpdate?: ...;
            created?: ...;
            deactivated?: ...;
            destroyed?: ...;
            errorCaptured?: ...;
            mounted?: ...;
            renderTracked?: ...;
            renderTriggered?: ...;
            unmounted?: ...;
            updated?: ...;
        };
        $parent: ComponentPublicInstance<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> | null;
        $props: Partial<(...)> & Omit<(...), (...)>;
        $refs: {
            [x: string]: unknown;
        };
        $root: ComponentPublicInstance<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> | null;
        $slots: Readonly<{
            append?: ...;
            append-inner?: ...;
            clear?: ...;
            counter?: ...;
            default?: ...;
            details?: ...;
            label?: ...;
            loader?: ...;
            message?: ...;
            prepend?: ...;
            prepend-inner?: ...;
        }>;
        $watch<T>(source, cb, options?): WatchStopHandle;
    } & Readonly<{
        active: boolean;
        autofocus: boolean;
        centerAffix: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        density: Density;
        dirty: boolean;
        disabled: boolean;
        error: boolean;
        errorMessages: (...) | (...) | (...);
        flat: boolean;
        focused: boolean;
        glow: boolean;
        hideSpinButtons: boolean;
        maxErrors: (...) | (...);
        messages: (...) | (...);
        persistentClear: boolean;
        persistentCounter: boolean;
        persistentHint: boolean;
        persistentPlaceholder: boolean;
        readonly: (...) | (...);
        reverse: boolean;
        rounded: (...) | (...) | (...);
        rules: readonly (...);
        singleLine: boolean;
        style: StyleValue;
        tile: boolean;
        type: string;
        variant: (...) | (...) | (...) | (...) | (...) | (...) | (...);
    }> & Omit<{
        active: ...;
        autofocus: ...;
        clearIcon: ...;
        clearable: ...;
        density: ...;
        dirty: ...;
        disabled: ...;
        error: ...;
        errorMessages: ...;
        flat: ...;
        focused: ...;
        glow: ...;
        hideSpinButtons: ...;
        maxErrors: ...;
        messages: ...;
        persistentClear: ...;
        persistentCounter: ...;
        persistentHint: ...;
        persistentPlaceholder: ...;
        readonly: ...;
        reverse: ...;
        rules: ...;
        singleLine: ...;
        style: ...;
        tile: ...;
        type: ...;
        variant: ...;
    } & {
        appendIcon?: ...;
        appendInnerIcon?: ...;
        autocomplete?: ...;
        baseColor?: ...;
        bgColor?: ...;
        centerAffix?: ...;
        class?: ...;
        color?: ...;
        counter?: ...;
        counterValue?: ...;
        hideDetails?: ...;
        hint?: ...;
        iconColor?: ...;
        id?: ...;
        label?: ...;
        loading?: ...;
        maxWidth?: ...;
        minWidth?: ...;
        modelModifiers?: ...;
        modelValue?: ...;
        name?: ...;
        onClick:append?: ...;
        onClick:appendInner?: ...;
        onClick:clear?: ...;
        onClick:prepend?: ...;
        onClick:prependInner?: ...;
        onUpdate:focused?: ...;
        placeholder?: ...;
        prefix?: ...;
        prependIcon?: ...;
        prependInnerIcon?: ...;
        role?: ...;
        rounded?: ...;
        suffix?: ...;
        theme?: ...;
        validateOn?: ...;
        validationValue?: ...;
        width?: ...;
    } & {
        $children?: ...;
        v-slots?: ...;
    } & {
        v-slot:append?: ...;
        v-slot:append-inner?: ...;
        v-slot:clear?: ...;
        v-slot:counter?: ...;
        v-slot:default?: ...;
        v-slot:details?: ...;
        v-slot:label?: ...;
        v-slot:loader?: ...;
        v-slot:message?: ...;
        v-slot:prepend?: ...;
        v-slot:prepend-inner?: ...;
    } & {
        onClick:control?: ...;
        onMousedown:control?: ...;
        onUpdate:focused?: ...;
        onUpdate:modelValue?: ...;
    }, "id" | "required" | "size" | "reverse" | "flat" | "translate" | "error" | "alt" | "persistentHint" | "clearable" | "normalize" | "pattern" | "multiple" | "style" | "name" | "readonly" | "type" | "value" | "form" | "select" | "title" | "animate" | "slot" | "rounded" | "tile" | "height" | "width" | "max" | "disabled" | "_allExposed" | "children" | "labels" | "density" | "variant" | "list" | "active" | "align" | "prepend" | "append" | "focus" | "click" | "indeterminate" | "dir" | "maxLength" | "minLength" | "readOnly" | "contains" | "validate" | "isValid" | "reset" | "resetValidation" | "centerAffix" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "blur" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "addEventListener" | "after" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "capture" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contentEditable" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "dirName" | "dispatchEvent" | "draggable" | "enterKeyHint" | "files" | "firstChild" | "firstElementChild" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "hidden" | "hidePopover" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lang" | "lastChild" | "lastElementChild" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "min" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "onfullscreenchange" | "onfullscreenerror" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "role" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "tabIndex" | "tagName" | "textContent" | "toggleAttribute" | "togglePopover" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "willValidate" | "writingSuggestions"> & ShallowUnwrapRef<HTMLInputElement & Omit<(...), (...)> & Omit<(...), (...)> & {
        _allExposed: ...;
    }> & ComponentCustomProperties, "label" | "id" | "reverse" | "flat" | "error" | "loading" | "color" | "persistentHint" | "clearable" | "theme" | "class" | "style" | "name" | "readonly" | "$children" | "v-slots" | "v-slot:default" | "type" | keyof VNodeProps | "rounded" | "tile" | "maxWidth" | "minWidth" | "width" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "density" | "variant" | "baseColor" | "bgColor" | "active" | "appendIcon" | "prependIcon" | "v-slot:loader" | "centerAffix" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "appendInnerIcon" | "clearIcon" | "dirty" | "persistentClear" | "prependInnerIcon" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
        _allExposed: {
            filteredItems: ShallowRef<ListItem<(...)>[], ListItem<(...)>[]>;
            isFocused: ShallowRef<boolean, boolean>;
            menu: WritableComputedRef<boolean, boolean>;
            search: Ref<(...) | (...), (...) | (...)> & {
                externalValue: (...) | (...);
            };
            select: ((item, set?) => void);
        } | HTMLInputElement & Omit<Omit<(...), (...)>, `$${(...)}`> & Omit<Omit<(...), (...)>, `$${(...)}`> & {
            _allExposed: (...) | (...) | (...);
        };
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
        update:focused: ((focused) => true);
        update:menu: ((ue) => true);
        update:modelValue: ((value) => true);
        update:search: ((value) => true);
    }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "itemProps" | "itemTitle" | "itemValue" | "items" | "v-slot:append" | "v-slot:divider" | "v-slot:item" | "v-slot:prepend" | "v-slot:subheader" | "returnObject" | "v-slot:loader" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-item" | "v-slot:chip" | "v-slot:menu-footer" | "v-slot:menu-header" | "v-slot:no-data" | "v-slot:prepend-item" | "v-slot:selection">, string, {
        active: boolean;
        autofocus: boolean;
        centerAffix: boolean;
        chips: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        closableChips: boolean;
        closeText: string;
        density: Density;
        disabled: boolean;
        eager: boolean;
        error: boolean;
        errorMessages: string | readonly string[] | null;
        filterKeys: FilterKeys;
        filterMode: FilterMode;
        flat: boolean;
        focused: boolean;
        glow: boolean;
        hideNoData: boolean;
        hideSelected: boolean;
        hideSpinButtons: boolean;
        itemChildren: SelectItemKey;
        itemType: SelectItemKey;
        maxErrors: string | number;
        menu: boolean;
        menuIcon: IconValue;
        messages: string | readonly string[];
        noAutoScroll: boolean;
        noDataText: string;
        noFilter: boolean;
        openOnClear: boolean;
        openText: string;
        persistentClear: boolean;
        persistentCounter: boolean;
        persistentHint: boolean;
        persistentPlaceholder: boolean;
        readonly: boolean | null;
        reverse: boolean;
        role: string;
        rounded: string | number | boolean;
        rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value) => ...) | ((value) => ...) | [string, any, (...)?])[];
        singleLine: boolean;
        style: StyleValue;
        tile: boolean;
        transition: string | boolean | {
            component: Component;
        } | TransitionProps & {
            component?: Component;
        } | null;
        type: string;
        variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
    }, {}, string, SlotsType<Partial<{
        append: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        append-inner: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        append-item: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        chip: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        clear: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        details: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        divider: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        item: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        label: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        loader: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        menu-footer: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        menu-header: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        message: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        no-data: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        prepend: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        prepend-inner: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        prepend-item: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        selection: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        subheader: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T, Item, ReturnObject, Multiple, V>(props, slots) => GenericProps<{
        itemProps?: SelectItemKey<ItemType<T>>;
        itemTitle?: SelectItemKey<ItemType<T>>;
        itemValue?: SelectItemKey<ItemType<T>>;
        items?: T;
        modelValue?: V | null;
        multiple?: Multiple;
        onUpdate:modelValue?: ((value) => void);
        returnObject?: ReturnObject;
    }, Omit<VInputSlots & VFieldSlots, "default"> & {
        append-item: never;
        chip: {
            index: number;
            item: ListItem<Item>;
            props: Record<string, unknown>;
        };
        divider: {
            index: number;
            props: Record<string, unknown>;
        };
        item: {
            index: number;
            item: ListItem<Item>;
            props: Record<string, unknown>;
        };
        menu-footer: {
            filteredItems: ListItem<(...)>[];
            search: Ref<(...) | (...), (...) | (...)>;
        };
        menu-header: {
            filteredItems: ListItem<(...)>[];
            search: Ref<(...) | (...), (...) | (...)>;
        };
        no-data: never;
        prepend-item: never;
        selection: {
            index: number;
            item: ListItem<Item>;
        };
        subheader: {
            index: number;
            props: Record<string, unknown>;
        };
    }>) & FilterPropsOptions<{
        active: BooleanConstructor;
        appendIcon: PropType<IconValue>;
        appendInnerIcon: PropType<IconValue>;
        autocomplete: PropType<string>;
        autofocus: BooleanConstructor;
        baseColor: StringConstructor;
        bgColor: StringConstructor;
        centerAffix: {
            default: undefined;
            type: BooleanConstructor;
        };
        chips: BooleanConstructor;
        class: PropType<any>;
        clearIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        clearable: BooleanConstructor;
        closableChips: BooleanConstructor;
        closeText: {
            default: string;
            type: StringConstructor;
        };
        color: StringConstructor;
        counter: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        counterValue: PropType<number | ((value) => number)>;
        customFilter: PropType<FilterFunction>;
        customKeyFilter: PropType<FilterKeyFunctions>;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        disabled: {
            default: null;
            type: BooleanConstructor;
        };
        eager: BooleanConstructor;
        error: BooleanConstructor;
        errorMessages: {
            default: (() => never[]);
            type: PropType<string | readonly string[] | null>;
        };
        filterKeys: {
            default: NonNullable<FilterKeys>;
            type: PropType<FilterKeys>;
        };
        filterMode: {
            default: string;
            type: PropType<FilterMode>;
        };
        flat: BooleanConstructor;
        focused: BooleanConstructor;
        glow: BooleanConstructor;
        hideDetails: PropType<"auto" | boolean>;
        hideNoData: BooleanConstructor;
        hideSelected: BooleanConstructor;
        hideSpinButtons: BooleanConstructor;
        hint: StringConstructor;
        iconColor: (BooleanConstructor | StringConstructor)[];
        id: StringConstructor;
        itemChildren: Omit<{
            default: string;
            type: PropType<SelectItemKey>;
        }, "default" | "type"> & {
            default: NonNullable<SelectItemKey>;
            type: PropType<SelectItemKey>;
        };
        itemColor: StringConstructor;
        itemProps: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemTitle: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemType: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemValue: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        items: {
            default: (() => never[]);
            type: PropType<any[]>;
        };
        label: StringConstructor;
        listProps: {
            type: PropType<Partial<{
                activatable: boolean;
                density: Density;
                disabled: boolean;
                filterable: boolean;
                itemType: SelectItemKey;
                itemsRegistration: ItemsRegistrationType;
                lines: (...) | (...) | (...) | (...);
                mandatory: boolean;
                nav: boolean;
                navigationStrategy: (...) | (...);
                openStrategy: OpenStrategyProp;
                returnObject: boolean;
                rounded: (...) | (...) | (...);
                selectStrategy: SelectStrategyProp;
                selectable: boolean;
                slim: boolean;
                style: StyleValue;
                tag: (...) | (...);
                tile: boolean;
                variant: (...) | (...) | (...) | (...) | (...) | (...);
            }> & Omit<{
                activatable: ...;
                activeClass?: ...;
                activeColor?: ...;
                activeStrategy?: ...;
                baseColor?: ...;
                bgColor?: ...;
                border?: ...;
                class?: ...;
                collapseIcon?: ...;
                color?: ...;
                density: ...;
                disabled: ...;
                elevation?: ...;
                expandIcon?: ...;
                filterable: ...;
                height?: ...;
                indent?: ...;
                itemType: ...;
                itemsRegistration: ...;
                lines: ...;
                mandatory: ...;
                maxHeight?: ...;
                maxWidth?: ...;
                minHeight?: ...;
                minWidth?: ...;
                nav: ...;
                navigationIndex?: ...;
                navigationStrategy: ...;
                onClick:activate?: ...;
                onUpdate:navigationIndex?: ...;
                openStrategy: ...;
                prependGap?: ...;
                returnObject: ...;
                rounded?: ...;
                selectStrategy: ...;
                selectable: ...;
                slim: ...;
                style: ...;
                tag: ...;
                theme?: ...;
                tile: ...;
                valueComparator?: ...;
                variant: ...;
                width?: ...;
            } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "activatable" | "density" | "disabled" | "filterable" | "itemType" | "itemsRegistration" | "lines" | "mandatory" | "nav" | "navigationStrategy" | "openStrategy" | "returnObject" | "rounded" | "selectStrategy" | "selectable" | "slim" | "style" | "tag" | "tile" | "variant"> & {
                activated?: unknown;
                itemChildren?: SelectItemKey<any>;
                itemProps?: SelectItemKey<any>;
                itemTitle?: SelectItemKey<any>;
                itemValue?: SelectItemKey<any>;
                items?: readonly (...);
                onClick:open?: ...;
                onClick:select?: ...;
                onUpdate:activated?: ...;
                onUpdate:opened?: ...;
                onUpdate:selected?: ...;
                opened?: unknown;
                selected?: unknown;
            } & {
                $children?: {
                    append?: ...;
                    default?: ...;
                    divider?: ...;
                    header?: ...;
                    item?: ...;
                    prepend?: ...;
                    subheader?: ...;
                    subtitle?: ...;
                    title?: ...;
                } | {
                    $stable?: ...;
                } | (...) | VNodeChild;
                v-slots?: {
                    append?: ...;
                    default?: ...;
                    divider?: ...;
                    header?: ...;
                    item?: ...;
                    prepend?: ...;
                    subheader?: ...;
                    subtitle?: ...;
                    title?: ...;
                };
            } & {
                v-slot:append?: false | (...);
                v-slot:default?: false | (...);
                v-slot:divider?: false | (...);
                v-slot:header?: false | (...);
                v-slot:item?: false | (...);
                v-slot:prepend?: false | (...);
                v-slot:subheader?: false | (...);
                v-slot:subtitle?: false | (...);
                v-slot:title?: false | (...);
            }>;
        };
        loading: (BooleanConstructor | StringConstructor)[];
        maxErrors: {
            default: number;
            type: (NumberConstructor | StringConstructor)[];
        };
        maxWidth: (NumberConstructor | StringConstructor)[];
        menu: BooleanConstructor;
        menuIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        menuProps: {
            type: PropType<Partial<{
                activatorProps: Record<(...), (...)>;
                captureFocus: boolean;
                closeDelay: (...) | (...);
                closeOnBack: boolean;
                closeOnContentClick: boolean;
                contained: boolean;
                disableInitialFocus: boolean;
                disabled: boolean;
                eager: boolean;
                location: (...) | (...);
                locationStrategy: (...) | (...) | (...);
                modelValue: boolean;
                noClickAnimation: boolean;
                openDelay: (...) | (...);
                openOnClick: boolean;
                openOnFocus: boolean;
                openOnHover: boolean;
                origin: (...) | (...) | (...);
                persistent: boolean;
                retainFocus: boolean;
                scrim: (...) | (...);
                scrollStrategy: (...) | (...) | (...) | (...) | (...);
                stickToTarget: boolean;
                style: StyleValue;
                submenu: boolean;
                transition: (...) | (...) | (...) | (...) | (...);
                viewportMargin: (...) | (...);
                zIndex: (...) | (...);
            }> & Omit<{
                $children?: ...;
                activator?: ...;
                activatorProps: ...;
                attach?: ...;
                captureFocus: ...;
                class?: ...;
                closeDelay: ...;
                closeOnBack: ...;
                closeOnContentClick: ...;
                contained: ...;
                contentClass?: ...;
                contentProps?: ...;
                disableInitialFocus: ...;
                disabled: ...;
                eager: ...;
                height?: ...;
                id?: ...;
                location: ...;
                locationStrategy: ...;
                maxHeight?: ...;
                maxWidth?: ...;
                minHeight?: ...;
                minWidth?: ...;
                modelValue: ...;
                noClickAnimation: ...;
                offset?: ...;
                onUpdate:modelValue?: ...;
                opacity?: ...;
                openDelay: ...;
                openOnClick?: ...;
                openOnFocus?: ...;
                openOnHover: ...;
                origin: ...;
                persistent: ...;
                retainFocus: ...;
                scrim: ...;
                scrollStrategy: ...;
                stickToTarget: ...;
                style: ...;
                submenu: ...;
                target?: ...;
                theme?: ...;
                transition: ...;
                v-slot:activator?: ...;
                v-slot:default?: ...;
                v-slots?: ...;
                viewportMargin: ...;
                width?: ...;
                zIndex: ...;
            } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "activatorProps" | "captureFocus" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "retainFocus" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">>;
        };
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly string[]>;
        };
        minWidth: (NumberConstructor | StringConstructor)[];
        modelModifiers: PropType<Record<string, boolean>>;
        modelValue: {
            default: any;
            type: PropType<any>;
        };
        multiple: BooleanConstructor;
        name: StringConstructor;
        noAutoScroll: BooleanConstructor;
        noDataText: {
            default: string;
            type: StringConstructor;
        };
        noFilter: BooleanConstructor;
        onClick:append: PropType<((args_0) => void)>;
        onClick:appendInner: PropType<((args_0) => void)>;
        onClick:clear: PropType<((args_0) => void)>;
        onClick:prepend: PropType<((args_0) => void)>;
        onClick:prependInner: PropType<((args_0) => void)>;
        onUpdate:focused: PropType<((args_0) => void)>;
        openOnClear: BooleanConstructor;
        openText: {
            default: string;
            type: StringConstructor;
        };
        persistentClear: BooleanConstructor;
        persistentCounter: BooleanConstructor;
        persistentHint: BooleanConstructor;
        persistentPlaceholder: BooleanConstructor;
        placeholder: StringConstructor;
        prefix: StringConstructor;
        prependIcon: PropType<IconValue>;
        prependInnerIcon: PropType<IconValue>;
        readonly: {
            default: null;
            type: PropType<boolean | null>;
        };
        returnObject: BooleanConstructor;
        reverse: BooleanConstructor;
        role: {
            default: string;
            type: PropType<string>;
        };
        rounded: {
            default: undefined;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly ((...) | (...) | (...) | (...) | (...) | (...))[]>;
        };
        search: StringConstructor;
        singleLine: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        suffix: StringConstructor;
        theme: StringConstructor;
        tile: BooleanConstructor;
        transition: {
            default: {
                component: Component;
            } | NonNullable<string | boolean | (...) & (...) | null>;
            type: PropType<string | boolean | {
                component: Component;
            } | TransitionProps & {
                component?: ...;
            } | null>;
        };
        type: {
            default: string;
            type: StringConstructor;
        };
        validateOn: PropType<"blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | (...) | (...) | (...) | undefined>;
        valueComparator: PropType<ValueComparator>;
        variant: {
            default: string;
            type: PropType<"filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined">;
            validator: ((v) => boolean);
        };
        width: (NumberConstructor | StringConstructor)[];
    }, ExtractPropTypes<{
        active: BooleanConstructor;
        appendIcon: PropType<IconValue>;
        appendInnerIcon: PropType<IconValue>;
        autocomplete: PropType<string>;
        autofocus: BooleanConstructor;
        baseColor: StringConstructor;
        bgColor: StringConstructor;
        centerAffix: {
            default: undefined;
            type: BooleanConstructor;
        };
        chips: BooleanConstructor;
        class: PropType<any>;
        clearIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        clearable: BooleanConstructor;
        closableChips: BooleanConstructor;
        closeText: {
            default: string;
            type: StringConstructor;
        };
        color: StringConstructor;
        counter: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        counterValue: PropType<number | ((value) => number)>;
        customFilter: PropType<FilterFunction>;
        customKeyFilter: PropType<FilterKeyFunctions>;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        disabled: {
            default: null;
            type: BooleanConstructor;
        };
        eager: BooleanConstructor;
        error: BooleanConstructor;
        errorMessages: {
            default: (() => never[]);
            type: PropType<string | readonly (...)[] | null>;
        };
        filterKeys: {
            default: NonNullable<FilterKeys>;
            type: PropType<FilterKeys>;
        };
        filterMode: {
            default: string;
            type: PropType<FilterMode>;
        };
        flat: BooleanConstructor;
        focused: BooleanConstructor;
        glow: BooleanConstructor;
        hideDetails: PropType<"auto" | boolean>;
        hideNoData: BooleanConstructor;
        hideSelected: BooleanConstructor;
        hideSpinButtons: BooleanConstructor;
        hint: StringConstructor;
        iconColor: (BooleanConstructor | StringConstructor)[];
        id: StringConstructor;
        itemChildren: Omit<{
            default: string;
            type: PropType<SelectItemKey>;
        }, "default" | "type"> & {
            default: NonNullable<SelectItemKey>;
            type: PropType<SelectItemKey>;
        };
        itemColor: StringConstructor;
        itemProps: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemTitle: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemType: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        itemValue: {
            default: string;
            type: PropType<SelectItemKey>;
        };
        items: {
            default: (() => never[]);
            type: PropType<any[]>;
        };
        label: StringConstructor;
        listProps: {
            type: PropType<Partial<{
                activatable: ...;
                density: ...;
                disabled: ...;
                filterable: ...;
                itemType: ...;
                itemsRegistration: ...;
                lines: ...;
                mandatory: ...;
                nav: ...;
                navigationStrategy: ...;
                openStrategy: ...;
                returnObject: ...;
                rounded: ...;
                selectStrategy: ...;
                selectable: ...;
                slim: ...;
                style: ...;
                tag: ...;
                tile: ...;
                variant: ...;
            }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & {
                activated?: unknown;
                itemChildren?: SelectItemKey<(...)>;
                itemProps?: SelectItemKey<(...)>;
                itemTitle?: SelectItemKey<(...)>;
                itemValue?: SelectItemKey<(...)>;
                items?: (...) | (...);
                onClick:open?: (...) | (...);
                onClick:select?: (...) | (...);
                onUpdate:activated?: (...) | (...);
                onUpdate:opened?: (...) | (...);
                onUpdate:selected?: (...) | (...);
                opened?: unknown;
                selected?: unknown;
            } & {
                $children?: (...) | (...) | (...) | (...);
                v-slots?: (...) | (...);
            } & {
                v-slot:append?: (...) | (...) | (...);
                v-slot:default?: (...) | (...) | (...);
                v-slot:divider?: (...) | (...) | (...);
                v-slot:header?: (...) | (...) | (...);
                v-slot:item?: (...) | (...) | (...);
                v-slot:prepend?: (...) | (...) | (...);
                v-slot:subheader?: (...) | (...) | (...);
                v-slot:subtitle?: (...) | (...) | (...);
                v-slot:title?: (...) | (...) | (...);
            }>;
        };
        loading: (BooleanConstructor | StringConstructor)[];
        maxErrors: {
            default: number;
            type: (NumberConstructor | StringConstructor)[];
        };
        maxWidth: (NumberConstructor | StringConstructor)[];
        menu: BooleanConstructor;
        menuIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        menuProps: {
            type: PropType<Partial<{
                activatorProps: ...;
                captureFocus: ...;
                closeDelay: ...;
                closeOnBack: ...;
                closeOnContentClick: ...;
                contained: ...;
                disableInitialFocus: ...;
                disabled: ...;
                eager: ...;
                location: ...;
                locationStrategy: ...;
                modelValue: ...;
                noClickAnimation: ...;
                openDelay: ...;
                openOnClick: ...;
                openOnFocus: ...;
                openOnHover: ...;
                origin: ...;
                persistent: ...;
                retainFocus: ...;
                scrim: ...;
                scrollStrategy: ...;
                stickToTarget: ...;
                style: ...;
                submenu: ...;
                transition: ...;
                viewportMargin: ...;
                zIndex: ...;
            }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)>>;
        };
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly (...)[]>;
        };
        minWidth: (NumberConstructor | StringConstructor)[];
        modelModifiers: PropType<Record<string, boolean>>;
        modelValue: {
            default: any;
            type: PropType<any>;
        };
        multiple: BooleanConstructor;
        name: StringConstructor;
        noAutoScroll: BooleanConstructor;
        noDataText: {
            default: string;
            type: StringConstructor;
        };
        noFilter: BooleanConstructor;
        onClick:append: PropType<((args_0) => void)>;
        onClick:appendInner: PropType<((args_0) => void)>;
        onClick:clear: PropType<((args_0) => void)>;
        onClick:prepend: PropType<((args_0) => void)>;
        onClick:prependInner: PropType<((args_0) => void)>;
        onUpdate:focused: PropType<((args_0) => void)>;
        openOnClear: BooleanConstructor;
        openText: {
            default: string;
            type: StringConstructor;
        };
        persistentClear: BooleanConstructor;
        persistentCounter: BooleanConstructor;
        persistentHint: BooleanConstructor;
        persistentPlaceholder: BooleanConstructor;
        placeholder: StringConstructor;
        prefix: StringConstructor;
        prependIcon: PropType<IconValue>;
        prependInnerIcon: PropType<IconValue>;
        readonly: {
            default: null;
            type: PropType<boolean | null>;
        };
        returnObject: BooleanConstructor;
        reverse: BooleanConstructor;
        role: {
            default: string;
            type: PropType<string>;
        };
        rounded: {
            default: undefined;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly (...)[]>;
        };
        search: StringConstructor;
        singleLine: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        suffix: StringConstructor;
        theme: StringConstructor;
        tile: BooleanConstructor;
        transition: {
            default: {
                component: Component;
            } | NonNullable<string | boolean | (...) | null>;
            type: PropType<string | boolean | {
                component: Component;
            } | (...) & (...) | null>;
        };
        type: {
            default: string;
            type: StringConstructor;
        };
        validateOn: PropType<"blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | undefined>;
        valueComparator: PropType<ValueComparator>;
        variant: {
            default: string;
            type: PropType<"filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined">;
            validator: ((v) => boolean);
        };
        width: (NumberConstructor | StringConstructor)[];
    }>>;
}, {
    DisabledIconFocus: {
        updated(el): void;
    };
}, string, ComponentProvideOptions, true, {}, any>

Type declaration

  • Optional cells?: JsonFormsCellRendererRegistryEntry[]
  • Optional config?: any
  • Optional enabled?: boolean
  • path: string
  • Optional readonly?: boolean
  • Optional renderers?: JsonFormsRendererRegistryEntry[]
  • schema: JsonSchema
  • uischema: ControlElement

Type declaration

  • appliedOptions: ComputedRef<any>
  • clearable: ComputedRef<any>
  • computedLabel: ComputedRef<string>
  • control: ComputedRef<{
        cells: JsonFormsCellRendererRegistryEntry[] & {
            cell: any;
            tester: RankedTester;
        }[];
        config: any;
        data: any;
        description: string;
        enabled: boolean;
        errors: string;
        i18nKeyPrefix: string;
        id: string;
        label: string;
        path: string;
        readonly: NonNullable<boolean | undefined>;
        renderers: JsonFormsRendererRegistryEntry[];
        required: NonNullable<boolean | undefined>;
        rootSchema: NonNullable<JsonSchema>;
        schema: NonNullable<JsonSchema>;
        uischema: ControlElement;
        visible: boolean;
    }> & ComputedRef<{
        config: any;
        description: string;
        enabled: boolean;
        errors: string;
        id: string;
        label: string;
        path: string;
        readonly: boolean;
        required: boolean;
        schema: JsonSchema;
        uischema: ControlElement;
        visible: boolean;
    } & {
        errors: string;
    }> & ComputedRef<{
        i18nKeyPrefix: string;
        label: string;
    } & {
        translations: CombinatorTranslations;
    }>
  • controlWrapper: ComputedRef<{
        description: string;
        errors: string;
        id: string;
        label: string;
        required: boolean;
        visible: boolean;
    }>
  • currentlyExpanded: Ref<number | null, number | null>
  • handleBlur: (() => void)
      • (): void
      • Returns void

  • handleFocus: (() => void)
      • (): void
      • Returns void

  • icons: {
        current: ComputedRef<IconAliases>;
    }
  • isControlEditable: ((control) => boolean)
      • (control): boolean
      • Parameters

        • control: {
              enabled: boolean;
              readonly: boolean;
          }
          • enabled: boolean
          • readonly: boolean

        Returns boolean

  • isFocused: Ref<boolean, boolean>
  • mixedRenderInfos: ComputedRef<(SchemaRenderInfo & {
        index: number;
    })[]>
  • nullable: ComputedRef<boolean>
  • onChange: ((value) => void)
      • (value): void
      • Parameters

        • value: any

        Returns void

  • path: string
  • persistentHint: (() => boolean)
      • (): boolean
      • Returns boolean

  • rawErrors: ComputedRef<string>
  • resolvedSchema: ComputedRef<JsonSchema | undefined>
  • schema: ComputedRef<JsonSchema | undefined>
  • selectedIndex: Ref<number | null | undefined, number | null | undefined>
  • styles: Styles
  • t: ComputedRef<Translator>
  • touched: Ref<boolean, boolean>
  • uischema: ComputedRef<BaseUISchemaElement | undefined>
  • valueType: Ref<string | null, string | null>
  • vuetifyProps: ((path) => any)
      • (path): any
      • Parameters

        • path: string

        Returns any

  • handleChange:function
    • Parameters

      • path: string
      • value: any

      Returns void

Type declaration

    Type declaration

      Type declaration

      • handleSelectChange:function
        • Parameters

          • newIndex: number

          Returns void

      • setToNull:function
        • Returns void

      Type declaration

        Type declaration

        • cells: JsonFormsCellRendererRegistryEntry[]
        • config: Record<string, any>
        • enabled: boolean
        • readonly: boolean
        • renderers: JsonFormsRendererRegistryEntry[]

        Type declaration

          Type declaration

          • DispatchRenderer: DefineComponent<ExtractPropTypes<{
                cells: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsCellRendererRegistryEntry[]>;
                };
                config: {
                    default: undefined;
                    required: boolean;
                    type: ObjectConstructor;
                };
                enabled: {
                    default: undefined;
                    required: false;
                    type: BooleanConstructor;
                };
                path: {
                    required: true;
                    type: StringConstructor;
                };
                readonly: {
                    default: undefined;
                    required: false;
                    type: BooleanConstructor;
                };
                renderers: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsRendererRegistryEntry[]>;
                };
                schema: {
                    required: true;
                    type: PropType<JsonSchema>;
                };
                uischema: {
                    required: true;
                    type: PropType<UISchemaElement>;
                };
            }>, {
                renderer: ComputedRef<{
                    cells: JsonFormsCellRendererRegistryEntry[];
                    config: any;
                    enabled: NonNullable<boolean | undefined>;
                    path: string;
                    readonly: NonNullable<boolean | undefined>;
                    renderers: JsonFormsRendererRegistryEntry[];
                    schema: NonNullable<JsonSchema | undefined>;
                    uischema: NonNullable<UISchemaElement | undefined>;
                    uischemas: JsonFormsUISchemaRegistryEntry[];
                    visible: NonNullable<boolean | undefined>;
                }>;
                rootSchema: ComputedRef<NonNullable<JsonSchema>>;
            }, {}, {
                determinedRenderer(): any;
            }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
                cells: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsCellRendererRegistryEntry[]>;
                };
                config: {
                    default: undefined;
                    required: boolean;
                    type: ObjectConstructor;
                };
                enabled: {
                    default: undefined;
                    required: false;
                    type: BooleanConstructor;
                };
                path: {
                    required: true;
                    type: StringConstructor;
                };
                readonly: {
                    default: undefined;
                    required: false;
                    type: BooleanConstructor;
                };
                renderers: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsRendererRegistryEntry[]>;
                };
                schema: {
                    required: true;
                    type: PropType<JsonSchema>;
                };
                uischema: {
                    required: true;
                    type: PropType<UISchemaElement>;
                };
            }>> & Readonly<{}>, {
                cells: JsonFormsCellRendererRegistryEntry[];
                config: Record<string, any>;
                enabled: boolean;
                readonly: boolean;
                renderers: JsonFormsRendererRegistryEntry[];
            }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>
          • VCol: {
                __isFragment?: undefined;
                __isSuspense?: undefined;
                __isTeleport?: undefined;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                    cols: string | number | boolean;
                    offset: string | number;
                    order: string | number;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tag: string | JSXComponent;
                } & {
                    class?: any;
                    lg?: string | number | boolean;
                    md?: string | number | boolean;
                    offsetLg?: string | number;
                    offsetMd?: string | number;
                    offsetSm?: string | number;
                    offsetXl?: string | number;
                    offsetXxl?: string | number;
                    orderLg?: string | number;
                    orderMd?: string | number;
                    orderSm?: string | number;
                    orderXl?: string | number;
                    orderXxl?: string | number;
                    sm?: string | number | boolean;
                    xl?: string | number | boolean;
                    xxl?: string | number | boolean;
                } & {
                    $children?: {
                        default?: ...;
                    } | {
                        $stable?: boolean;
                    } | (() => VNodeChild) | VNodeChild;
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, (() => VNode<RendererNode, RendererElement, {
                    [key: string]: any;
                }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                    cols: string | number | boolean;
                    offset: string | number;
                    order: string | number;
                    style: StyleValue;
                    tag: string | JSXComponent;
                }, true, {}, SlotsType<Partial<{
                    default: (() => VNode<(...), (...), (...)>[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                    cols: string | number | boolean;
                    offset: string | number;
                    order: string | number;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tag: string | JSXComponent;
                } & {
                    class?: any;
                    lg?: string | number | boolean;
                    md?: string | number | boolean;
                    offsetLg?: string | number;
                    offsetMd?: string | number;
                    offsetSm?: string | number;
                    offsetXl?: string | number;
                    offsetXxl?: string | number;
                    orderLg?: string | number;
                    orderMd?: string | number;
                    orderSm?: string | number;
                    orderXl?: string | number;
                    orderXxl?: string | number;
                    sm?: string | number | boolean;
                    xl?: string | number | boolean;
                    xxl?: string | number | boolean;
                } & {
                    $children?: {
                        default?: ...;
                    } | {
                        $stable?: boolean;
                    } | (() => VNodeChild) | VNodeChild;
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, (() => VNode<RendererNode, RendererElement, {
                    [key: string]: any;
                }>), {}, {}, {}, {
                    alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                    cols: string | number | boolean;
                    offset: string | number;
                    order: string | number;
                    style: StyleValue;
                    tag: string | JSXComponent;
                }>;
            } & ComponentOptionsBase<{
                alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                cols: string | number | boolean;
                offset: string | number;
                order: string | number;
                style: string | false | StyleValue[] | CSSProperties | null;
                tag: string | JSXComponent;
            } & {
                class?: any;
                lg?: string | number | boolean;
                md?: string | number | boolean;
                offsetLg?: string | number;
                offsetMd?: string | number;
                offsetSm?: string | number;
                offsetXl?: string | number;
                offsetXxl?: string | number;
                orderLg?: string | number;
                orderMd?: string | number;
                orderSm?: string | number;
                orderXl?: string | number;
                orderXxl?: string | number;
                sm?: string | number | boolean;
                xl?: string | number | boolean;
                xxl?: string | number | boolean;
            } & {
                $children?: {
                    default?: (() => ...);
                } | {
                    $stable?: boolean;
                } | (() => VNodeChild) | VNodeChild;
                v-slots?: {
                    default?: false | (() => ...);
                };
            } & {
                v-slot:default?: false | (() => VNodeChild);
            }, (() => VNode<RendererNode, RendererElement, {
                [key: string]: any;
            }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                cols: string | number | boolean;
                offset: string | number;
                order: string | number;
                style: StyleValue;
                tag: string | JSXComponent;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                alignSelf: {
                    default: null;
                    type: PropType<"auto" | "baseline" | "center" | "end" | "start" | "stretch">;
                    validator: ((str) => boolean);
                };
                class: PropType<any>;
                cols: {
                    default: boolean;
                    type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                };
                lg: Prop<string | number | boolean, false>;
                md: Prop<string | number | boolean, false>;
                offset: {
                    default: null;
                    type: (NumberConstructor | StringConstructor)[];
                };
                offsetLg: Prop<string | number, null>;
                offsetMd: Prop<string | number, null>;
                offsetSm: Prop<string | number, null>;
                offsetXl: Prop<string | number, null>;
                offsetXxl: Prop<string | number, null>;
                order: {
                    default: null;
                    type: (NumberConstructor | StringConstructor)[];
                };
                orderLg: Prop<string | number, null>;
                orderMd: Prop<string | number, null>;
                orderSm: Prop<string | number, null>;
                orderXl: Prop<string | number, null>;
                orderXxl: Prop<string | number, null>;
                sm: Prop<string | number | boolean, false>;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                xl: Prop<string | number | boolean, false>;
                xxl: Prop<string | number | boolean, false>;
            }, ExtractPropTypes<{
                alignSelf: {
                    default: null;
                    type: PropType<"auto" | "baseline" | "center" | "end" | "start" | "stretch">;
                    validator: ((str) => boolean);
                };
                class: PropType<any>;
                cols: {
                    default: boolean;
                    type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                };
                lg: Prop<string | number | boolean, false>;
                md: Prop<string | number | boolean, false>;
                offset: {
                    default: null;
                    type: (NumberConstructor | StringConstructor)[];
                };
                offsetLg: Prop<string | number, null>;
                offsetMd: Prop<string | number, null>;
                offsetSm: Prop<string | number, null>;
                offsetXl: Prop<string | number, null>;
                offsetXxl: Prop<string | number, null>;
                order: {
                    default: null;
                    type: (NumberConstructor | StringConstructor)[];
                };
                orderLg: Prop<string | number, null>;
                orderMd: Prop<string | number, null>;
                orderSm: Prop<string | number, null>;
                orderXl: Prop<string | number, null>;
                orderXxl: Prop<string | number, null>;
                sm: Prop<string | number | boolean, false>;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                xl: Prop<string | number | boolean, false>;
                xxl: Prop<string | number | boolean, false>;
            }>>
          • VContainer: {
                __isFragment?: undefined;
                __isSuspense?: undefined;
                __isTeleport?: undefined;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    fluid: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tag: string | JSXComponent;
                } & {
                    class?: any;
                    height?: string | number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    width?: string | number;
                } & {
                    $children?: {
                        default?: ...;
                    } | {
                        $stable?: boolean;
                    } | (() => VNodeChild) | VNodeChild;
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    fluid: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                }, true, {}, SlotsType<Partial<{
                    default: (() => VNode<(...), (...), (...)>[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    fluid: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tag: string | JSXComponent;
                } & {
                    class?: any;
                    height?: string | number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    width?: string | number;
                } & {
                    $children?: {
                        default?: ...;
                    } | {
                        $stable?: boolean;
                    } | (() => VNodeChild) | VNodeChild;
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, {}, {}, {}, {}, {
                    fluid: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                }>;
            } & ComponentOptionsBase<{
                fluid: boolean;
                style: string | false | StyleValue[] | CSSProperties | null;
                tag: string | JSXComponent;
            } & {
                class?: any;
                height?: string | number;
                maxHeight?: string | number;
                maxWidth?: string | number;
                minHeight?: string | number;
                minWidth?: string | number;
                width?: string | number;
            } & {
                $children?: {
                    default?: (() => ...);
                } | {
                    $stable?: boolean;
                } | (() => VNodeChild) | VNodeChild;
                v-slots?: {
                    default?: false | (() => ...);
                };
            } & {
                v-slot:default?: false | (() => VNodeChild);
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                fluid: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                class: PropType<any>;
                fluid: {
                    default: boolean;
                    type: BooleanConstructor;
                };
                height: (NumberConstructor | StringConstructor)[];
                maxHeight: (NumberConstructor | StringConstructor)[];
                maxWidth: (NumberConstructor | StringConstructor)[];
                minHeight: (NumberConstructor | StringConstructor)[];
                minWidth: (NumberConstructor | StringConstructor)[];
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                width: (NumberConstructor | StringConstructor)[];
            }, ExtractPropTypes<{
                class: PropType<any>;
                fluid: {
                    default: boolean;
                    type: BooleanConstructor;
                };
                height: (NumberConstructor | StringConstructor)[];
                maxHeight: (NumberConstructor | StringConstructor)[];
                maxWidth: (NumberConstructor | StringConstructor)[];
                minHeight: (NumberConstructor | StringConstructor)[];
                minWidth: (NumberConstructor | StringConstructor)[];
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                width: (NumberConstructor | StringConstructor)[];
            }>>
          • VExpansionPanel: {
                __isFragment?: undefined;
                __isSuspense?: undefined;
                __isTeleport?: undefined;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: (...)[];
                    };
                    static: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tag: string | JSXComponent;
                    tile: boolean;
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    height?: string | number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    rounded?: string | number | boolean;
                    selectedClass?: string;
                    text?: string;
                    title?: string;
                    value?: any;
                    width?: string | number;
                } & {
                    $children?: {
                        default?: ...;
                        text?: ...;
                        title?: ...;
                    } | {
                        $stable?: boolean;
                    } | (() => VNodeChild) | VNodeChild;
                    v-slots?: {
                        default?: false | (...);
                        text?: false | (...);
                        title?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                    v-slot:text?: false | (() => VNodeChild);
                    v-slot:title?: false | (() => VNodeChild);
                } & {
                    onGroup:selected?: ((val) => any);
                }, {
                    groupItem: GroupItemProvide;
                }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                    group:selected: ((val) => true);
                }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: string[];
                    } | undefined;
                    rounded: string | number | boolean;
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                }, true, {}, SlotsType<Partial<{
                    default: (() => VNode<(...), (...), (...)>[]);
                    text: (() => VNode<(...), (...), (...)>[]);
                    title: (() => VNode<(...), (...), (...)>[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: (...)[];
                    };
                    static: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tag: string | JSXComponent;
                    tile: boolean;
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    height?: string | number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    rounded?: string | number | boolean;
                    selectedClass?: string;
                    text?: string;
                    title?: string;
                    value?: any;
                    width?: string | number;
                } & {
                    $children?: {
                        default?: ...;
                        text?: ...;
                        title?: ...;
                    } | {
                        $stable?: boolean;
                    } | (() => VNodeChild) | VNodeChild;
                    v-slots?: {
                        default?: false | (...);
                        text?: false | (...);
                        title?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                    v-slot:text?: false | (() => VNodeChild);
                    v-slot:title?: false | (() => VNodeChild);
                } & {
                    onGroup:selected?: ((val) => any);
                }, {
                    groupItem: GroupItemProvide;
                }, {}, {}, {}, {
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: string[];
                    } | undefined;
                    rounded: string | number | boolean;
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                }>;
            } & ComponentOptionsBase<{
                collapseIcon: IconValue;
                disabled: boolean;
                eager: boolean;
                expandIcon: IconValue;
                focusable: boolean;
                hideActions: boolean;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: string[];
                };
                static: boolean;
                style: string | false | StyleValue[] | CSSProperties | null;
                tag: string | JSXComponent;
                tile: boolean;
            } & {
                bgColor?: string;
                class?: any;
                color?: string;
                elevation?: string | number;
                height?: string | number;
                maxHeight?: string | number;
                maxWidth?: string | number;
                minHeight?: string | number;
                minWidth?: string | number;
                rounded?: string | number | boolean;
                selectedClass?: string;
                text?: string;
                title?: string;
                value?: any;
                width?: string | number;
            } & {
                $children?: {
                    default?: (() => ...);
                    text?: (() => ...);
                    title?: (() => ...);
                } | {
                    $stable?: boolean;
                } | (() => VNodeChild) | VNodeChild;
                v-slots?: {
                    default?: false | (() => ...);
                    text?: false | (() => ...);
                    title?: false | (() => ...);
                };
            } & {
                v-slot:default?: false | (() => VNodeChild);
                v-slot:text?: false | (() => VNodeChild);
                v-slot:title?: false | (() => VNodeChild);
            } & {
                onGroup:selected?: ((val) => any);
            }, {
                groupItem: GroupItemProvide;
            }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                group:selected: ((val) => true);
            }, string, {
                collapseIcon: IconValue;
                disabled: boolean;
                eager: boolean;
                expandIcon: IconValue;
                focusable: boolean;
                hideActions: boolean;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: string[];
                } | undefined;
                rounded: string | number | boolean;
                static: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                text: (() => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                title: (() => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                bgColor: StringConstructor;
                class: PropType<any>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                elevation: {
                    type: (NumberConstructor | StringConstructor)[];
                    validator(v): boolean;
                };
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                focusable: BooleanConstructor;
                height: (NumberConstructor | StringConstructor)[];
                hideActions: BooleanConstructor;
                maxHeight: (NumberConstructor | StringConstructor)[];
                maxWidth: (NumberConstructor | StringConstructor)[];
                minHeight: (NumberConstructor | StringConstructor)[];
                minWidth: (NumberConstructor | StringConstructor)[];
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<boolean | {
                        class?: string;
                        keys?: (...)[];
                    } | undefined>;
                };
                rounded: {
                    default: undefined;
                    type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                };
                selectedClass: StringConstructor;
                static: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                text: StringConstructor;
                tile: BooleanConstructor;
                title: StringConstructor;
                value: null;
                width: (NumberConstructor | StringConstructor)[];
            }, ExtractPropTypes<{
                bgColor: StringConstructor;
                class: PropType<any>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                elevation: {
                    type: (NumberConstructor | StringConstructor)[];
                    validator(v): boolean;
                };
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                focusable: BooleanConstructor;
                height: (NumberConstructor | StringConstructor)[];
                hideActions: BooleanConstructor;
                maxHeight: (NumberConstructor | StringConstructor)[];
                maxWidth: (NumberConstructor | StringConstructor)[];
                minHeight: (NumberConstructor | StringConstructor)[];
                minWidth: (NumberConstructor | StringConstructor)[];
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<boolean | {
                        class?: (...) | (...);
                        keys?: (...) | (...);
                    } | undefined>;
                };
                rounded: {
                    default: undefined;
                    type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                };
                selectedClass: StringConstructor;
                static: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                text: StringConstructor;
                tile: BooleanConstructor;
                title: StringConstructor;
                value: null;
                width: (NumberConstructor | StringConstructor)[];
            }>>
          • VExpansionPanelText: {
                __isFragment?: undefined;
                __isSuspense?: undefined;
                __isTeleport?: undefined;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    eager: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                } & {
                    class?: any;
                } & {
                    $children?: {
                        default?: ...;
                    } | {
                        $stable?: boolean;
                    } | (() => VNodeChild) | VNodeChild;
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    eager: boolean;
                    style: StyleValue;
                }, true, {}, SlotsType<Partial<{
                    default: (() => VNode<(...), (...), (...)>[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    eager: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                } & {
                    class?: any;
                } & {
                    $children?: {
                        default?: ...;
                    } | {
                        $stable?: boolean;
                    } | (() => VNodeChild) | VNodeChild;
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, {}, {}, {}, {}, {
                    eager: boolean;
                    style: StyleValue;
                }>;
            } & ComponentOptionsBase<{
                eager: boolean;
                style: string | false | StyleValue[] | CSSProperties | null;
            } & {
                class?: any;
            } & {
                $children?: {
                    default?: (() => ...);
                } | {
                    $stable?: boolean;
                } | (() => VNodeChild) | VNodeChild;
                v-slots?: {
                    default?: false | (() => ...);
                };
            } & {
                v-slot:default?: false | (() => VNodeChild);
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                eager: boolean;
                style: StyleValue;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                class: PropType<any>;
                eager: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
            }, ExtractPropTypes<{
                class: PropType<any>;
                eager: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
            }>>
          • VExpansionPanelTitle: {
                __isFragment?: undefined;
                __isSuspense?: undefined;
                __isTeleport?: undefined;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    collapseIcon: IconValue;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: (...)[];
                    };
                    static: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                } & {
                    class?: any;
                    color?: string;
                    height?: string | number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    width?: string | number;
                } & {
                    $children?: {
                        actions?: ...;
                        default?: ...;
                    } | {
                        $stable?: boolean;
                    } | ((arg) => VNodeChild) | VNodeChild;
                    v-slots?: {
                        actions?: false | (...);
                        default?: false | (...);
                    };
                } & {
                    v-slot:actions?: false | ((arg) => VNodeChild);
                    v-slot:default?: false | ((arg) => VNodeChild);
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    collapseIcon: IconValue;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: string[];
                    } | undefined;
                    static: boolean;
                    style: StyleValue;
                }, true, {}, SlotsType<Partial<{
                    actions: ((arg) => VNode<(...), (...), (...)>[]);
                    default: ((arg) => VNode<(...), (...), (...)>[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    collapseIcon: IconValue;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: (...)[];
                    };
                    static: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                } & {
                    class?: any;
                    color?: string;
                    height?: string | number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    width?: string | number;
                } & {
                    $children?: {
                        actions?: ...;
                        default?: ...;
                    } | {
                        $stable?: boolean;
                    } | ((arg) => VNodeChild) | VNodeChild;
                    v-slots?: {
                        actions?: false | (...);
                        default?: false | (...);
                    };
                } & {
                    v-slot:actions?: false | ((arg) => VNodeChild);
                    v-slot:default?: false | ((arg) => VNodeChild);
                }, {}, {}, {}, {}, {
                    collapseIcon: IconValue;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: string[];
                    } | undefined;
                    static: boolean;
                    style: StyleValue;
                }>;
            } & ComponentOptionsBase<{
                collapseIcon: IconValue;
                expandIcon: IconValue;
                focusable: boolean;
                hideActions: boolean;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: string[];
                };
                static: boolean;
                style: string | false | StyleValue[] | CSSProperties | null;
            } & {
                class?: any;
                color?: string;
                height?: string | number;
                maxHeight?: string | number;
                maxWidth?: string | number;
                minHeight?: string | number;
                minWidth?: string | number;
                width?: string | number;
            } & {
                $children?: {
                    actions?: ((arg) => ...);
                    default?: ((arg) => ...);
                } | {
                    $stable?: boolean;
                } | ((arg) => VNodeChild) | VNodeChild;
                v-slots?: {
                    actions?: false | ((arg) => ...);
                    default?: false | ((arg) => ...);
                };
            } & {
                v-slot:actions?: false | ((arg) => VNodeChild);
                v-slot:default?: false | ((arg) => VNodeChild);
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                collapseIcon: IconValue;
                expandIcon: IconValue;
                focusable: boolean;
                hideActions: boolean;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: string[];
                } | undefined;
                static: boolean;
                style: StyleValue;
            }, {}, string, SlotsType<Partial<{
                actions: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                default: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                class: PropType<any>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                focusable: BooleanConstructor;
                height: (NumberConstructor | StringConstructor)[];
                hideActions: BooleanConstructor;
                maxHeight: (NumberConstructor | StringConstructor)[];
                maxWidth: (NumberConstructor | StringConstructor)[];
                minHeight: (NumberConstructor | StringConstructor)[];
                minWidth: (NumberConstructor | StringConstructor)[];
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<boolean | {
                        class?: string;
                        keys?: (...)[];
                    } | undefined>;
                };
                static: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                width: (NumberConstructor | StringConstructor)[];
            }, ExtractPropTypes<{
                class: PropType<any>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                focusable: BooleanConstructor;
                height: (NumberConstructor | StringConstructor)[];
                hideActions: BooleanConstructor;
                maxHeight: (NumberConstructor | StringConstructor)[];
                maxWidth: (NumberConstructor | StringConstructor)[];
                minHeight: (NumberConstructor | StringConstructor)[];
                minWidth: (NumberConstructor | StringConstructor)[];
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<boolean | {
                        class?: (...) | (...);
                        keys?: (...) | (...);
                    } | undefined>;
                };
                static: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                width: (NumberConstructor | StringConstructor)[];
            }>>
          • VExpansionPanels: {
                __isFragment?: undefined;
                __isSuspense?: undefined;
                __isTeleport?: undefined;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    expandIcon: IconValue;
                    flat: boolean;
                    focusable: boolean;
                    hideActions: boolean;
                    multiple: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: (...)[];
                    };
                    static: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "accordion" | "default" | "inset" | "popout";
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    mandatory?: "force" | boolean;
                    max?: number;
                    rounded?: string | number | boolean;
                    selectedClass?: string;
                    theme?: string;
                }, {
                    next: (() => void);
                    prev: (() => void);
                }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                    update:modelValue: ((val) => true);
                }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    expandIcon: IconValue;
                    flat: boolean;
                    focusable: boolean;
                    hideActions: boolean;
                    multiple: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: string[];
                    } | undefined;
                    rounded: string | number | boolean;
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "accordion" | "default" | "inset" | "popout";
                }, true, {}, SlotsType<Partial<{
                    default: ((arg) => VNode<(...), (...), (...)>[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    expandIcon: IconValue;
                    flat: boolean;
                    focusable: boolean;
                    hideActions: boolean;
                    multiple: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: (...)[];
                    };
                    static: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "accordion" | "default" | "inset" | "popout";
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    mandatory?: "force" | boolean;
                    max?: number;
                    rounded?: string | number | boolean;
                    selectedClass?: string;
                    theme?: string;
                }, {
                    next: (() => void);
                    prev: (() => void);
                }, {}, {}, {}, {
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    expandIcon: IconValue;
                    flat: boolean;
                    focusable: boolean;
                    hideActions: boolean;
                    multiple: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: string[];
                    } | undefined;
                    rounded: string | number | boolean;
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "accordion" | "default" | "inset" | "popout";
                }>;
            } & ComponentOptionsBase<{
                collapseIcon: IconValue;
                disabled: boolean;
                eager: boolean;
                expandIcon: IconValue;
                flat: boolean;
                focusable: boolean;
                hideActions: boolean;
                multiple: boolean;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: string[];
                };
                static: boolean;
                style: string | false | StyleValue[] | CSSProperties | null;
                tag: string | JSXComponent;
                tile: boolean;
                variant: "accordion" | "default" | "inset" | "popout";
            } & {
                bgColor?: string;
                class?: any;
                color?: string;
                elevation?: string | number;
                mandatory?: "force" | boolean;
                max?: number;
                rounded?: string | number | boolean;
                selectedClass?: string;
                theme?: string;
            }, {
                next: (() => void);
                prev: (() => void);
            }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                update:modelValue: ((val) => true);
            }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
                collapseIcon: IconValue;
                disabled: boolean;
                eager: boolean;
                expandIcon: IconValue;
                flat: boolean;
                focusable: boolean;
                hideActions: boolean;
                multiple: boolean;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: string[];
                } | undefined;
                rounded: string | number | boolean;
                static: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
                variant: "accordion" | "default" | "inset" | "popout";
            }, {}, string, SlotsType<Partial<{
                default: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <TModel>(props, slots) => GenericProps<{
                modelValue?: TModel;
                onUpdate:modelValue?: ((value) => void);
            }, VExpansionPanelSlots>) & FilterPropsOptions<{
                bgColor: StringConstructor;
                class: PropType<any>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                elevation: {
                    type: (NumberConstructor | StringConstructor)[];
                    validator(v): boolean;
                };
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                flat: BooleanConstructor;
                focusable: BooleanConstructor;
                hideActions: BooleanConstructor;
                mandatory: PropType<"force" | boolean>;
                max: NumberConstructor;
                modelValue: {
                    default: undefined;
                    type: null;
                };
                multiple: BooleanConstructor;
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<boolean | {
                        class?: string;
                        keys?: (...)[];
                    } | undefined>;
                };
                rounded: {
                    default: undefined;
                    type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                };
                selectedClass: StringConstructor;
                static: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                theme: StringConstructor;
                tile: BooleanConstructor;
                variant: {
                    default: string;
                    type: PropType<"accordion" | "default" | "inset" | "popout">;
                    validator: ((v) => boolean);
                };
            }, ExtractPropTypes<{
                bgColor: StringConstructor;
                class: PropType<any>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                elevation: {
                    type: (NumberConstructor | StringConstructor)[];
                    validator(v): boolean;
                };
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                flat: BooleanConstructor;
                focusable: BooleanConstructor;
                hideActions: BooleanConstructor;
                mandatory: PropType<"force" | boolean>;
                max: NumberConstructor;
                modelValue: {
                    default: undefined;
                    type: null;
                };
                multiple: BooleanConstructor;
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<boolean | {
                        class?: (...) | (...);
                        keys?: (...) | (...);
                    } | undefined>;
                };
                rounded: {
                    default: undefined;
                    type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                };
                selectedClass: StringConstructor;
                static: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                theme: StringConstructor;
                tile: BooleanConstructor;
                variant: {
                    default: string;
                    type: PropType<"accordion" | "default" | "inset" | "popout">;
                    validator: ((v) => boolean);
                };
            }>>
          • VRow: {
                __isFragment?: undefined;
                __isSuspense?: undefined;
                __isTeleport?: undefined;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    align: "baseline" | "center" | "end" | "start" | "stretch";
                    alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    dense: boolean;
                    justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    noGutters: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tag: string | JSXComponent;
                } & {
                    alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
                    alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
                    alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
                    alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
                    alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
                    class?: any;
                    justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                    justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                    justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                    justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                    justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                } & {
                    $children?: {
                        default?: ...;
                    } | {
                        $stable?: boolean;
                    } | (() => VNodeChild) | VNodeChild;
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, (() => VNode<RendererNode, RendererElement, {
                    [key: string]: any;
                }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    align: "baseline" | "center" | "end" | "start" | "stretch";
                    alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    dense: boolean;
                    justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    noGutters: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                }, true, {}, SlotsType<Partial<{
                    default: (() => VNode<(...), (...), (...)>[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    align: "baseline" | "center" | "end" | "start" | "stretch";
                    alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    dense: boolean;
                    justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    noGutters: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tag: string | JSXComponent;
                } & {
                    alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
                    alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
                    alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
                    alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
                    alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
                    class?: any;
                    justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                    justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                    justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                    justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                    justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                } & {
                    $children?: {
                        default?: ...;
                    } | {
                        $stable?: boolean;
                    } | (() => VNodeChild) | VNodeChild;
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, (() => VNode<RendererNode, RendererElement, {
                    [key: string]: any;
                }>), {}, {}, {}, {
                    align: "baseline" | "center" | "end" | "start" | "stretch";
                    alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    dense: boolean;
                    justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                    noGutters: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                }>;
            } & ComponentOptionsBase<{
                align: "baseline" | "center" | "end" | "start" | "stretch";
                alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                dense: boolean;
                justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                noGutters: boolean;
                style: string | false | StyleValue[] | CSSProperties | null;
                tag: string | JSXComponent;
            } & {
                alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
                alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
                alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
                alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
                alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
                class?: any;
                justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            } & {
                $children?: {
                    default?: (() => ...);
                } | {
                    $stable?: boolean;
                } | (() => VNodeChild) | VNodeChild;
                v-slots?: {
                    default?: false | (() => ...);
                };
            } & {
                v-slot:default?: false | (() => VNodeChild);
            }, (() => VNode<RendererNode, RendererElement, {
                [key: string]: any;
            }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                align: "baseline" | "center" | "end" | "start" | "stretch";
                alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                dense: boolean;
                justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                noGutters: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                align: {
                    default: null;
                    type: PropType<"baseline" | "center" | "end" | "start" | "stretch">;
                    validator: ((str) => boolean);
                };
                alignContent: {
                    default: null;
                    type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
                    validator: ((str) => boolean);
                };
                alignContentLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                alignContentMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                alignContentSm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                alignContentXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                alignContentXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                alignLg: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                alignMd: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                alignSm: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                alignXl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                alignXxl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                class: PropType<any>;
                dense: BooleanConstructor;
                justify: {
                    default: null;
                    type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
                    validator: ((str) => boolean);
                };
                justifyLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                justifyMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                justifySm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                justifyXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                justifyXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                noGutters: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
            }, ExtractPropTypes<{
                align: {
                    default: null;
                    type: PropType<"baseline" | "center" | "end" | "start" | "stretch">;
                    validator: ((str) => boolean);
                };
                alignContent: {
                    default: null;
                    type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
                    validator: ((str) => boolean);
                };
                alignContentLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                alignContentMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                alignContentSm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                alignContentXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                alignContentXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                alignLg: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                alignMd: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                alignSm: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                alignXl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                alignXxl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                class: PropType<any>;
                dense: BooleanConstructor;
                justify: {
                    default: null;
                    type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
                    validator: ((str) => boolean);
                };
                justifyLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                justifyMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                justifySm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                justifyXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                justifyXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                noGutters: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
            }>>
          • VSelect: {
                __isFragment?: undefined;
                __isSuspense?: undefined;
                __isTeleport?: undefined;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    active: boolean;
                    autofocus: boolean;
                    chips: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    closableChips: boolean;
                    closeText: string;
                    density: Density;
                    disabled: boolean;
                    eager: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    filterKeys: FilterKeys;
                    filterMode: FilterMode;
                    flat: boolean;
                    focused: boolean;
                    glow: boolean;
                    hideNoData: boolean;
                    hideSelected: boolean;
                    hideSpinButtons: boolean;
                    itemChildren: string | boolean | readonly (...)[] | ((item, fallback?) => any) | null;
                    itemType: string | boolean | readonly (...)[] | ((item, fallback?) => any) | null;
                    maxErrors: string | number;
                    menu: boolean;
                    menuIcon: IconValue;
                    messages: string | readonly string[];
                    noAutoScroll: boolean;
                    noDataText: string;
                    noFilter: boolean;
                    openOnClear: boolean;
                    openText: string;
                    persistentClear: boolean;
                    persistentCounter: boolean;
                    persistentHint: boolean;
                    persistentPlaceholder: boolean;
                    readonly: boolean | null;
                    reverse: boolean;
                    role: string;
                    rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
                    singleLine: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tile: boolean;
                    transition: string | boolean | {
                        component: Component;
                    } | TransitionProps & {
                        component?: ...;
                    } | null;
                    type: string;
                    variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
                } & {
                    appendIcon?: IconValue;
                    appendInnerIcon?: IconValue;
                    autocomplete?: string;
                    baseColor?: string;
                    bgColor?: string;
                    centerAffix?: boolean;
                    class?: any;
                    color?: string;
                    counter?: string | number | boolean;
                    counterValue?: number | ((value) => number);
                    customFilter?: FilterFunction;
                    customKeyFilter?: FilterKeyFunctions;
                    hideDetails?: "auto" | boolean;
                    hint?: string;
                    iconColor?: string | boolean;
                    id?: string;
                    itemColor?: string;
                    label?: string;
                    listProps?: Partial<(...)> & Omit<(...), (...)> & {
                        activated?: ...;
                        itemChildren?: ...;
                        itemProps?: ...;
                        itemTitle?: ...;
                        itemValue?: ...;
                        items?: ...;
                        onClick:open?: ...;
                        onClick:select?: ...;
                        onUpdate:activated?: ...;
                        onUpdate:opened?: ...;
                        onUpdate:selected?: ...;
                        opened?: ...;
                        selected?: ...;
                    } & {
                        $children?: ...;
                        v-slots?: ...;
                    } & {
                        v-slot:append?: ...;
                        v-slot:default?: ...;
                        v-slot:divider?: ...;
                        v-slot:header?: ...;
                        v-slot:item?: ...;
                        v-slot:prepend?: ...;
                        v-slot:subheader?: ...;
                        v-slot:subtitle?: ...;
                        v-slot:title?: ...;
                    };
                    loading?: string | boolean;
                    maxWidth?: string | number;
                    menuProps?: Partial<(...)> & Omit<(...), (...)>;
                    minWidth?: string | number;
                    modelModifiers?: Record<string, boolean>;
                    name?: string;
                    onClick:append?: ((args_0) => void);
                    onClick:appendInner?: ((args_0) => void);
                    onClick:clear?: ((args_0) => void);
                    onClick:prepend?: ((args_0) => void);
                    onClick:prependInner?: ((args_0) => void);
                    onUpdate:focused?: ((args_0) => void);
                    placeholder?: string;
                    prefix?: string;
                    prependIcon?: IconValue;
                    prependInnerIcon?: IconValue;
                    rounded?: string | number | boolean;
                    search?: string;
                    suffix?: string;
                    theme?: string;
                    validateOn?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...);
                    valueComparator?: ValueComparator;
                    width?: string | number;
                } & {
                    onUpdate:focused?: ((focused) => any);
                    onUpdate:menu?: ((ue) => any);
                    onUpdate:search?: ((value) => any);
                }, {
                    filteredItems: ShallowRef<ListItem<any>[], ListItem<any>[]>;
                    isFocused: ShallowRef<boolean, boolean>;
                    menu: WritableComputedRef<boolean, boolean>;
                    search: Ref<string | undefined, string | undefined> & {
                        externalValue: string | undefined;
                    };
                    select: ((item, set?) => void);
                } & Omit<Omit<{
                    $: ComponentInternalInstance;
                    $attrs: {
                        [x: ...]: ...;
                    };
                    $data: {};
                    $el: any;
                    $emit: (...) & (...) & (...) & (...);
                    $forceUpdate: (() => ...);
                    $host: (...) | (...);
                    $nextTick: nextTick;
                    $options: (...) & (...);
                    $parent: (...) | (...);
                    $props: (...) & (...);
                    $refs: {
                        [x: ...]: ...;
                    };
                    $root: (...) | (...);
                    $slots: Readonly<(...)>;
                    $watch<T>(source, cb, options?): WatchStopHandle;
                } & Readonly<{
                    active: ...;
                    autofocus: ...;
                    centerAffix: ...;
                    clearIcon: ...;
                    clearable: ...;
                    density: ...;
                    dirty: ...;
                    disabled: ...;
                    error: ...;
                    errorMessages: ...;
                    flat: ...;
                    focused: ...;
                    glow: ...;
                    hideSpinButtons: ...;
                    maxErrors: ...;
                    messages: ...;
                    persistentClear: ...;
                    persistentCounter: ...;
                    persistentHint: ...;
                    persistentPlaceholder: ...;
                    readonly: ...;
                    reverse: ...;
                    rounded: ...;
                    rules: ...;
                    singleLine: ...;
                    style: ...;
                    tile: ...;
                    type: ...;
                    variant: ...;
                }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "readonly" | "label" | "style" | "theme" | "class" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "variant" | "disabled" | "rounded" | "color" | "maxWidth" | "minWidth" | "width" | "baseColor" | "bgColor" | "flat" | "active" | "appendIcon" | "prependIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "reverse" | "centerAffix" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "name" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "type" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                    _allExposed: {
                        filteredItems: ShallowRef<(...)[], (...)[]>;
                        isFocused: ShallowRef<boolean, boolean>;
                        menu: WritableComputedRef<boolean, boolean>;
                        search: Ref<(...), (...)> & {
                            externalValue: ...;
                        };
                        select: ((item, set?) => void);
                    } | HTMLInputElement & Omit<(...), (...)> & Omit<(...), (...)> & {
                        _allExposed: ...;
                    };
                }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                    update:focused: ((focused) => true);
                    update:menu: ((ue) => true);
                    update:modelValue: ((value) => true);
                    update:search: ((value) => true);
                }, "$children" | "v-slots" | "itemProps" | "itemTitle" | "itemValue" | "items" | "v-slot:append" | "v-slot:divider" | "v-slot:item" | "v-slot:prepend" | "v-slot:subheader" | "returnObject" | "multiple" | "modelValue" | "v-slot:loader" | "update:modelValue" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-item" | "v-slot:chip" | "v-slot:menu-footer" | "v-slot:menu-header" | "v-slot:no-data" | "v-slot:prepend-item" | "v-slot:selection">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    active: boolean;
                    autofocus: boolean;
                    centerAffix: boolean;
                    chips: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    closableChips: boolean;
                    closeText: string;
                    density: Density;
                    disabled: boolean;
                    eager: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    filterKeys: FilterKeys;
                    filterMode: FilterMode;
                    flat: boolean;
                    focused: boolean;
                    glow: boolean;
                    hideNoData: boolean;
                    hideSelected: boolean;
                    hideSpinButtons: boolean;
                    itemChildren: SelectItemKey;
                    itemType: SelectItemKey;
                    maxErrors: string | number;
                    menu: boolean;
                    menuIcon: IconValue;
                    messages: string | readonly string[];
                    noAutoScroll: boolean;
                    noDataText: string;
                    noFilter: boolean;
                    openOnClear: boolean;
                    openText: string;
                    persistentClear: boolean;
                    persistentCounter: boolean;
                    persistentHint: boolean;
                    persistentPlaceholder: boolean;
                    readonly: boolean | null;
                    reverse: boolean;
                    role: string;
                    rounded: string | number | boolean;
                    rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                    singleLine: boolean;
                    style: StyleValue;
                    tile: boolean;
                    transition: string | boolean | {
                        component: Component;
                    } | TransitionProps & {
                        component?: (...) | (...);
                    } | null;
                    type: string;
                    variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
                }, true, {}, SlotsType<Partial<{
                    append: ((arg) => VNode<(...), (...), (...)>[]);
                    append-inner: ((arg) => VNode<(...), (...), (...)>[]);
                    append-item: (() => VNode<(...), (...), (...)>[]);
                    chip: ((arg) => VNode<(...), (...), (...)>[]);
                    clear: ((arg) => VNode<(...), (...), (...)>[]);
                    details: ((arg) => VNode<(...), (...), (...)>[]);
                    divider: ((arg) => VNode<(...), (...), (...)>[]);
                    item: ((arg) => VNode<(...), (...), (...)>[]);
                    label: ((arg) => VNode<(...), (...), (...)>[]);
                    loader: ((arg) => VNode<(...), (...), (...)>[]);
                    menu-footer: ((arg) => VNode<(...), (...), (...)>[]);
                    menu-header: ((arg) => VNode<(...), (...), (...)>[]);
                    message: ((arg) => VNode<(...), (...), (...)>[]);
                    no-data: (() => VNode<(...), (...), (...)>[]);
                    prepend: ((arg) => VNode<(...), (...), (...)>[]);
                    prepend-inner: ((arg) => VNode<(...), (...), (...)>[]);
                    prepend-item: (() => VNode<(...), (...), (...)>[]);
                    selection: ((arg) => VNode<(...), (...), (...)>[]);
                    subheader: ((arg) => VNode<(...), (...), (...)>[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    active: boolean;
                    autofocus: boolean;
                    chips: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    closableChips: boolean;
                    closeText: string;
                    density: Density;
                    disabled: boolean;
                    eager: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    filterKeys: FilterKeys;
                    filterMode: FilterMode;
                    flat: boolean;
                    focused: boolean;
                    glow: boolean;
                    hideNoData: boolean;
                    hideSelected: boolean;
                    hideSpinButtons: boolean;
                    itemChildren: string | boolean | readonly (...)[] | ((item, fallback?) => any) | null;
                    itemType: string | boolean | readonly (...)[] | ((item, fallback?) => any) | null;
                    maxErrors: string | number;
                    menu: boolean;
                    menuIcon: IconValue;
                    messages: string | readonly string[];
                    noAutoScroll: boolean;
                    noDataText: string;
                    noFilter: boolean;
                    openOnClear: boolean;
                    openText: string;
                    persistentClear: boolean;
                    persistentCounter: boolean;
                    persistentHint: boolean;
                    persistentPlaceholder: boolean;
                    readonly: boolean | null;
                    reverse: boolean;
                    role: string;
                    rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
                    singleLine: boolean;
                    style: string | false | StyleValue[] | CSSProperties | null;
                    tile: boolean;
                    transition: string | boolean | {
                        component: Component;
                    } | TransitionProps & {
                        component?: ...;
                    } | null;
                    type: string;
                    variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
                } & {
                    appendIcon?: IconValue;
                    appendInnerIcon?: IconValue;
                    autocomplete?: string;
                    baseColor?: string;
                    bgColor?: string;
                    centerAffix?: boolean;
                    class?: any;
                    color?: string;
                    counter?: string | number | boolean;
                    counterValue?: number | ((value) => number);
                    customFilter?: FilterFunction;
                    customKeyFilter?: FilterKeyFunctions;
                    hideDetails?: "auto" | boolean;
                    hint?: string;
                    iconColor?: string | boolean;
                    id?: string;
                    itemColor?: string;
                    label?: string;
                    listProps?: Partial<(...)> & Omit<(...), (...)> & {
                        activated?: ...;
                        itemChildren?: ...;
                        itemProps?: ...;
                        itemTitle?: ...;
                        itemValue?: ...;
                        items?: ...;
                        onClick:open?: ...;
                        onClick:select?: ...;
                        onUpdate:activated?: ...;
                        onUpdate:opened?: ...;
                        onUpdate:selected?: ...;
                        opened?: ...;
                        selected?: ...;
                    } & {
                        $children?: ...;
                        v-slots?: ...;
                    } & {
                        v-slot:append?: ...;
                        v-slot:default?: ...;
                        v-slot:divider?: ...;
                        v-slot:header?: ...;
                        v-slot:item?: ...;
                        v-slot:prepend?: ...;
                        v-slot:subheader?: ...;
                        v-slot:subtitle?: ...;
                        v-slot:title?: ...;
                    };
                    loading?: string | boolean;
                    maxWidth?: string | number;
                    menuProps?: Partial<(...)> & Omit<(...), (...)>;
                    minWidth?: string | number;
                    modelModifiers?: Record<string, boolean>;
                    name?: string;
                    onClick:append?: ((args_0) => void);
                    onClick:appendInner?: ((args_0) => void);
                    onClick:clear?: ((args_0) => void);
                    onClick:prepend?: ((args_0) => void);
                    onClick:prependInner?: ((args_0) => void);
                    onUpdate:focused?: ((args_0) => void);
                    placeholder?: string;
                    prefix?: string;
                    prependIcon?: IconValue;
                    prependInnerIcon?: IconValue;
                    rounded?: string | number | boolean;
                    search?: string;
                    suffix?: string;
                    theme?: string;
                    validateOn?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...);
                    valueComparator?: ValueComparator;
                    width?: string | number;
                } & {
                    onUpdate:focused?: ((focused) => any);
                    onUpdate:menu?: ((ue) => any);
                    onUpdate:search?: ((value) => any);
                }, {
                    filteredItems: ShallowRef<ListItem<any>[], ListItem<any>[]>;
                    isFocused: ShallowRef<boolean, boolean>;
                    menu: WritableComputedRef<boolean, boolean>;
                    search: Ref<string | undefined, string | undefined> & {
                        externalValue: string | undefined;
                    };
                    select: ((item, set?) => void);
                } & Omit<Omit<{
                    $: ComponentInternalInstance;
                    $attrs: {
                        [x: ...]: ...;
                    };
                    $data: {};
                    $el: any;
                    $emit: (...) & (...) & (...) & (...);
                    $forceUpdate: (() => ...);
                    $host: (...) | (...);
                    $nextTick: nextTick;
                    $options: (...) & (...);
                    $parent: (...) | (...);
                    $props: (...) & (...);
                    $refs: {
                        [x: ...]: ...;
                    };
                    $root: (...) | (...);
                    $slots: Readonly<(...)>;
                    $watch<T>(source, cb, options?): WatchStopHandle;
                } & Readonly<{
                    active: ...;
                    autofocus: ...;
                    centerAffix: ...;
                    clearIcon: ...;
                    clearable: ...;
                    density: ...;
                    dirty: ...;
                    disabled: ...;
                    error: ...;
                    errorMessages: ...;
                    flat: ...;
                    focused: ...;
                    glow: ...;
                    hideSpinButtons: ...;
                    maxErrors: ...;
                    messages: ...;
                    persistentClear: ...;
                    persistentCounter: ...;
                    persistentHint: ...;
                    persistentPlaceholder: ...;
                    readonly: ...;
                    reverse: ...;
                    rounded: ...;
                    rules: ...;
                    singleLine: ...;
                    style: ...;
                    tile: ...;
                    type: ...;
                    variant: ...;
                }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<(...) & (...) & (...) & (...)> & ComponentCustomProperties, "readonly" | "label" | "style" | "theme" | "class" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "variant" | "disabled" | "rounded" | "color" | "maxWidth" | "minWidth" | "width" | "baseColor" | "bgColor" | "flat" | "active" | "appendIcon" | "prependIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "reverse" | "centerAffix" | "error" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "name" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "type" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                    _allExposed: {
                        filteredItems: ShallowRef<(...)[], (...)[]>;
                        isFocused: ShallowRef<boolean, boolean>;
                        menu: WritableComputedRef<boolean, boolean>;
                        search: Ref<(...), (...)> & {
                            externalValue: ...;
                        };
                        select: ((item, set?) => void);
                    } | HTMLInputElement & Omit<(...), (...)> & Omit<(...), (...)> & {
                        _allExposed: ...;
                    };
                }, {}, {}, {}, {
                    active: boolean;
                    autofocus: boolean;
                    centerAffix: boolean;
                    chips: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    closableChips: boolean;
                    closeText: string;
                    density: Density;
                    disabled: boolean;
                    eager: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    filterKeys: FilterKeys;
                    filterMode: FilterMode;
                    flat: boolean;
                    focused: boolean;
                    glow: boolean;
                    hideNoData: boolean;
                    hideSelected: boolean;
                    hideSpinButtons: boolean;
                    itemChildren: SelectItemKey;
                    itemType: SelectItemKey;
                    maxErrors: string | number;
                    menu: boolean;
                    menuIcon: IconValue;
                    messages: string | readonly string[];
                    noAutoScroll: boolean;
                    noDataText: string;
                    noFilter: boolean;
                    openOnClear: boolean;
                    openText: string;
                    persistentClear: boolean;
                    persistentCounter: boolean;
                    persistentHint: boolean;
                    persistentPlaceholder: boolean;
                    readonly: boolean | null;
                    reverse: boolean;
                    role: string;
                    rounded: string | number | boolean;
                    rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                    singleLine: boolean;
                    style: StyleValue;
                    tile: boolean;
                    transition: string | boolean | {
                        component: Component;
                    } | TransitionProps & {
                        component?: (...) | (...);
                    } | null;
                    type: string;
                    variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
                }>;
            } & ComponentOptionsBase<{
                active: boolean;
                autofocus: boolean;
                chips: boolean;
                clearIcon: IconValue;
                clearable: boolean;
                closableChips: boolean;
                closeText: string;
                density: Density;
                disabled: boolean;
                eager: boolean;
                error: boolean;
                errorMessages: string | readonly string[] | null;
                filterKeys: FilterKeys;
                filterMode: FilterMode;
                flat: boolean;
                focused: boolean;
                glow: boolean;
                hideNoData: boolean;
                hideSelected: boolean;
                hideSpinButtons: boolean;
                itemChildren: string | boolean | readonly ((...) | (...))[] | ((item, fallback?) => any) | null;
                itemType: string | boolean | readonly ((...) | (...))[] | ((item, fallback?) => any) | null;
                maxErrors: string | number;
                menu: boolean;
                menuIcon: IconValue;
                messages: string | readonly string[];
                noAutoScroll: boolean;
                noDataText: string;
                noFilter: boolean;
                openOnClear: boolean;
                openText: string;
                persistentClear: boolean;
                persistentCounter: boolean;
                persistentHint: boolean;
                persistentPlaceholder: boolean;
                readonly: boolean | null;
                reverse: boolean;
                role: string;
                rules: readonly (string | boolean | PromiseLike<(...)> | (...) | (...) | [(...), (...), (...)])[];
                singleLine: boolean;
                style: string | false | StyleValue[] | CSSProperties | null;
                tile: boolean;
                transition: string | boolean | {
                    component: Component;
                } | TransitionProps & {
                    component?: (...) | (...);
                } | null;
                type: string;
                variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
            } & {
                appendIcon?: IconValue;
                appendInnerIcon?: IconValue;
                autocomplete?: string;
                baseColor?: string;
                bgColor?: string;
                centerAffix?: boolean;
                class?: any;
                color?: string;
                counter?: string | number | boolean;
                counterValue?: number | ((value) => number);
                customFilter?: FilterFunction;
                customKeyFilter?: FilterKeyFunctions;
                hideDetails?: "auto" | boolean;
                hint?: string;
                iconColor?: string | boolean;
                id?: string;
                itemColor?: string;
                label?: string;
                listProps?: Partial<{
                    activatable: ...;
                    density: ...;
                    disabled: ...;
                    filterable: ...;
                    itemType: ...;
                    itemsRegistration: ...;
                    lines: ...;
                    mandatory: ...;
                    nav: ...;
                    navigationStrategy: ...;
                    openStrategy: ...;
                    returnObject: ...;
                    rounded: ...;
                    selectStrategy: ...;
                    selectable: ...;
                    slim: ...;
                    style: ...;
                    tag: ...;
                    tile: ...;
                    variant: ...;
                }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & {
                    activated?: unknown;
                    itemChildren?: SelectItemKey<(...)>;
                    itemProps?: SelectItemKey<(...)>;
                    itemTitle?: SelectItemKey<(...)>;
                    itemValue?: SelectItemKey<(...)>;
                    items?: (...) | (...);
                    onClick:open?: (...) | (...);
                    onClick:select?: (...) | (...);
                    onUpdate:activated?: (...) | (...);
                    onUpdate:opened?: (...) | (...);
                    onUpdate:selected?: (...) | (...);
                    opened?: unknown;
                    selected?: unknown;
                } & {
                    $children?: (...) | (...) | (...) | (...);
                    v-slots?: (...) | (...);
                } & {
                    v-slot:append?: (...) | (...) | (...);
                    v-slot:default?: (...) | (...) | (...);
                    v-slot:divider?: (...) | (...) | (...);
                    v-slot:header?: (...) | (...) | (...);
                    v-slot:item?: (...) | (...) | (...);
                    v-slot:prepend?: (...) | (...) | (...);
                    v-slot:subheader?: (...) | (...) | (...);
                    v-slot:subtitle?: (...) | (...) | (...);
                    v-slot:title?: (...) | (...) | (...);
                };
                loading?: string | boolean;
                maxWidth?: string | number;
                menuProps?: Partial<{
                    activatorProps: ...;
                    captureFocus: ...;
                    closeDelay: ...;
                    closeOnBack: ...;
                    closeOnContentClick: ...;
                    contained: ...;
                    disableInitialFocus: ...;
                    disabled: ...;
                    eager: ...;
                    location: ...;
                    locationStrategy: ...;
                    modelValue: ...;
                    noClickAnimation: ...;
                    openDelay: ...;
                    openOnClick: ...;
                    openOnFocus: ...;
                    openOnHover: ...;
                    origin: ...;
                    persistent: ...;
                    retainFocus: ...;
                    scrim: ...;
                    scrollStrategy: ...;
                    stickToTarget: ...;
                    style: ...;
                    submenu: ...;
                    transition: ...;
                    viewportMargin: ...;
                    zIndex: ...;
                }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)>;
                minWidth?: string | number;
                modelModifiers?: Record<string, boolean>;
                name?: string;
                onClick:append?: ((args_0) => void);
                onClick:appendInner?: ((args_0) => void);
                onClick:clear?: ((args_0) => void);
                onClick:prepend?: ((args_0) => void);
                onClick:prependInner?: ((args_0) => void);
                onUpdate:focused?: ((args_0) => void);
                placeholder?: string;
                prefix?: string;
                prependIcon?: IconValue;
                prependInnerIcon?: IconValue;
                rounded?: string | number | boolean;
                search?: string;
                suffix?: string;
                theme?: string;
                validateOn?: "blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | (...) | (...) | (...);
                valueComparator?: ValueComparator;
                width?: string | number;
            } & {
                onUpdate:focused?: ((focused) => any);
                onUpdate:menu?: ((ue) => any);
                onUpdate:search?: ((value) => any);
            }, {
                filteredItems: ShallowRef<ListItem<any>[], ListItem<any>[]>;
                isFocused: ShallowRef<boolean, boolean>;
                menu: WritableComputedRef<boolean, boolean>;
                search: Ref<string | undefined, string | undefined> & {
                    externalValue: string | undefined;
                };
                select: ((item, set?) => void);
            } & Omit<Omit<{
                $: ComponentInternalInstance;
                $attrs: {
                    [x: string]: unknown;
                };
                $data: {};
                $el: any;
                $emit: (...) & (...) & (...) & (...);
                $forceUpdate: (() => void);
                $host: Element | null;
                $nextTick: nextTick;
                $options: ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & {
                    activated?: ...;
                    beforeCreate?: ...;
                    beforeDestroy?: ...;
                    beforeMount?: ...;
                    beforeUnmount?: ...;
                    beforeUpdate?: ...;
                    created?: ...;
                    deactivated?: ...;
                    destroyed?: ...;
                    errorCaptured?: ...;
                    mounted?: ...;
                    renderTracked?: ...;
                    renderTriggered?: ...;
                    unmounted?: ...;
                    updated?: ...;
                };
                $parent: ComponentPublicInstance<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> | null;
                $props: Partial<(...)> & Omit<(...), (...)>;
                $refs: {
                    [x: string]: unknown;
                };
                $root: ComponentPublicInstance<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> | null;
                $slots: Readonly<{
                    append?: ...;
                    append-inner?: ...;
                    clear?: ...;
                    counter?: ...;
                    default?: ...;
                    details?: ...;
                    label?: ...;
                    loader?: ...;
                    message?: ...;
                    prepend?: ...;
                    prepend-inner?: ...;
                }>;
                $watch<T>(source, cb, options?): WatchStopHandle;
            } & Readonly<{
                active: boolean;
                autofocus: boolean;
                centerAffix: boolean;
                clearIcon: IconValue;
                clearable: boolean;
                density: Density;
                dirty: boolean;
                disabled: boolean;
                error: boolean;
                errorMessages: (...) | (...) | (...);
                flat: boolean;
                focused: boolean;
                glow: boolean;
                hideSpinButtons: boolean;
                maxErrors: (...) | (...);
                messages: (...) | (...);
                persistentClear: boolean;
                persistentCounter: boolean;
                persistentHint: boolean;
                persistentPlaceholder: boolean;
                readonly: (...) | (...);
                reverse: boolean;
                rounded: (...) | (...) | (...);
                rules: readonly (...);
                singleLine: boolean;
                style: StyleValue;
                tile: boolean;
                type: string;
                variant: (...) | (...) | (...) | (...) | (...) | (...) | (...);
            }> & Omit<{
                active: ...;
                autofocus: ...;
                clearIcon: ...;
                clearable: ...;
                density: ...;
                dirty: ...;
                disabled: ...;
                error: ...;
                errorMessages: ...;
                flat: ...;
                focused: ...;
                glow: ...;
                hideSpinButtons: ...;
                maxErrors: ...;
                messages: ...;
                persistentClear: ...;
                persistentCounter: ...;
                persistentHint: ...;
                persistentPlaceholder: ...;
                readonly: ...;
                reverse: ...;
                rules: ...;
                singleLine: ...;
                style: ...;
                tile: ...;
                type: ...;
                variant: ...;
            } & {
                appendIcon?: ...;
                appendInnerIcon?: ...;
                autocomplete?: ...;
                baseColor?: ...;
                bgColor?: ...;
                centerAffix?: ...;
                class?: ...;
                color?: ...;
                counter?: ...;
                counterValue?: ...;
                hideDetails?: ...;
                hint?: ...;
                iconColor?: ...;
                id?: ...;
                label?: ...;
                loading?: ...;
                maxWidth?: ...;
                minWidth?: ...;
                modelModifiers?: ...;
                modelValue?: ...;
                name?: ...;
                onClick:append?: ...;
                onClick:appendInner?: ...;
                onClick:clear?: ...;
                onClick:prepend?: ...;
                onClick:prependInner?: ...;
                onUpdate:focused?: ...;
                placeholder?: ...;
                prefix?: ...;
                prependIcon?: ...;
                prependInnerIcon?: ...;
                role?: ...;
                rounded?: ...;
                suffix?: ...;
                theme?: ...;
                validateOn?: ...;
                validationValue?: ...;
                width?: ...;
            } & {
                $children?: ...;
                v-slots?: ...;
            } & {
                v-slot:append?: ...;
                v-slot:append-inner?: ...;
                v-slot:clear?: ...;
                v-slot:counter?: ...;
                v-slot:default?: ...;
                v-slot:details?: ...;
                v-slot:label?: ...;
                v-slot:loader?: ...;
                v-slot:message?: ...;
                v-slot:prepend?: ...;
                v-slot:prepend-inner?: ...;
            } & {
                onClick:control?: ...;
                onMousedown:control?: ...;
                onUpdate:focused?: ...;
                onUpdate:modelValue?: ...;
            }, "id" | "required" | "size" | "reverse" | "flat" | "translate" | "error" | "alt" | "persistentHint" | "clearable" | "normalize" | "pattern" | "multiple" | "style" | "name" | "readonly" | "type" | "value" | "form" | "select" | "title" | "animate" | "slot" | "rounded" | "tile" | "height" | "width" | "max" | "disabled" | "_allExposed" | "children" | "labels" | "density" | "variant" | "list" | "active" | "align" | "prepend" | "append" | "focus" | "click" | "indeterminate" | "dir" | "maxLength" | "minLength" | "readOnly" | "contains" | "validate" | "isValid" | "reset" | "resetValidation" | "centerAffix" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "blur" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "ATTRIBUTE_NODE" | "CDATA_SECTION_NODE" | "COMMENT_NODE" | "DOCUMENT_FRAGMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_TYPE_NODE" | "ELEMENT_NODE" | "ENTITY_NODE" | "ENTITY_REFERENCE_NODE" | "NOTATION_NODE" | "PROCESSING_INSTRUCTION_NODE" | "TEXT_NODE" | "_" | "_clickOutside" | "_mutate" | "_observe" | "_onResize" | "_onScroll" | "_ripple" | "_touchHandlers" | "_transitionInitialStyles" | "accept" | "accessKey" | "accessKeyLabel" | "addEventListener" | "after" | "appendChild" | "ariaAtomic" | "ariaAutoComplete" | "ariaBrailleLabel" | "ariaBrailleRoleDescription" | "ariaBusy" | "ariaChecked" | "ariaColCount" | "ariaColIndex" | "ariaColIndexText" | "ariaColSpan" | "ariaCurrent" | "ariaDescription" | "ariaDisabled" | "ariaExpanded" | "ariaHasPopup" | "ariaHidden" | "ariaInvalid" | "ariaKeyShortcuts" | "ariaLabel" | "ariaLevel" | "ariaLive" | "ariaModal" | "ariaMultiLine" | "ariaMultiSelectable" | "ariaOrientation" | "ariaPlaceholder" | "ariaPosInSet" | "ariaPressed" | "ariaReadOnly" | "ariaRelevant" | "ariaRequired" | "ariaRoleDescription" | "ariaRowCount" | "ariaRowIndex" | "ariaRowIndexText" | "ariaRowSpan" | "ariaSelected" | "ariaSetSize" | "ariaSort" | "ariaValueMax" | "ariaValueMin" | "ariaValueNow" | "ariaValueText" | "assignedSlot" | "attachInternals" | "attachShadow" | "attributeStyleMap" | "attributes" | "autocapitalize" | "autocomplete" | "autofocus" | "baseURI" | "before" | "capture" | "checkValidity" | "checkVisibility" | "checked" | "childElementCount" | "childNodes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "cloneNode" | "closest" | "compareDocumentPosition" | "computedStyleMap" | "contentEditable" | "currentCSSZoom" | "dataset" | "defaultChecked" | "defaultValue" | "dirName" | "dispatchEvent" | "draggable" | "enterKeyHint" | "files" | "firstChild" | "firstElementChild" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "getAnimations" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "getRootNode" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasChildNodes" | "hasPointerCapture" | "hidden" | "hidePopover" | "inert" | "innerHTML" | "innerText" | "inputMode" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "insertBefore" | "isConnected" | "isContentEditable" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lang" | "lastChild" | "lastElementChild" | "localName" | "lookupNamespaceURI" | "lookupPrefix" | "matches" | "min" | "namespaceURI" | "nextElementSibling" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "nonce" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "onabort" | "onanimationcancel" | "onanimationend" | "onanimationiteration" | "onanimationstart" | "onauxclick" | "onbeforeinput" | "onbeforetoggle" | "onblur" | "oncancel" | "oncanplay" | "oncanplaythrough" | "onchange" | "onclick" | "onclose" | "oncontextlost" | "oncontextmenu" | "oncontextrestored" | "oncopy" | "oncuechange" | "oncut" | "ondblclick" | "ondrag" | "ondragend" | "ondragenter" | "ondragleave" | "ondragover" | "ondragstart" | "ondrop" | "ondurationchange" | "onemptied" | "onended" | "onerror" | "onfocus" | "onformdata" | "onfullscreenchange" | "onfullscreenerror" | "ongotpointercapture" | "oninput" | "oninvalid" | "onkeydown" | "onkeypress" | "onkeyup" | "onload" | "onloadeddata" | "onloadedmetadata" | "onloadstart" | "onlostpointercapture" | "onmousedown" | "onmouseenter" | "onmouseleave" | "onmousemove" | "onmouseout" | "onmouseover" | "onmouseup" | "onpaste" | "onpause" | "onplay" | "onplaying" | "onpointercancel" | "onpointerdown" | "onpointerenter" | "onpointerleave" | "onpointermove" | "onpointerout" | "onpointerover" | "onpointerup" | "onprogress" | "onratechange" | "onreset" | "onresize" | "onscroll" | "onscrollend" | "onsecuritypolicyviolation" | "onseeked" | "onseeking" | "onselect" | "onselectionchange" | "onselectstart" | "onslotchange" | "onstalled" | "onsubmit" | "onsuspend" | "ontimeupdate" | "ontoggle" | "ontouchcancel" | "ontouchend" | "ontouchmove" | "ontouchstart" | "ontransitioncancel" | "ontransitionend" | "ontransitionrun" | "ontransitionstart" | "onvolumechange" | "onwaiting" | "onwebkitanimationend" | "onwebkitanimationiteration" | "onwebkitanimationstart" | "onwebkittransitionend" | "onwheel" | "outerHTML" | "outerText" | "ownerDocument" | "parentElement" | "parentNode" | "part" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "popover" | "popoverTargetAction" | "popoverTargetElement" | "prefix" | "previousElementSibling" | "previousSibling" | "querySelector" | "querySelectorAll" | "releasePointerCapture" | "remove" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "removeChild" | "removeEventListener" | "replaceChild" | "replaceChildren" | "replaceWith" | "reportValidity" | "requestFullscreen" | "requestPointerLock" | "role" | "scroll" | "scrollBy" | "scrollHeight" | "scrollIntoView" | "scrollLeft" | "scrollTo" | "scrollTop" | "scrollWidth" | "selectionDirection" | "selectionEnd" | "selectionStart" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setCustomValidity" | "setHTMLUnsafe" | "setPointerCapture" | "setRangeText" | "setSelectionRange" | "shadowRoot" | "showPicker" | "showPopover" | "spellcheck" | "src" | "step" | "stepDown" | "stepUp" | "tabIndex" | "tagName" | "textContent" | "toggleAttribute" | "togglePopover" | "useMap" | "validationMessage" | "validity" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitMatchesSelector" | "webkitdirectory" | "willValidate" | "writingSuggestions"> & ShallowUnwrapRef<HTMLInputElement & Omit<(...), (...)> & Omit<(...), (...)> & {
                _allExposed: ...;
            }> & ComponentCustomProperties, "label" | "id" | "reverse" | "flat" | "error" | "loading" | "color" | "persistentHint" | "clearable" | "theme" | "class" | "style" | "name" | "readonly" | "$children" | "v-slots" | "v-slot:default" | "type" | keyof VNodeProps | "rounded" | "tile" | "maxWidth" | "minWidth" | "width" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:append" | "v-slot:prepend" | "density" | "variant" | "baseColor" | "bgColor" | "active" | "appendIcon" | "prependIcon" | "v-slot:loader" | "centerAffix" | "errorMessages" | "focused" | "glow" | "hideSpinButtons" | "maxErrors" | "messages" | "rules" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "hideDetails" | "hint" | "onClick:prepend" | "onClick:append" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "appendInnerIcon" | "clearIcon" | "dirty" | "persistentClear" | "prependInnerIcon" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "autocomplete" | "autofocus" | "persistentCounter" | "persistentPlaceholder" | "placeholder" | "prefix" | "role" | "counter" | "counterValue" | "suffix" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                _allExposed: {
                    filteredItems: ShallowRef<ListItem<(...)>[], ListItem<(...)>[]>;
                    isFocused: ShallowRef<boolean, boolean>;
                    menu: WritableComputedRef<boolean, boolean>;
                    search: Ref<(...) | (...), (...) | (...)> & {
                        externalValue: (...) | (...);
                    };
                    select: ((item, set?) => void);
                } | HTMLInputElement & Omit<Omit<(...), (...)>, `$${(...)}`> & Omit<Omit<(...), (...)>, `$${(...)}`> & {
                    _allExposed: (...) | (...) | (...);
                };
            }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                update:focused: ((focused) => true);
                update:menu: ((ue) => true);
                update:modelValue: ((value) => true);
                update:search: ((value) => true);
            }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "itemProps" | "itemTitle" | "itemValue" | "items" | "v-slot:append" | "v-slot:divider" | "v-slot:item" | "v-slot:prepend" | "v-slot:subheader" | "returnObject" | "v-slot:loader" | "v-slot:details" | "v-slot:message" | "v-slot:label" | "v-slot:append-inner" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-item" | "v-slot:chip" | "v-slot:menu-footer" | "v-slot:menu-header" | "v-slot:no-data" | "v-slot:prepend-item" | "v-slot:selection">, string, {
                active: boolean;
                autofocus: boolean;
                centerAffix: boolean;
                chips: boolean;
                clearIcon: IconValue;
                clearable: boolean;
                closableChips: boolean;
                closeText: string;
                density: Density;
                disabled: boolean;
                eager: boolean;
                error: boolean;
                errorMessages: string | readonly string[] | null;
                filterKeys: FilterKeys;
                filterMode: FilterMode;
                flat: boolean;
                focused: boolean;
                glow: boolean;
                hideNoData: boolean;
                hideSelected: boolean;
                hideSpinButtons: boolean;
                itemChildren: SelectItemKey;
                itemType: SelectItemKey;
                maxErrors: string | number;
                menu: boolean;
                menuIcon: IconValue;
                messages: string | readonly string[];
                noAutoScroll: boolean;
                noDataText: string;
                noFilter: boolean;
                openOnClear: boolean;
                openText: string;
                persistentClear: boolean;
                persistentCounter: boolean;
                persistentHint: boolean;
                persistentPlaceholder: boolean;
                readonly: boolean | null;
                reverse: boolean;
                role: string;
                rounded: string | number | boolean;
                rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value) => ...) | ((value) => ...) | [string, any, (...)?])[];
                singleLine: boolean;
                style: StyleValue;
                tile: boolean;
                transition: string | boolean | {
                    component: Component;
                } | TransitionProps & {
                    component?: Component;
                } | null;
                type: string;
                variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
            }, {}, string, SlotsType<Partial<{
                append: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                append-inner: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                append-item: (() => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                chip: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                clear: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                details: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                divider: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                item: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                label: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                loader: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                menu-footer: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                menu-header: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                message: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                no-data: (() => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                prepend: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                prepend-inner: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                prepend-item: (() => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                selection: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
                subheader: ((arg) => VNode<RendererNode, RendererElement, {
                    [key: ...]: ...;
                }>[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T, Item, ReturnObject, Multiple, V>(props, slots) => GenericProps<{
                itemProps?: SelectItemKey<ItemType<T>>;
                itemTitle?: SelectItemKey<ItemType<T>>;
                itemValue?: SelectItemKey<ItemType<T>>;
                items?: T;
                modelValue?: V | null;
                multiple?: Multiple;
                onUpdate:modelValue?: ((value) => void);
                returnObject?: ReturnObject;
            }, Omit<VInputSlots & VFieldSlots, "default"> & {
                append-item: never;
                chip: {
                    index: number;
                    item: ListItem<Item>;
                    props: Record<string, unknown>;
                };
                divider: {
                    index: number;
                    props: Record<string, unknown>;
                };
                item: {
                    index: number;
                    item: ListItem<Item>;
                    props: Record<string, unknown>;
                };
                menu-footer: {
                    filteredItems: ListItem<(...)>[];
                    search: Ref<(...) | (...), (...) | (...)>;
                };
                menu-header: {
                    filteredItems: ListItem<(...)>[];
                    search: Ref<(...) | (...), (...) | (...)>;
                };
                no-data: never;
                prepend-item: never;
                selection: {
                    index: number;
                    item: ListItem<Item>;
                };
                subheader: {
                    index: number;
                    props: Record<string, unknown>;
                };
            }>) & FilterPropsOptions<{
                active: BooleanConstructor;
                appendIcon: PropType<IconValue>;
                appendInnerIcon: PropType<IconValue>;
                autocomplete: PropType<string>;
                autofocus: BooleanConstructor;
                baseColor: StringConstructor;
                bgColor: StringConstructor;
                centerAffix: {
                    default: undefined;
                    type: BooleanConstructor;
                };
                chips: BooleanConstructor;
                class: PropType<any>;
                clearIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                clearable: BooleanConstructor;
                closableChips: BooleanConstructor;
                closeText: {
                    default: string;
                    type: StringConstructor;
                };
                color: StringConstructor;
                counter: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                counterValue: PropType<number | ((value) => number)>;
                customFilter: PropType<FilterFunction>;
                customKeyFilter: PropType<FilterKeyFunctions>;
                density: {
                    default: string;
                    type: PropType<Density>;
                    validator: ((v) => boolean);
                };
                disabled: {
                    default: null;
                    type: BooleanConstructor;
                };
                eager: BooleanConstructor;
                error: BooleanConstructor;
                errorMessages: {
                    default: (() => never[]);
                    type: PropType<string | readonly string[] | null>;
                };
                filterKeys: {
                    default: NonNullable<FilterKeys>;
                    type: PropType<FilterKeys>;
                };
                filterMode: {
                    default: string;
                    type: PropType<FilterMode>;
                };
                flat: BooleanConstructor;
                focused: BooleanConstructor;
                glow: BooleanConstructor;
                hideDetails: PropType<"auto" | boolean>;
                hideNoData: BooleanConstructor;
                hideSelected: BooleanConstructor;
                hideSpinButtons: BooleanConstructor;
                hint: StringConstructor;
                iconColor: (BooleanConstructor | StringConstructor)[];
                id: StringConstructor;
                itemChildren: Omit<{
                    default: string;
                    type: PropType<SelectItemKey>;
                }, "default" | "type"> & {
                    default: NonNullable<SelectItemKey>;
                    type: PropType<SelectItemKey>;
                };
                itemColor: StringConstructor;
                itemProps: {
                    default: string;
                    type: PropType<SelectItemKey>;
                };
                itemTitle: {
                    default: string;
                    type: PropType<SelectItemKey>;
                };
                itemType: {
                    default: string;
                    type: PropType<SelectItemKey>;
                };
                itemValue: {
                    default: string;
                    type: PropType<SelectItemKey>;
                };
                items: {
                    default: (() => never[]);
                    type: PropType<any[]>;
                };
                label: StringConstructor;
                listProps: {
                    type: PropType<Partial<{
                        activatable: boolean;
                        density: Density;
                        disabled: boolean;
                        filterable: boolean;
                        itemType: SelectItemKey;
                        itemsRegistration: ItemsRegistrationType;
                        lines: (...) | (...) | (...) | (...);
                        mandatory: boolean;
                        nav: boolean;
                        navigationStrategy: (...) | (...);
                        openStrategy: OpenStrategyProp;
                        returnObject: boolean;
                        rounded: (...) | (...) | (...);
                        selectStrategy: SelectStrategyProp;
                        selectable: boolean;
                        slim: boolean;
                        style: StyleValue;
                        tag: (...) | (...);
                        tile: boolean;
                        variant: (...) | (...) | (...) | (...) | (...) | (...);
                    }> & Omit<{
                        activatable: ...;
                        activeClass?: ...;
                        activeColor?: ...;
                        activeStrategy?: ...;
                        baseColor?: ...;
                        bgColor?: ...;
                        border?: ...;
                        class?: ...;
                        collapseIcon?: ...;
                        color?: ...;
                        density: ...;
                        disabled: ...;
                        elevation?: ...;
                        expandIcon?: ...;
                        filterable: ...;
                        height?: ...;
                        indent?: ...;
                        itemType: ...;
                        itemsRegistration: ...;
                        lines: ...;
                        mandatory: ...;
                        maxHeight?: ...;
                        maxWidth?: ...;
                        minHeight?: ...;
                        minWidth?: ...;
                        nav: ...;
                        navigationIndex?: ...;
                        navigationStrategy: ...;
                        onClick:activate?: ...;
                        onUpdate:navigationIndex?: ...;
                        openStrategy: ...;
                        prependGap?: ...;
                        returnObject: ...;
                        rounded?: ...;
                        selectStrategy: ...;
                        selectable: ...;
                        slim: ...;
                        style: ...;
                        tag: ...;
                        theme?: ...;
                        tile: ...;
                        valueComparator?: ...;
                        variant: ...;
                        width?: ...;
                    } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "activatable" | "density" | "disabled" | "filterable" | "itemType" | "itemsRegistration" | "lines" | "mandatory" | "nav" | "navigationStrategy" | "openStrategy" | "returnObject" | "rounded" | "selectStrategy" | "selectable" | "slim" | "style" | "tag" | "tile" | "variant"> & {
                        activated?: unknown;
                        itemChildren?: SelectItemKey<any>;
                        itemProps?: SelectItemKey<any>;
                        itemTitle?: SelectItemKey<any>;
                        itemValue?: SelectItemKey<any>;
                        items?: readonly (...);
                        onClick:open?: ...;
                        onClick:select?: ...;
                        onUpdate:activated?: ...;
                        onUpdate:opened?: ...;
                        onUpdate:selected?: ...;
                        opened?: unknown;
                        selected?: unknown;
                    } & {
                        $children?: {
                            append?: ...;
                            default?: ...;
                            divider?: ...;
                            header?: ...;
                            item?: ...;
                            prepend?: ...;
                            subheader?: ...;
                            subtitle?: ...;
                            title?: ...;
                        } | {
                            $stable?: ...;
                        } | (...) | VNodeChild;
                        v-slots?: {
                            append?: ...;
                            default?: ...;
                            divider?: ...;
                            header?: ...;
                            item?: ...;
                            prepend?: ...;
                            subheader?: ...;
                            subtitle?: ...;
                            title?: ...;
                        };
                    } & {
                        v-slot:append?: false | (...);
                        v-slot:default?: false | (...);
                        v-slot:divider?: false | (...);
                        v-slot:header?: false | (...);
                        v-slot:item?: false | (...);
                        v-slot:prepend?: false | (...);
                        v-slot:subheader?: false | (...);
                        v-slot:subtitle?: false | (...);
                        v-slot:title?: false | (...);
                    }>;
                };
                loading: (BooleanConstructor | StringConstructor)[];
                maxErrors: {
                    default: number;
                    type: (NumberConstructor | StringConstructor)[];
                };
                maxWidth: (NumberConstructor | StringConstructor)[];
                menu: BooleanConstructor;
                menuIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                menuProps: {
                    type: PropType<Partial<{
                        activatorProps: Record<(...), (...)>;
                        captureFocus: boolean;
                        closeDelay: (...) | (...);
                        closeOnBack: boolean;
                        closeOnContentClick: boolean;
                        contained: boolean;
                        disableInitialFocus: boolean;
                        disabled: boolean;
                        eager: boolean;
                        location: (...) | (...);
                        locationStrategy: (...) | (...) | (...);
                        modelValue: boolean;
                        noClickAnimation: boolean;
                        openDelay: (...) | (...);
                        openOnClick: boolean;
                        openOnFocus: boolean;
                        openOnHover: boolean;
                        origin: (...) | (...) | (...);
                        persistent: boolean;
                        retainFocus: boolean;
                        scrim: (...) | (...);
                        scrollStrategy: (...) | (...) | (...) | (...) | (...);
                        stickToTarget: boolean;
                        style: StyleValue;
                        submenu: boolean;
                        transition: (...) | (...) | (...) | (...) | (...);
                        viewportMargin: (...) | (...);
                        zIndex: (...) | (...);
                    }> & Omit<{
                        $children?: ...;
                        activator?: ...;
                        activatorProps: ...;
                        attach?: ...;
                        captureFocus: ...;
                        class?: ...;
                        closeDelay: ...;
                        closeOnBack: ...;
                        closeOnContentClick: ...;
                        contained: ...;
                        contentClass?: ...;
                        contentProps?: ...;
                        disableInitialFocus: ...;
                        disabled: ...;
                        eager: ...;
                        height?: ...;
                        id?: ...;
                        location: ...;
                        locationStrategy: ...;
                        maxHeight?: ...;
                        maxWidth?: ...;
                        minHeight?: ...;
                        minWidth?: ...;
                        modelValue: ...;
                        noClickAnimation: ...;
                        offset?: ...;
                        onUpdate:modelValue?: ...;
                        opacity?: ...;
                        openDelay: ...;
                        openOnClick?: ...;
                        openOnFocus?: ...;
                        openOnHover: ...;
                        origin: ...;
                        persistent: ...;
                        retainFocus: ...;
                        scrim: ...;
                        scrollStrategy: ...;
                        stickToTarget: ...;
                        style: ...;
                        submenu: ...;
                        target?: ...;
                        theme?: ...;
                        transition: ...;
                        v-slot:activator?: ...;
                        v-slot:default?: ...;
                        v-slots?: ...;
                        viewportMargin: ...;
                        width?: ...;
                        zIndex: ...;
                    } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "activatorProps" | "captureFocus" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "retainFocus" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">>;
                };
                messages: {
                    default: (() => never[]);
                    type: PropType<string | readonly string[]>;
                };
                minWidth: (NumberConstructor | StringConstructor)[];
                modelModifiers: PropType<Record<string, boolean>>;
                modelValue: {
                    default: any;
                    type: PropType<any>;
                };
                multiple: BooleanConstructor;
                name: StringConstructor;
                noAutoScroll: BooleanConstructor;
                noDataText: {
                    default: string;
                    type: StringConstructor;
                };
                noFilter: BooleanConstructor;
                onClick:append: PropType<((args_0) => void)>;
                onClick:appendInner: PropType<((args_0) => void)>;
                onClick:clear: PropType<((args_0) => void)>;
                onClick:prepend: PropType<((args_0) => void)>;
                onClick:prependInner: PropType<((args_0) => void)>;
                onUpdate:focused: PropType<((args_0) => void)>;
                openOnClear: BooleanConstructor;
                openText: {
                    default: string;
                    type: StringConstructor;
                };
                persistentClear: BooleanConstructor;
                persistentCounter: BooleanConstructor;
                persistentHint: BooleanConstructor;
                persistentPlaceholder: BooleanConstructor;
                placeholder: StringConstructor;
                prefix: StringConstructor;
                prependIcon: PropType<IconValue>;
                prependInnerIcon: PropType<IconValue>;
                readonly: {
                    default: null;
                    type: PropType<boolean | null>;
                };
                returnObject: BooleanConstructor;
                reverse: BooleanConstructor;
                role: {
                    default: string;
                    type: PropType<string>;
                };
                rounded: {
                    default: undefined;
                    type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                };
                rules: {
                    default: (() => never[]);
                    type: PropType<readonly ((...) | (...) | (...) | (...) | (...) | (...))[]>;
                };
                search: StringConstructor;
                singleLine: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                suffix: StringConstructor;
                theme: StringConstructor;
                tile: BooleanConstructor;
                transition: {
                    default: {
                        component: Component;
                    } | NonNullable<string | boolean | (...) & (...) | null>;
                    type: PropType<string | boolean | {
                        component: Component;
                    } | TransitionProps & {
                        component?: ...;
                    } | null>;
                };
                type: {
                    default: string;
                    type: StringConstructor;
                };
                validateOn: PropType<"blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | (...) | (...) | (...) | undefined>;
                valueComparator: PropType<ValueComparator>;
                variant: {
                    default: string;
                    type: PropType<"filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined">;
                    validator: ((v) => boolean);
                };
                width: (NumberConstructor | StringConstructor)[];
            }, ExtractPropTypes<{
                active: BooleanConstructor;
                appendIcon: PropType<IconValue>;
                appendInnerIcon: PropType<IconValue>;
                autocomplete: PropType<string>;
                autofocus: BooleanConstructor;
                baseColor: StringConstructor;
                bgColor: StringConstructor;
                centerAffix: {
                    default: undefined;
                    type: BooleanConstructor;
                };
                chips: BooleanConstructor;
                class: PropType<any>;
                clearIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                clearable: BooleanConstructor;
                closableChips: BooleanConstructor;
                closeText: {
                    default: string;
                    type: StringConstructor;
                };
                color: StringConstructor;
                counter: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                counterValue: PropType<number | ((value) => number)>;
                customFilter: PropType<FilterFunction>;
                customKeyFilter: PropType<FilterKeyFunctions>;
                density: {
                    default: string;
                    type: PropType<Density>;
                    validator: ((v) => boolean);
                };
                disabled: {
                    default: null;
                    type: BooleanConstructor;
                };
                eager: BooleanConstructor;
                error: BooleanConstructor;
                errorMessages: {
                    default: (() => never[]);
                    type: PropType<string | readonly (...)[] | null>;
                };
                filterKeys: {
                    default: NonNullable<FilterKeys>;
                    type: PropType<FilterKeys>;
                };
                filterMode: {
                    default: string;
                    type: PropType<FilterMode>;
                };
                flat: BooleanConstructor;
                focused: BooleanConstructor;
                glow: BooleanConstructor;
                hideDetails: PropType<"auto" | boolean>;
                hideNoData: BooleanConstructor;
                hideSelected: BooleanConstructor;
                hideSpinButtons: BooleanConstructor;
                hint: StringConstructor;
                iconColor: (BooleanConstructor | StringConstructor)[];
                id: StringConstructor;
                itemChildren: Omit<{
                    default: string;
                    type: PropType<SelectItemKey>;
                }, "default" | "type"> & {
                    default: NonNullable<SelectItemKey>;
                    type: PropType<SelectItemKey>;
                };
                itemColor: StringConstructor;
                itemProps: {
                    default: string;
                    type: PropType<SelectItemKey>;
                };
                itemTitle: {
                    default: string;
                    type: PropType<SelectItemKey>;
                };
                itemType: {
                    default: string;
                    type: PropType<SelectItemKey>;
                };
                itemValue: {
                    default: string;
                    type: PropType<SelectItemKey>;
                };
                items: {
                    default: (() => never[]);
                    type: PropType<any[]>;
                };
                label: StringConstructor;
                listProps: {
                    type: PropType<Partial<{
                        activatable: ...;
                        density: ...;
                        disabled: ...;
                        filterable: ...;
                        itemType: ...;
                        itemsRegistration: ...;
                        lines: ...;
                        mandatory: ...;
                        nav: ...;
                        navigationStrategy: ...;
                        openStrategy: ...;
                        returnObject: ...;
                        rounded: ...;
                        selectStrategy: ...;
                        selectable: ...;
                        slim: ...;
                        style: ...;
                        tag: ...;
                        tile: ...;
                        variant: ...;
                    }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & {
                        activated?: unknown;
                        itemChildren?: SelectItemKey<(...)>;
                        itemProps?: SelectItemKey<(...)>;
                        itemTitle?: SelectItemKey<(...)>;
                        itemValue?: SelectItemKey<(...)>;
                        items?: (...) | (...);
                        onClick:open?: (...) | (...);
                        onClick:select?: (...) | (...);
                        onUpdate:activated?: (...) | (...);
                        onUpdate:opened?: (...) | (...);
                        onUpdate:selected?: (...) | (...);
                        opened?: unknown;
                        selected?: unknown;
                    } & {
                        $children?: (...) | (...) | (...) | (...);
                        v-slots?: (...) | (...);
                    } & {
                        v-slot:append?: (...) | (...) | (...);
                        v-slot:default?: (...) | (...) | (...);
                        v-slot:divider?: (...) | (...) | (...);
                        v-slot:header?: (...) | (...) | (...);
                        v-slot:item?: (...) | (...) | (...);
                        v-slot:prepend?: (...) | (...) | (...);
                        v-slot:subheader?: (...) | (...) | (...);
                        v-slot:subtitle?: (...) | (...) | (...);
                        v-slot:title?: (...) | (...) | (...);
                    }>;
                };
                loading: (BooleanConstructor | StringConstructor)[];
                maxErrors: {
                    default: number;
                    type: (NumberConstructor | StringConstructor)[];
                };
                maxWidth: (NumberConstructor | StringConstructor)[];
                menu: BooleanConstructor;
                menuIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                menuProps: {
                    type: PropType<Partial<{
                        activatorProps: ...;
                        captureFocus: ...;
                        closeDelay: ...;
                        closeOnBack: ...;
                        closeOnContentClick: ...;
                        contained: ...;
                        disableInitialFocus: ...;
                        disabled: ...;
                        eager: ...;
                        location: ...;
                        locationStrategy: ...;
                        modelValue: ...;
                        noClickAnimation: ...;
                        openDelay: ...;
                        openOnClick: ...;
                        openOnFocus: ...;
                        openOnHover: ...;
                        origin: ...;
                        persistent: ...;
                        retainFocus: ...;
                        scrim: ...;
                        scrollStrategy: ...;
                        stickToTarget: ...;
                        style: ...;
                        submenu: ...;
                        transition: ...;
                        viewportMargin: ...;
                        zIndex: ...;
                    }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)>>;
                };
                messages: {
                    default: (() => never[]);
                    type: PropType<string | readonly (...)[]>;
                };
                minWidth: (NumberConstructor | StringConstructor)[];
                modelModifiers: PropType<Record<string, boolean>>;
                modelValue: {
                    default: any;
                    type: PropType<any>;
                };
                multiple: BooleanConstructor;
                name: StringConstructor;
                noAutoScroll: BooleanConstructor;
                noDataText: {
                    default: string;
                    type: StringConstructor;
                };
                noFilter: BooleanConstructor;
                onClick:append: PropType<((args_0) => void)>;
                onClick:appendInner: PropType<((args_0) => void)>;
                onClick:clear: PropType<((args_0) => void)>;
                onClick:prepend: PropType<((args_0) => void)>;
                onClick:prependInner: PropType<((args_0) => void)>;
                onUpdate:focused: PropType<((args_0) => void)>;
                openOnClear: BooleanConstructor;
                openText: {
                    default: string;
                    type: StringConstructor;
                };
                persistentClear: BooleanConstructor;
                persistentCounter: BooleanConstructor;
                persistentHint: BooleanConstructor;
                persistentPlaceholder: BooleanConstructor;
                placeholder: StringConstructor;
                prefix: StringConstructor;
                prependIcon: PropType<IconValue>;
                prependInnerIcon: PropType<IconValue>;
                readonly: {
                    default: null;
                    type: PropType<boolean | null>;
                };
                returnObject: BooleanConstructor;
                reverse: BooleanConstructor;
                role: {
                    default: string;
                    type: PropType<string>;
                };
                rounded: {
                    default: undefined;
                    type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                };
                rules: {
                    default: (() => never[]);
                    type: PropType<readonly (...)[]>;
                };
                search: StringConstructor;
                singleLine: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                suffix: StringConstructor;
                theme: StringConstructor;
                tile: BooleanConstructor;
                transition: {
                    default: {
                        component: Component;
                    } | NonNullable<string | boolean | (...) | null>;
                    type: PropType<string | boolean | {
                        component: Component;
                    } | (...) & (...) | null>;
                };
                type: {
                    default: string;
                    type: StringConstructor;
                };
                validateOn: PropType<"blur eager" | "blur lazy" | "eager" | "eager blur" | "eager input" | "eager invalid-input" | "eager submit" | "input eager" | "input lazy" | "invalid-input eager" | "invalid-input lazy" | "lazy" | "lazy blur" | "lazy input" | "lazy invalid-input" | "lazy submit" | "submit eager" | "submit lazy" | (...) | undefined>;
                valueComparator: PropType<ValueComparator>;
                variant: {
                    default: string;
                    type: PropType<"filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined">;
                    validator: ((v) => boolean);
                };
                width: (NumberConstructor | StringConstructor)[];
            }>>

          Type declaration

          • DisabledIconFocus: {
                updated(el): void;
            }
            • updated:function
              • Parameters

                • el: HTMLElement

                Returns void

          Type declaration