MixedRenderer: DefineComponent<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    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;
        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;
        required: boolean;
        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>;
    };
    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;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: ControlElement;
}> & Readonly<{}>, {
    cells: JsonFormsCellRendererRegistryEntry[];
    config: Record<string, any>;
    enabled: 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;
        };
        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;
            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;
        };
        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;
        renderers: JsonFormsRendererRegistryEntry[];
    }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
    VCol: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
            cols: string | number | boolean;
            offset: string | number;
            order: string | number;
            style: StyleValue;
            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?: VNodeChild | {
                default?: ...;
            } | (() => 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" | "center" | "end" | "start" | "stretch" | "baseline";
            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" | "center" | "end" | "start" | "stretch" | "baseline";
            cols: string | number | boolean;
            offset: string | number;
            order: string | number;
            style: StyleValue;
            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?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), {}, {}, {}, {
            alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
            cols: string | number | boolean;
            offset: string | number;
            order: string | number;
            style: StyleValue;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
        cols: string | number | boolean;
        offset: string | number;
        order: string | number;
        style: StyleValue;
        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?: VNodeChild | {
            default?: (() => ...);
        } | (() => 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" | "center" | "end" | "start" | "stretch" | "baseline";
        cols: string | number | boolean;
        offset: string | number;
        order: string | number;
        style: StyleValue;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        alignSelf: {
            default: null;
            type: PropType<ALIGN_SELF_VALUES[number]>;
            validator: ((str) => boolean);
        };
        class: PropType<ClassValue>;
        cols: {
            default: boolean;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        lg: Prop<string | number | boolean, false>;
        md: Prop<string | number | boolean, false>;
        offset: {
            default: null;
            type: (StringConstructor | NumberConstructor)[];
        };
        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: (StringConstructor | NumberConstructor)[];
        };
        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<ALIGN_SELF_VALUES[number]>;
            validator: ((str) => boolean);
        };
        class: PropType<ClassValue>;
        cols: {
            default: boolean;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        lg: Prop<string | number | boolean, false>;
        md: Prop<string | number | boolean, false>;
        offset: {
            default: null;
            type: (StringConstructor | NumberConstructor)[];
        };
        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: (StringConstructor | NumberConstructor)[];
        };
        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?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            fluid: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        } & {
            class?: any;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            width?: string | number;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => 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: StyleValue;
            tag: string | JSXComponent;
        } & {
            class?: any;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            width?: string | number;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, {}, {}, {}, {
            fluid: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        fluid: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
    } & {
        class?: any;
        height?: string | number;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        width?: string | number;
    } & {
        $children?: VNodeChild | {
            default?: (() => ...);
        } | (() => 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[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        fluid: {
            default: boolean;
            type: BooleanConstructor;
        };
        height: (StringConstructor | NumberConstructor)[];
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        width: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        fluid: {
            default: boolean;
            type: BooleanConstructor;
        };
        height: (StringConstructor | NumberConstructor)[];
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        width: (StringConstructor | NumberConstructor)[];
    }>>;
    VExpansionPanel: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            static: boolean;
            style: StyleValue;
            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?: VNodeChild | (() => VNodeChild) | {
                default?: ...;
                text?: ...;
                title?: ...;
            };
            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?: number[];
            } | 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?: number[];
            } | undefined;
            static: boolean;
            style: StyleValue;
            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?: VNodeChild | (() => VNodeChild) | {
                default?: ...;
                text?: ...;
                title?: ...;
            };
            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?: number[];
            } | 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?: number[];
        } | undefined;
        static: boolean;
        style: StyleValue;
        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?: VNodeChild | (() => VNodeChild) | {
            default?: (() => ...);
            text?: (() => ...);
            title?: (() => ...);
        };
        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?: number[];
        } | undefined;
        rounded: string | number | boolean;
        static: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
        text: (() => VNode[]);
        title: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        bgColor: StringConstructor;
        class: PropType<ClassValue>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        focusable: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideActions: BooleanConstructor;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        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: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        bgColor: StringConstructor;
        class: PropType<ClassValue>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        focusable: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideActions: BooleanConstructor;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        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: (StringConstructor | NumberConstructor)[];
    }>>;
    VExpansionPanelText: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            eager: boolean;
            style: StyleValue;
        } & {
            class?: any;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => 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: StyleValue;
        } & {
            class?: any;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, {}, {}, {}, {
            eager: boolean;
            style: StyleValue;
        }>;
    } & ComponentOptionsBase<{
        eager: boolean;
        style: StyleValue;
    } & {
        class?: any;
    } & {
        $children?: VNodeChild | {
            default?: (() => ...);
        } | (() => 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[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        eager: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        eager: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
    }>>;
    VExpansionPanelTitle: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            collapseIcon: IconValue;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            static: boolean;
            style: StyleValue;
        } & {
            class?: any;
            color?: string;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            width?: string | number;
        } & {
            $children?: VNodeChild | {
                actions?: ...;
                default?: ...;
            } | ((arg) => 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?: number[];
            } | 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?: number[];
            } | undefined;
            static: boolean;
            style: StyleValue;
        } & {
            class?: any;
            color?: string;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            width?: string | number;
        } & {
            $children?: VNodeChild | {
                actions?: ...;
                default?: ...;
            } | ((arg) => 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?: number[];
            } | undefined;
            static: boolean;
            style: StyleValue;
        }>;
    } & ComponentOptionsBase<{
        collapseIcon: IconValue;
        expandIcon: IconValue;
        focusable: boolean;
        hideActions: boolean;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        static: boolean;
        style: StyleValue;
    } & {
        class?: any;
        color?: string;
        height?: string | number;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        width?: string | number;
    } & {
        $children?: VNodeChild | {
            actions?: ((arg) => ...);
            default?: ((arg) => ...);
        } | ((arg) => 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?: number[];
        } | undefined;
        static: boolean;
        style: StyleValue;
    }, {}, string, SlotsType<Partial<{
        actions: ((arg) => VNode[]);
        default: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        focusable: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideActions: BooleanConstructor;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        static: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        width: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        focusable: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideActions: BooleanConstructor;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        static: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        width: (StringConstructor | NumberConstructor)[];
    }>>;
    VExpansionPanels: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        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?: number[];
            } | undefined;
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "default" | "inset" | "accordion" | "popout";
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            elevation?: string | number;
            mandatory?: boolean | "force";
            max?: number;
            modelValue?: any;
            rounded?: string | number | boolean;
            selectedClass?: string;
            theme?: string;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | ((arg) => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | ((arg) => VNodeChild);
        } & {
            onUpdate:modelValue?: ((val) => any);
        }, {
            next: (() => void);
            prev: (() => void);
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            update:modelValue: ((val) => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            expandIcon: IconValue;
            flat: boolean;
            focusable: boolean;
            hideActions: boolean;
            modelValue: any;
            multiple: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "default" | "inset" | "accordion" | "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?: number[];
            } | undefined;
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "default" | "inset" | "accordion" | "popout";
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            elevation?: string | number;
            mandatory?: boolean | "force";
            max?: number;
            modelValue?: any;
            rounded?: string | number | boolean;
            selectedClass?: string;
            theme?: string;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | ((arg) => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | ((arg) => VNodeChild);
        } & {
            onUpdate:modelValue?: ((val) => any);
        }, {
            next: (() => void);
            prev: (() => void);
        }, {}, {}, {}, {
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            expandIcon: IconValue;
            flat: boolean;
            focusable: boolean;
            hideActions: boolean;
            modelValue: any;
            multiple: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "default" | "inset" | "accordion" | "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?: number[];
        } | undefined;
        static: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "default" | "inset" | "accordion" | "popout";
    } & {
        bgColor?: string;
        class?: any;
        color?: string;
        elevation?: string | number;
        mandatory?: boolean | "force";
        max?: number;
        modelValue?: any;
        rounded?: string | number | boolean;
        selectedClass?: string;
        theme?: string;
    } & {
        $children?: VNodeChild | {
            default?: ((arg) => ...);
        } | ((arg) => VNodeChild);
        v-slots?: {
            default?: false | ((arg) => ...);
        };
    } & {
        v-slot:default?: false | ((arg) => VNodeChild);
    } & {
        onUpdate:modelValue?: ((val) => any);
    }, {
        next: (() => void);
        prev: (() => void);
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        update:modelValue: ((val) => true);
    }, string, {
        collapseIcon: IconValue;
        disabled: boolean;
        eager: boolean;
        expandIcon: IconValue;
        flat: boolean;
        focusable: boolean;
        hideActions: boolean;
        modelValue: any;
        multiple: boolean;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        rounded: string | number | boolean;
        static: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "default" | "inset" | "accordion" | "popout";
    }, {}, string, SlotsType<Partial<{
        default: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        bgColor: StringConstructor;
        class: PropType<ClassValue>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        flat: BooleanConstructor;
        focusable: BooleanConstructor;
        hideActions: BooleanConstructor;
        mandatory: PropType<boolean | "force">;
        max: NumberConstructor;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        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<Variant>;
            validator: ((v) => boolean);
        };
    }, ExtractPropTypes<{
        bgColor: StringConstructor;
        class: PropType<ClassValue>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        flat: BooleanConstructor;
        focusable: BooleanConstructor;
        hideActions: BooleanConstructor;
        mandatory: PropType<boolean | "force">;
        max: NumberConstructor;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        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<Variant>;
            validator: ((v) => boolean);
        };
    }>>;
    VRow: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            align: "center" | "end" | "start" | "stretch" | "baseline";
            alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            noGutters: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        } & {
            alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            alignLg?: "center" | "end" | "start" | "stretch" | "baseline";
            alignMd?: "center" | "end" | "start" | "stretch" | "baseline";
            alignSm?: "center" | "end" | "start" | "stretch" | "baseline";
            alignXl?: "center" | "end" | "start" | "stretch" | "baseline";
            alignXxl?: "center" | "end" | "start" | "stretch" | "baseline";
            class?: any;
            justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
            justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
            justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
            justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
            justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => 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: "center" | "end" | "start" | "stretch" | "baseline";
            alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "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: "center" | "end" | "start" | "stretch" | "baseline";
            alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            noGutters: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        } & {
            alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            alignLg?: "center" | "end" | "start" | "stretch" | "baseline";
            alignMd?: "center" | "end" | "start" | "stretch" | "baseline";
            alignSm?: "center" | "end" | "start" | "stretch" | "baseline";
            alignXl?: "center" | "end" | "start" | "stretch" | "baseline";
            alignXxl?: "center" | "end" | "start" | "stretch" | "baseline";
            class?: any;
            justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
            justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
            justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
            justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
            justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), {}, {}, {}, {
            align: "center" | "end" | "start" | "stretch" | "baseline";
            alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
            noGutters: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        align: "center" | "end" | "start" | "stretch" | "baseline";
        alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
        dense: boolean;
        justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
        noGutters: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
    } & {
        alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
        alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
        alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
        alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
        alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
        alignLg?: "center" | "end" | "start" | "stretch" | "baseline";
        alignMd?: "center" | "end" | "start" | "stretch" | "baseline";
        alignSm?: "center" | "end" | "start" | "stretch" | "baseline";
        alignXl?: "center" | "end" | "start" | "stretch" | "baseline";
        alignXxl?: "center" | "end" | "start" | "stretch" | "baseline";
        class?: any;
        justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
        justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
        justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
        justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
        justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
    } & {
        $children?: VNodeChild | {
            default?: (() => ...);
        } | (() => VNodeChild);
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, (() => VNode<RendererNode, RendererElement, {
        [key: string]: any;
    }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        align: "center" | "end" | "start" | "stretch" | "baseline";
        alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
        dense: boolean;
        justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
        noGutters: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        align: {
            default: null;
            type: PropType<ALIGN_VALUES[number]>;
            validator: ((str) => boolean);
        };
        alignContent: {
            default: null;
            type: PropType<ALIGN_CONTENT_VALUES[number]>;
            validator: ((str) => boolean);
        };
        alignContentLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
        alignContentMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
        alignContentSm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
        alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
        alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
        alignLg: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
        alignMd: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
        alignSm: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
        alignXl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
        alignXxl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
        class: PropType<ClassValue>;
        dense: BooleanConstructor;
        justify: {
            default: null;
            type: PropType<ALIGN_CONTENT_VALUES[number]>;
            validator: ((str) => boolean);
        };
        justifyLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
        justifyMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
        justifySm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
        justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
        justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
        noGutters: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }, ExtractPropTypes<{
        align: {
            default: null;
            type: PropType<ALIGN_VALUES[number]>;
            validator: ((str) => boolean);
        };
        alignContent: {
            default: null;
            type: PropType<ALIGN_CONTENT_VALUES[number]>;
            validator: ((str) => boolean);
        };
        alignContentLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
        alignContentMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
        alignContentSm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
        alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
        alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
        alignLg: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
        alignMd: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
        alignSm: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
        alignXl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
        alignXxl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
        class: PropType<ClassValue>;
        dense: BooleanConstructor;
        justify: {
            default: null;
            type: PropType<ALIGN_CONTENT_VALUES[number]>;
            validator: ((str) => boolean);
        };
        justifyLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
        justifyMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
        justifySm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
        justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
        justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
        noGutters: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }>>;
    VSelect: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            active: boolean;
            autofocus: boolean;
            chips: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            closableChips: boolean;
            closeText: string;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            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;
            openOnClear: boolean;
            openText: string;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            role: string;
            rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            transition: string | boolean | TransitionProps & {
                component?: ...;
            } | {
                component: Component;
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
        } & {
            appendIcon?: IconValue;
            baseColor?: string;
            bgColor?: string;
            centerAffix?: boolean;
            class?: any;
            color?: string;
            counter?: string | number | boolean;
            counterValue?: number | ((value) => number);
            hideDetails?: boolean | "auto";
            hint?: string;
            iconColor?: string | boolean;
            id?: string;
            itemColor?: string;
            label?: string;
            listProps?: Partial<(...)> & Omit<(...), (...)> & {
                itemChildren?: ...;
                itemProps?: ...;
                itemTitle?: ...;
                itemValue?: ...;
                items?: ...;
                onClick:open?: ...;
                onClick:select?: ...;
                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;
            suffix?: string;
            theme?: string;
            validateOn?: "eager" | "lazy" | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
            valueComparator?: deepEqual;
            width?: string | number;
        } & {
            onUpdate:focused?: ((focused) => any);
            onUpdate:menu?: ((ue) => any);
        }, {
            isFocused: ShallowRef<boolean, boolean>;
            menu: WritableComputedRef<boolean, boolean>;
            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: ...;
            direction: ...;
            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, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
            _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                _allExposed: ...;
            } | {
                isFocused: ShallowRef<boolean, boolean>;
                menu: WritableComputedRef<boolean, boolean>;
                select: ((item, set?) => void);
            };
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
            update:focused: ((focused) => true);
            update:menu: ((ue) => true);
            update:modelValue: ((value) => true);
        }, "$children" | "v-slots" | "items" | "itemValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "returnObject" | "multiple" | "modelValue" | "v-slot:loader" | "update:modelValue" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            active: boolean;
            autofocus: boolean;
            centerAffix: boolean;
            chips: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            closableChips: boolean;
            closeText: string;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            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;
            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 | TransitionProps & {
                component?: Component;
            } | {
                component: Component;
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
        }, 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[]);
            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;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            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;
            openOnClear: boolean;
            openText: string;
            persistentClear: boolean;
            persistentCounter: boolean;
            persistentHint: boolean;
            persistentPlaceholder: boolean;
            readonly: boolean | null;
            reverse: boolean;
            role: string;
            rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
            singleLine: boolean;
            style: StyleValue;
            tile: boolean;
            transition: string | boolean | TransitionProps & {
                component?: ...;
            } | {
                component: Component;
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
        } & {
            appendIcon?: IconValue;
            baseColor?: string;
            bgColor?: string;
            centerAffix?: boolean;
            class?: any;
            color?: string;
            counter?: string | number | boolean;
            counterValue?: number | ((value) => number);
            hideDetails?: boolean | "auto";
            hint?: string;
            iconColor?: string | boolean;
            id?: string;
            itemColor?: string;
            label?: string;
            listProps?: Partial<(...)> & Omit<(...), (...)> & {
                itemChildren?: ...;
                itemProps?: ...;
                itemTitle?: ...;
                itemValue?: ...;
                items?: ...;
                onClick:open?: ...;
                onClick:select?: ...;
                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;
            suffix?: string;
            theme?: string;
            validateOn?: "eager" | "lazy" | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
            valueComparator?: deepEqual;
            width?: string | number;
        } & {
            onUpdate:focused?: ((focused) => any);
            onUpdate:menu?: ((ue) => any);
        }, {
            isFocused: ShallowRef<boolean, boolean>;
            menu: WritableComputedRef<boolean, boolean>;
            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: ...;
            direction: ...;
            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, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
            _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                _allExposed: ...;
            } | {
                isFocused: ShallowRef<boolean, boolean>;
                menu: WritableComputedRef<boolean, boolean>;
                select: ((item, set?) => void);
            };
        }, {}, {}, {}, {
            active: boolean;
            autofocus: boolean;
            centerAffix: boolean;
            chips: boolean;
            clearIcon: IconValue;
            clearable: boolean;
            closableChips: boolean;
            closeText: string;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            eager: boolean;
            error: boolean;
            errorMessages: string | readonly string[] | null;
            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;
            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 | TransitionProps & {
                component?: Component;
            } | {
                component: Component;
            } | null;
            type: string;
            variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
        }>;
    } & ComponentOptionsBase<{
        active: boolean;
        autofocus: boolean;
        chips: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        closableChips: boolean;
        closeText: string;
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        eager: boolean;
        error: boolean;
        errorMessages: string | readonly string[] | null;
        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;
        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: StyleValue;
        tile: boolean;
        transition: string | boolean | TransitionProps & {
            component?: Component;
        } | {
            component: Component;
        } | null;
        type: string;
        variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
    } & {
        appendIcon?: IconValue;
        baseColor?: string;
        bgColor?: string;
        centerAffix?: boolean;
        class?: any;
        color?: string;
        counter?: string | number | boolean;
        counterValue?: number | ((value) => number);
        hideDetails?: boolean | "auto";
        hint?: string;
        iconColor?: string | boolean;
        id?: string;
        itemColor?: string;
        label?: string;
        listProps?: Partial<{
            activatable: ...;
            density: ...;
            disabled: ...;
            filterable: ...;
            itemType: ...;
            lines: ...;
            mandatory: ...;
            nav: ...;
            openStrategy: ...;
            returnObject: ...;
            rounded: ...;
            selectStrategy: ...;
            selectable: ...;
            slim: ...;
            style: ...;
            tag: ...;
            tile: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & {
            itemChildren?: SelectItemKey<(...)>;
            itemProps?: SelectItemKey<(...)>;
            itemTitle?: SelectItemKey<(...)>;
            itemValue?: SelectItemKey<(...)>;
            items?: (...) | (...);
            onClick:open?: ((value) => ...);
            onClick:select?: ((value) => ...);
            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: ...;
            closeDelay: ...;
            closeOnBack: ...;
            closeOnContentClick: ...;
            contained: ...;
            disableInitialFocus: ...;
            disabled: ...;
            eager: ...;
            location: ...;
            locationStrategy: ...;
            modelValue: ...;
            noClickAnimation: ...;
            openDelay: ...;
            openOnClick: ...;
            openOnFocus: ...;
            openOnHover: ...;
            origin: ...;
            persistent: ...;
            scrim: ...;
            scrollStrategy: ...;
            style: ...;
            submenu: ...;
            transition: ...;
            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;
        suffix?: string;
        theme?: string;
        validateOn?: "eager" | "lazy" | (...) | (...) | (...) | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
        valueComparator?: deepEqual;
        width?: string | number;
    } & {
        onUpdate:focused?: ((focused) => any);
        onUpdate:menu?: ((ue) => any);
    }, {
        isFocused: ShallowRef<boolean, boolean>;
        menu: WritableComputedRef<boolean, boolean>;
        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;
        direction: (...) | (...);
        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: ...;
        direction: ...;
        dirty: ...;
        disabled: ...;
        error: ...;
        errorMessages: ...;
        flat: ...;
        focused: ...;
        glow: ...;
        hideSpinButtons: ...;
        maxErrors: ...;
        messages: ...;
        persistentClear: ...;
        persistentCounter: ...;
        persistentHint: ...;
        persistentPlaceholder: ...;
        readonly: ...;
        reverse: ...;
        rules: ...;
        singleLine: ...;
        style: ...;
        tile: ...;
        type: ...;
        variant: ...;
    } & {
        appendIcon?: ...;
        appendInnerIcon?: ...;
        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" | "translate" | "error" | "alt" | "reverse" | "flat" | "normalize" | "pattern" | "multiple" | "style" | "name" | "type" | "value" | "form" | "select" | "title" | "animate" | "slot" | "height" | "width" | "rounded" | "tile" | "max" | "disabled" | "_allExposed" | "children" | "labels" | "variant" | "density" | "list" | "active" | "align" | "readonly" | "prepend" | "append" | "focus" | "click" | "dir" | "maxLength" | "minLength" | "readOnly" | "contains" | "validate" | "persistentHint" | "clearable" | "direction" | "reset" | "isValid" | "resetValidation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "indeterminate" | "blur" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "matches" | "remove" | "min" | "hidden" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "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" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "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" | "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" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "accept" | "_" | "step" | "placeholder" | "src" | "capture" | "checked" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & ShallowUnwrapRef<Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
        _allExposed: ...;
    }> & ComponentCustomProperties, "label" | "id" | "error" | "loading" | "color" | "reverse" | "flat" | "theme" | "class" | "style" | "name" | "$children" | "v-slots" | "v-slot:default" | "type" | keyof VNodeProps | "maxWidth" | "minWidth" | "width" | "rounded" | "tile" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "variant" | "density" | "baseColor" | "bgColor" | "active" | "appendIcon" | "prependIcon" | "readonly" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "appendInnerIcon" | "clearIcon" | "dirty" | "persistentClear" | "prependInnerIcon" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
        _allExposed: Omit<Omit<(...), (...)>, `$${(...)}`> & HTMLInputElement & Omit<Omit<(...), (...)>, `$${(...)}`> & {
            _allExposed: (...) | (...) | (...);
        } | {
            isFocused: ShallowRef<boolean, boolean>;
            menu: WritableComputedRef<boolean, boolean>;
            select: ((item, set?) => void);
        };
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
        update:focused: ((focused) => true);
        update:menu: ((ue) => true);
        update:modelValue: ((value) => true);
    }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "itemValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "returnObject" | "v-slot:loader" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
        active: boolean;
        autofocus: boolean;
        centerAffix: boolean;
        chips: boolean;
        clearIcon: IconValue;
        clearable: boolean;
        closableChips: boolean;
        closeText: string;
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        eager: boolean;
        error: boolean;
        errorMessages: string | readonly string[] | null;
        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;
        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 | TransitionProps & {
            component?: Component;
        } | {
            component: Component;
        } | null;
        type: string;
        variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
    }, {}, string, 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[]);
        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, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T, Item, ReturnObject, Multiple, V>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
        active: BooleanConstructor;
        appendIcon: PropType<IconValue>;
        autofocus: BooleanConstructor;
        baseColor: StringConstructor;
        bgColor: StringConstructor;
        centerAffix: {
            default: undefined;
            type: BooleanConstructor;
        };
        chips: BooleanConstructor;
        class: PropType<ClassValue>;
        clearIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        clearable: BooleanConstructor;
        closableChips: BooleanConstructor;
        closeText: {
            default: string;
            type: StringConstructor;
        };
        color: StringConstructor;
        counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        counterValue: PropType<number | ((value) => number)>;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
            validator: ((v) => boolean);
        };
        disabled: {
            default: null;
            type: BooleanConstructor;
        };
        eager: BooleanConstructor;
        error: BooleanConstructor;
        errorMessages: {
            default: (() => never[]);
            type: PropType<string | readonly string[] | null>;
        };
        flat: BooleanConstructor;
        focused: BooleanConstructor;
        glow: BooleanConstructor;
        hideDetails: PropType<boolean | "auto">;
        hideNoData: BooleanConstructor;
        hideSelected: BooleanConstructor;
        hideSpinButtons: BooleanConstructor;
        hint: StringConstructor;
        iconColor: (StringConstructor | BooleanConstructor)[];
        id: StringConstructor;
        itemChildren: Omit<{
            default: string;
            type: PropType<SelectItemKey>;
        }, "type" | "default"> & {
            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<ItemProps["items"]>;
        };
        label: StringConstructor;
        listProps: {
            type: PropType<VList["$props"]>;
        };
        loading: (StringConstructor | BooleanConstructor)[];
        maxErrors: {
            default: number;
            type: (StringConstructor | NumberConstructor)[];
        };
        maxWidth: (StringConstructor | NumberConstructor)[];
        menu: BooleanConstructor;
        menuIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        menuProps: {
            type: PropType<VMenu["$props"]>;
        };
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly string[]>;
        };
        minWidth: (StringConstructor | NumberConstructor)[];
        modelModifiers: PropType<Record<string, boolean>>;
        modelValue: {
            default: any;
            type: PropType<any>;
        };
        multiple: BooleanConstructor;
        name: StringConstructor;
        noAutoScroll: BooleanConstructor;
        noDataText: {
            default: string;
            type: StringConstructor;
        };
        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: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly ((...) | (...))[]>;
        };
        singleLine: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        suffix: StringConstructor;
        theme: StringConstructor;
        tile: BooleanConstructor;
        transition: {
            default: NonNullable<string | boolean | (...) & (...) | null> | {
                component: Component;
            };
            type: PropType<string | boolean | TransitionProps & {
                component?: ...;
            } | {
                component: Component;
            } | null>;
        };
        type: {
            default: string;
            type: StringConstructor;
        };
        validateOn: PropType<ValidationProps["validateOn"]>;
        valueComparator: PropType<deepEqual>;
        variant: {
            default: string;
            type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
            validator: ((v) => boolean);
        };
        width: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        active: BooleanConstructor;
        appendIcon: PropType<IconValue>;
        autofocus: BooleanConstructor;
        baseColor: StringConstructor;
        bgColor: StringConstructor;
        centerAffix: {
            default: undefined;
            type: BooleanConstructor;
        };
        chips: BooleanConstructor;
        class: PropType<ClassValue>;
        clearIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        clearable: BooleanConstructor;
        closableChips: BooleanConstructor;
        closeText: {
            default: string;
            type: StringConstructor;
        };
        color: StringConstructor;
        counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        counterValue: PropType<number | ((value) => number)>;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
            validator: ((v) => boolean);
        };
        disabled: {
            default: null;
            type: BooleanConstructor;
        };
        eager: BooleanConstructor;
        error: BooleanConstructor;
        errorMessages: {
            default: (() => never[]);
            type: PropType<string | readonly (...)[] | null>;
        };
        flat: BooleanConstructor;
        focused: BooleanConstructor;
        glow: BooleanConstructor;
        hideDetails: PropType<boolean | "auto">;
        hideNoData: BooleanConstructor;
        hideSelected: BooleanConstructor;
        hideSpinButtons: BooleanConstructor;
        hint: StringConstructor;
        iconColor: (StringConstructor | BooleanConstructor)[];
        id: StringConstructor;
        itemChildren: Omit<{
            default: string;
            type: PropType<SelectItemKey>;
        }, "type" | "default"> & {
            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<ItemProps["items"]>;
        };
        label: StringConstructor;
        listProps: {
            type: PropType<VList["$props"]>;
        };
        loading: (StringConstructor | BooleanConstructor)[];
        maxErrors: {
            default: number;
            type: (StringConstructor | NumberConstructor)[];
        };
        maxWidth: (StringConstructor | NumberConstructor)[];
        menu: BooleanConstructor;
        menuIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        menuProps: {
            type: PropType<VMenu["$props"]>;
        };
        messages: {
            default: (() => never[]);
            type: PropType<string | readonly (...)[]>;
        };
        minWidth: (StringConstructor | NumberConstructor)[];
        modelModifiers: PropType<Record<string, boolean>>;
        modelValue: {
            default: any;
            type: PropType<any>;
        };
        multiple: BooleanConstructor;
        name: StringConstructor;
        noAutoScroll: BooleanConstructor;
        noDataText: {
            default: string;
            type: StringConstructor;
        };
        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: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly (...)[]>;
        };
        singleLine: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        suffix: StringConstructor;
        theme: StringConstructor;
        tile: BooleanConstructor;
        transition: {
            default: NonNullable<string | boolean | (...) | null> | {
                component: Component;
            };
            type: PropType<string | boolean | (...) & (...) | {
                component: Component;
            } | null>;
        };
        type: {
            default: string;
            type: StringConstructor;
        };
        validateOn: PropType<ValidationProps["validateOn"]>;
        valueComparator: PropType<deepEqual>;
        variant: {
            default: string;
            type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
            validator: ((v) => boolean);
        };
        width: (StringConstructor | NumberConstructor)[];
    }>>;
}, {
    DisabledIconFocus: {
        updated(el): void;
    };
}, string, ComponentProvideOptions, true, {}, any>

Type declaration

  • Optional cells?: JsonFormsCellRendererRegistryEntry[]
  • Optional config?: any
  • Optional enabled?: boolean
  • path: string
  • 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;
        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;
        required: boolean;
        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>;
    }
  • 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
        • 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;
                };
                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;
                    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;
                };
                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;
                renderers: JsonFormsRendererRegistryEntry[];
            }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>
          • VCol: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
                    cols: string | number | boolean;
                    offset: string | number;
                    order: string | number;
                    style: StyleValue;
                    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?: VNodeChild | {
                        default?: ...;
                    } | (() => 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" | "center" | "end" | "start" | "stretch" | "baseline";
                    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" | "center" | "end" | "start" | "stretch" | "baseline";
                    cols: string | number | boolean;
                    offset: string | number;
                    order: string | number;
                    style: StyleValue;
                    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?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, (() => VNode<RendererNode, RendererElement, {
                    [key: string]: any;
                }>), {}, {}, {}, {
                    alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
                    cols: string | number | boolean;
                    offset: string | number;
                    order: string | number;
                    style: StyleValue;
                    tag: string | JSXComponent;
                }>;
            } & ComponentOptionsBase<{
                alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
                cols: string | number | boolean;
                offset: string | number;
                order: string | number;
                style: StyleValue;
                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?: VNodeChild | {
                    default?: (() => ...);
                } | (() => 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" | "center" | "end" | "start" | "stretch" | "baseline";
                cols: string | number | boolean;
                offset: string | number;
                order: string | number;
                style: StyleValue;
                tag: string | JSXComponent;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                alignSelf: {
                    default: null;
                    type: PropType<ALIGN_SELF_VALUES[number]>;
                    validator: ((str) => boolean);
                };
                class: PropType<ClassValue>;
                cols: {
                    default: boolean;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                lg: Prop<string | number | boolean, false>;
                md: Prop<string | number | boolean, false>;
                offset: {
                    default: null;
                    type: (StringConstructor | NumberConstructor)[];
                };
                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: (StringConstructor | NumberConstructor)[];
                };
                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<ALIGN_SELF_VALUES[number]>;
                    validator: ((str) => boolean);
                };
                class: PropType<ClassValue>;
                cols: {
                    default: boolean;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                lg: Prop<string | number | boolean, false>;
                md: Prop<string | number | boolean, false>;
                offset: {
                    default: null;
                    type: (StringConstructor | NumberConstructor)[];
                };
                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: (StringConstructor | NumberConstructor)[];
                };
                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?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    fluid: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                } & {
                    class?: any;
                    height?: string | number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => 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: StyleValue;
                    tag: string | JSXComponent;
                } & {
                    class?: any;
                    height?: string | number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, {}, {}, {}, {}, {
                    fluid: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                }>;
            } & ComponentOptionsBase<{
                fluid: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
            } & {
                class?: any;
                height?: string | number;
                maxHeight?: string | number;
                maxWidth?: string | number;
                minHeight?: string | number;
                minWidth?: string | number;
                width?: string | number;
            } & {
                $children?: VNodeChild | {
                    default?: (() => ...);
                } | (() => 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[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                class: PropType<ClassValue>;
                fluid: {
                    default: boolean;
                    type: BooleanConstructor;
                };
                height: (StringConstructor | NumberConstructor)[];
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                width: (StringConstructor | NumberConstructor)[];
            }, ExtractPropTypes<{
                class: PropType<ClassValue>;
                fluid: {
                    default: boolean;
                    type: BooleanConstructor;
                };
                height: (StringConstructor | NumberConstructor)[];
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                width: (StringConstructor | NumberConstructor)[];
            }>>
          • VExpansionPanel: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    static: boolean;
                    style: StyleValue;
                    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?: VNodeChild | (() => VNodeChild) | {
                        default?: ...;
                        text?: ...;
                        title?: ...;
                    };
                    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?: number[];
                    } | 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?: number[];
                    } | undefined;
                    static: boolean;
                    style: StyleValue;
                    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?: VNodeChild | (() => VNodeChild) | {
                        default?: ...;
                        text?: ...;
                        title?: ...;
                    };
                    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?: number[];
                    } | 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?: number[];
                } | undefined;
                static: boolean;
                style: StyleValue;
                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?: VNodeChild | (() => VNodeChild) | {
                    default?: (() => ...);
                    text?: (() => ...);
                    title?: (() => ...);
                };
                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?: number[];
                } | undefined;
                rounded: string | number | boolean;
                static: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode[]);
                text: (() => VNode[]);
                title: (() => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                bgColor: StringConstructor;
                class: PropType<ClassValue>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                focusable: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hideActions: BooleanConstructor;
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                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: (StringConstructor | NumberConstructor)[];
            }, ExtractPropTypes<{
                bgColor: StringConstructor;
                class: PropType<ClassValue>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                focusable: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hideActions: BooleanConstructor;
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                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: (StringConstructor | NumberConstructor)[];
            }>>
          • VExpansionPanelText: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    eager: boolean;
                    style: StyleValue;
                } & {
                    class?: any;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => 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: StyleValue;
                } & {
                    class?: any;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, {}, {}, {}, {}, {
                    eager: boolean;
                    style: StyleValue;
                }>;
            } & ComponentOptionsBase<{
                eager: boolean;
                style: StyleValue;
            } & {
                class?: any;
            } & {
                $children?: VNodeChild | {
                    default?: (() => ...);
                } | (() => 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[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                class: PropType<ClassValue>;
                eager: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
            }, ExtractPropTypes<{
                class: PropType<ClassValue>;
                eager: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
            }>>
          • VExpansionPanelTitle: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    collapseIcon: IconValue;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    static: boolean;
                    style: StyleValue;
                } & {
                    class?: any;
                    color?: string;
                    height?: string | number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | {
                        actions?: ...;
                        default?: ...;
                    } | ((arg) => 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?: number[];
                    } | 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?: number[];
                    } | undefined;
                    static: boolean;
                    style: StyleValue;
                } & {
                    class?: any;
                    color?: string;
                    height?: string | number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | {
                        actions?: ...;
                        default?: ...;
                    } | ((arg) => 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?: number[];
                    } | undefined;
                    static: boolean;
                    style: StyleValue;
                }>;
            } & ComponentOptionsBase<{
                collapseIcon: IconValue;
                expandIcon: IconValue;
                focusable: boolean;
                hideActions: boolean;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                static: boolean;
                style: StyleValue;
            } & {
                class?: any;
                color?: string;
                height?: string | number;
                maxHeight?: string | number;
                maxWidth?: string | number;
                minHeight?: string | number;
                minWidth?: string | number;
                width?: string | number;
            } & {
                $children?: VNodeChild | {
                    actions?: ((arg) => ...);
                    default?: ((arg) => ...);
                } | ((arg) => 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?: number[];
                } | undefined;
                static: boolean;
                style: StyleValue;
            }, {}, string, SlotsType<Partial<{
                actions: ((arg) => VNode[]);
                default: ((arg) => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                class: PropType<ClassValue>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                focusable: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hideActions: BooleanConstructor;
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                static: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                width: (StringConstructor | NumberConstructor)[];
            }, ExtractPropTypes<{
                class: PropType<ClassValue>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                focusable: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hideActions: BooleanConstructor;
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                static: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                width: (StringConstructor | NumberConstructor)[];
            }>>
          • VExpansionPanels: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                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?: number[];
                    } | undefined;
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "default" | "inset" | "accordion" | "popout";
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    mandatory?: boolean | "force";
                    max?: number;
                    modelValue?: any;
                    rounded?: string | number | boolean;
                    selectedClass?: string;
                    theme?: string;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | ((arg) => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | ((arg) => VNodeChild);
                } & {
                    onUpdate:modelValue?: ((val) => any);
                }, {
                    next: (() => void);
                    prev: (() => void);
                }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                    update:modelValue: ((val) => true);
                }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    expandIcon: IconValue;
                    flat: boolean;
                    focusable: boolean;
                    hideActions: boolean;
                    modelValue: any;
                    multiple: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rounded: string | number | boolean;
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "default" | "inset" | "accordion" | "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?: number[];
                    } | undefined;
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "default" | "inset" | "accordion" | "popout";
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    mandatory?: boolean | "force";
                    max?: number;
                    modelValue?: any;
                    rounded?: string | number | boolean;
                    selectedClass?: string;
                    theme?: string;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | ((arg) => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | ((arg) => VNodeChild);
                } & {
                    onUpdate:modelValue?: ((val) => any);
                }, {
                    next: (() => void);
                    prev: (() => void);
                }, {}, {}, {}, {
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    expandIcon: IconValue;
                    flat: boolean;
                    focusable: boolean;
                    hideActions: boolean;
                    modelValue: any;
                    multiple: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rounded: string | number | boolean;
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "default" | "inset" | "accordion" | "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?: number[];
                } | undefined;
                static: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
                variant: "default" | "inset" | "accordion" | "popout";
            } & {
                bgColor?: string;
                class?: any;
                color?: string;
                elevation?: string | number;
                mandatory?: boolean | "force";
                max?: number;
                modelValue?: any;
                rounded?: string | number | boolean;
                selectedClass?: string;
                theme?: string;
            } & {
                $children?: VNodeChild | {
                    default?: ((arg) => ...);
                } | ((arg) => VNodeChild);
                v-slots?: {
                    default?: false | ((arg) => ...);
                };
            } & {
                v-slot:default?: false | ((arg) => VNodeChild);
            } & {
                onUpdate:modelValue?: ((val) => any);
            }, {
                next: (() => void);
                prev: (() => void);
            }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                update:modelValue: ((val) => true);
            }, string, {
                collapseIcon: IconValue;
                disabled: boolean;
                eager: boolean;
                expandIcon: IconValue;
                flat: boolean;
                focusable: boolean;
                hideActions: boolean;
                modelValue: any;
                multiple: boolean;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                rounded: string | number | boolean;
                static: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
                variant: "default" | "inset" | "accordion" | "popout";
            }, {}, string, SlotsType<Partial<{
                default: ((arg) => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                bgColor: StringConstructor;
                class: PropType<ClassValue>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                flat: BooleanConstructor;
                focusable: BooleanConstructor;
                hideActions: BooleanConstructor;
                mandatory: PropType<boolean | "force">;
                max: NumberConstructor;
                modelValue: {
                    default: undefined;
                    type: null;
                };
                multiple: BooleanConstructor;
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                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<Variant>;
                    validator: ((v) => boolean);
                };
            }, ExtractPropTypes<{
                bgColor: StringConstructor;
                class: PropType<ClassValue>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                flat: BooleanConstructor;
                focusable: BooleanConstructor;
                hideActions: BooleanConstructor;
                mandatory: PropType<boolean | "force">;
                max: NumberConstructor;
                modelValue: {
                    default: undefined;
                    type: null;
                };
                multiple: BooleanConstructor;
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                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<Variant>;
                    validator: ((v) => boolean);
                };
            }>>
          • VRow: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    align: "center" | "end" | "start" | "stretch" | "baseline";
                    alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    dense: boolean;
                    justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    noGutters: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                } & {
                    alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    alignLg?: "center" | "end" | "start" | "stretch" | "baseline";
                    alignMd?: "center" | "end" | "start" | "stretch" | "baseline";
                    alignSm?: "center" | "end" | "start" | "stretch" | "baseline";
                    alignXl?: "center" | "end" | "start" | "stretch" | "baseline";
                    alignXxl?: "center" | "end" | "start" | "stretch" | "baseline";
                    class?: any;
                    justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                    justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                    justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                    justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                    justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => 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: "center" | "end" | "start" | "stretch" | "baseline";
                    alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    dense: boolean;
                    justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "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: "center" | "end" | "start" | "stretch" | "baseline";
                    alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    dense: boolean;
                    justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    noGutters: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                } & {
                    alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    alignLg?: "center" | "end" | "start" | "stretch" | "baseline";
                    alignMd?: "center" | "end" | "start" | "stretch" | "baseline";
                    alignSm?: "center" | "end" | "start" | "stretch" | "baseline";
                    alignXl?: "center" | "end" | "start" | "stretch" | "baseline";
                    alignXxl?: "center" | "end" | "start" | "stretch" | "baseline";
                    class?: any;
                    justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                    justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                    justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                    justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                    justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, (() => VNode<RendererNode, RendererElement, {
                    [key: string]: any;
                }>), {}, {}, {}, {
                    align: "center" | "end" | "start" | "stretch" | "baseline";
                    alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    dense: boolean;
                    justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                    noGutters: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                }>;
            } & ComponentOptionsBase<{
                align: "center" | "end" | "start" | "stretch" | "baseline";
                alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                dense: boolean;
                justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                noGutters: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
            } & {
                alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                alignLg?: "center" | "end" | "start" | "stretch" | "baseline";
                alignMd?: "center" | "end" | "start" | "stretch" | "baseline";
                alignSm?: "center" | "end" | "start" | "stretch" | "baseline";
                alignXl?: "center" | "end" | "start" | "stretch" | "baseline";
                alignXxl?: "center" | "end" | "start" | "stretch" | "baseline";
                class?: any;
                justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
                justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly";
            } & {
                $children?: VNodeChild | {
                    default?: (() => ...);
                } | (() => VNodeChild);
                v-slots?: {
                    default?: false | (() => ...);
                };
            } & {
                v-slot:default?: false | (() => VNodeChild);
            }, (() => VNode<RendererNode, RendererElement, {
                [key: string]: any;
            }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                align: "center" | "end" | "start" | "stretch" | "baseline";
                alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                dense: boolean;
                justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
                noGutters: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                align: {
                    default: null;
                    type: PropType<ALIGN_VALUES[number]>;
                    validator: ((str) => boolean);
                };
                alignContent: {
                    default: null;
                    type: PropType<ALIGN_CONTENT_VALUES[number]>;
                    validator: ((str) => boolean);
                };
                alignContentLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
                alignContentMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
                alignContentSm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
                alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
                alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
                alignLg: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
                alignMd: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
                alignSm: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
                alignXl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
                alignXxl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
                class: PropType<ClassValue>;
                dense: BooleanConstructor;
                justify: {
                    default: null;
                    type: PropType<ALIGN_CONTENT_VALUES[number]>;
                    validator: ((str) => boolean);
                };
                justifyLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
                justifyMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
                justifySm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
                justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
                justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
                noGutters: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
            }, ExtractPropTypes<{
                align: {
                    default: null;
                    type: PropType<ALIGN_VALUES[number]>;
                    validator: ((str) => boolean);
                };
                alignContent: {
                    default: null;
                    type: PropType<ALIGN_CONTENT_VALUES[number]>;
                    validator: ((str) => boolean);
                };
                alignContentLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
                alignContentMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
                alignContentSm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
                alignContentXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
                alignContentXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch", null>;
                alignLg: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
                alignMd: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
                alignSm: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
                alignXl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
                alignXxl: Prop<"center" | "end" | "start" | "stretch" | "baseline", null>;
                class: PropType<ClassValue>;
                dense: BooleanConstructor;
                justify: {
                    default: null;
                    type: PropType<ALIGN_CONTENT_VALUES[number]>;
                    validator: ((str) => boolean);
                };
                justifyLg: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
                justifyMd: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
                justifySm: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
                justifyXl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
                justifyXxl: Prop<"center" | "end" | "start" | "space-around" | "space-between" | "space-evenly", null>;
                noGutters: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
            }>>
          • VSelect: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    active: boolean;
                    autofocus: boolean;
                    chips: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    closableChips: boolean;
                    closeText: string;
                    density: Density;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    eager: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    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;
                    openOnClear: boolean;
                    openText: string;
                    persistentClear: boolean;
                    persistentCounter: boolean;
                    persistentHint: boolean;
                    persistentPlaceholder: boolean;
                    readonly: boolean | null;
                    reverse: boolean;
                    role: string;
                    rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
                    singleLine: boolean;
                    style: StyleValue;
                    tile: boolean;
                    transition: string | boolean | TransitionProps & {
                        component?: ...;
                    } | {
                        component: Component;
                    } | null;
                    type: string;
                    variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
                } & {
                    appendIcon?: IconValue;
                    baseColor?: string;
                    bgColor?: string;
                    centerAffix?: boolean;
                    class?: any;
                    color?: string;
                    counter?: string | number | boolean;
                    counterValue?: number | ((value) => number);
                    hideDetails?: boolean | "auto";
                    hint?: string;
                    iconColor?: string | boolean;
                    id?: string;
                    itemColor?: string;
                    label?: string;
                    listProps?: Partial<(...)> & Omit<(...), (...)> & {
                        itemChildren?: ...;
                        itemProps?: ...;
                        itemTitle?: ...;
                        itemValue?: ...;
                        items?: ...;
                        onClick:open?: ...;
                        onClick:select?: ...;
                        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;
                    suffix?: string;
                    theme?: string;
                    validateOn?: "eager" | "lazy" | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
                    valueComparator?: deepEqual;
                    width?: string | number;
                } & {
                    onUpdate:focused?: ((focused) => any);
                    onUpdate:menu?: ((ue) => any);
                }, {
                    isFocused: ShallowRef<boolean, boolean>;
                    menu: WritableComputedRef<boolean, boolean>;
                    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: ...;
                    direction: ...;
                    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, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                    _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                        _allExposed: ...;
                    } | {
                        isFocused: ShallowRef<boolean, boolean>;
                        menu: WritableComputedRef<boolean, boolean>;
                        select: ((item, set?) => void);
                    };
                }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                    update:focused: ((focused) => true);
                    update:menu: ((ue) => true);
                    update:modelValue: ((value) => true);
                }, "$children" | "v-slots" | "items" | "itemValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "returnObject" | "multiple" | "modelValue" | "v-slot:loader" | "update:modelValue" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    active: boolean;
                    autofocus: boolean;
                    centerAffix: boolean;
                    chips: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    closableChips: boolean;
                    closeText: string;
                    density: Density;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    eager: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    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;
                    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 | TransitionProps & {
                        component?: Component;
                    } | {
                        component: Component;
                    } | null;
                    type: string;
                    variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
                }, 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[]);
                    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;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    eager: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    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;
                    openOnClear: boolean;
                    openText: string;
                    persistentClear: boolean;
                    persistentCounter: boolean;
                    persistentHint: boolean;
                    persistentPlaceholder: boolean;
                    readonly: boolean | null;
                    reverse: boolean;
                    role: string;
                    rules: readonly ((...) | (...) | (...) | (...) | (...) | (...))[];
                    singleLine: boolean;
                    style: StyleValue;
                    tile: boolean;
                    transition: string | boolean | TransitionProps & {
                        component?: ...;
                    } | {
                        component: Component;
                    } | null;
                    type: string;
                    variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
                } & {
                    appendIcon?: IconValue;
                    baseColor?: string;
                    bgColor?: string;
                    centerAffix?: boolean;
                    class?: any;
                    color?: string;
                    counter?: string | number | boolean;
                    counterValue?: number | ((value) => number);
                    hideDetails?: boolean | "auto";
                    hint?: string;
                    iconColor?: string | boolean;
                    id?: string;
                    itemColor?: string;
                    label?: string;
                    listProps?: Partial<(...)> & Omit<(...), (...)> & {
                        itemChildren?: ...;
                        itemProps?: ...;
                        itemTitle?: ...;
                        itemValue?: ...;
                        items?: ...;
                        onClick:open?: ...;
                        onClick:select?: ...;
                        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;
                    suffix?: string;
                    theme?: string;
                    validateOn?: "eager" | "lazy" | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
                    valueComparator?: deepEqual;
                    width?: string | number;
                } & {
                    onUpdate:focused?: ((focused) => any);
                    onUpdate:menu?: ((ue) => any);
                }, {
                    isFocused: ShallowRef<boolean, boolean>;
                    menu: WritableComputedRef<boolean, boolean>;
                    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: ...;
                    direction: ...;
                    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, "label" | "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "density" | "tile" | "width" | "color" | "maxWidth" | "minWidth" | "rounded" | "baseColor" | "bgColor" | "flat" | "active" | "prependIcon" | "appendIcon" | "id" | "modelValue" | "onUpdate:modelValue" | (keyof VNodeProps) | "readonly" | "loading" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "reverse" | "error" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "name" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "type" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                    _allExposed: Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                        _allExposed: ...;
                    } | {
                        isFocused: ShallowRef<boolean, boolean>;
                        menu: WritableComputedRef<boolean, boolean>;
                        select: ((item, set?) => void);
                    };
                }, {}, {}, {}, {
                    active: boolean;
                    autofocus: boolean;
                    centerAffix: boolean;
                    chips: boolean;
                    clearIcon: IconValue;
                    clearable: boolean;
                    closableChips: boolean;
                    closeText: string;
                    density: Density;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    eager: boolean;
                    error: boolean;
                    errorMessages: string | readonly string[] | null;
                    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;
                    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 | TransitionProps & {
                        component?: Component;
                    } | {
                        component: Component;
                    } | null;
                    type: string;
                    variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
                }>;
            } & ComponentOptionsBase<{
                active: boolean;
                autofocus: boolean;
                chips: boolean;
                clearIcon: IconValue;
                clearable: boolean;
                closableChips: boolean;
                closeText: string;
                density: Density;
                direction: "horizontal" | "vertical";
                disabled: boolean;
                eager: boolean;
                error: boolean;
                errorMessages: string | readonly string[] | null;
                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;
                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: StyleValue;
                tile: boolean;
                transition: string | boolean | TransitionProps & {
                    component?: Component;
                } | {
                    component: Component;
                } | null;
                type: string;
                variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
            } & {
                appendIcon?: IconValue;
                baseColor?: string;
                bgColor?: string;
                centerAffix?: boolean;
                class?: any;
                color?: string;
                counter?: string | number | boolean;
                counterValue?: number | ((value) => number);
                hideDetails?: boolean | "auto";
                hint?: string;
                iconColor?: string | boolean;
                id?: string;
                itemColor?: string;
                label?: string;
                listProps?: Partial<{
                    activatable: ...;
                    density: ...;
                    disabled: ...;
                    filterable: ...;
                    itemType: ...;
                    lines: ...;
                    mandatory: ...;
                    nav: ...;
                    openStrategy: ...;
                    returnObject: ...;
                    rounded: ...;
                    selectStrategy: ...;
                    selectable: ...;
                    slim: ...;
                    style: ...;
                    tag: ...;
                    tile: ...;
                    variant: ...;
                }> & Omit<(...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & {
                    itemChildren?: SelectItemKey<(...)>;
                    itemProps?: SelectItemKey<(...)>;
                    itemTitle?: SelectItemKey<(...)>;
                    itemValue?: SelectItemKey<(...)>;
                    items?: (...) | (...);
                    onClick:open?: ((value) => ...);
                    onClick:select?: ((value) => ...);
                    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: ...;
                    closeDelay: ...;
                    closeOnBack: ...;
                    closeOnContentClick: ...;
                    contained: ...;
                    disableInitialFocus: ...;
                    disabled: ...;
                    eager: ...;
                    location: ...;
                    locationStrategy: ...;
                    modelValue: ...;
                    noClickAnimation: ...;
                    openDelay: ...;
                    openOnClick: ...;
                    openOnFocus: ...;
                    openOnHover: ...;
                    origin: ...;
                    persistent: ...;
                    scrim: ...;
                    scrollStrategy: ...;
                    style: ...;
                    submenu: ...;
                    transition: ...;
                    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;
                suffix?: string;
                theme?: string;
                validateOn?: "eager" | "lazy" | (...) | (...) | (...) | (...) | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input";
                valueComparator?: deepEqual;
                width?: string | number;
            } & {
                onUpdate:focused?: ((focused) => any);
                onUpdate:menu?: ((ue) => any);
            }, {
                isFocused: ShallowRef<boolean, boolean>;
                menu: WritableComputedRef<boolean, boolean>;
                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;
                direction: (...) | (...);
                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: ...;
                direction: ...;
                dirty: ...;
                disabled: ...;
                error: ...;
                errorMessages: ...;
                flat: ...;
                focused: ...;
                glow: ...;
                hideSpinButtons: ...;
                maxErrors: ...;
                messages: ...;
                persistentClear: ...;
                persistentCounter: ...;
                persistentHint: ...;
                persistentPlaceholder: ...;
                readonly: ...;
                reverse: ...;
                rules: ...;
                singleLine: ...;
                style: ...;
                tile: ...;
                type: ...;
                variant: ...;
            } & {
                appendIcon?: ...;
                appendInnerIcon?: ...;
                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" | "translate" | "error" | "alt" | "reverse" | "flat" | "normalize" | "pattern" | "multiple" | "style" | "name" | "type" | "value" | "form" | "select" | "title" | "animate" | "slot" | "height" | "width" | "rounded" | "tile" | "max" | "disabled" | "_allExposed" | "children" | "labels" | "variant" | "density" | "list" | "active" | "align" | "readonly" | "prepend" | "append" | "focus" | "click" | "dir" | "maxLength" | "minLength" | "readOnly" | "contains" | "validate" | "persistentHint" | "clearable" | "direction" | "reset" | "isValid" | "resetValidation" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "indeterminate" | "blur" | "clearIcon" | "dirty" | "persistentClear" | "singleLine" | "controlRef" | "fieldIconColor" | "matches" | "remove" | "min" | "hidden" | "scroll" | "autocomplete" | "checkValidity" | "reportValidity" | "addEventListener" | "removeEventListener" | "accessKey" | "accessKeyLabel" | "autocapitalize" | "draggable" | "inert" | "innerText" | "lang" | "offsetHeight" | "offsetLeft" | "offsetParent" | "offsetTop" | "offsetWidth" | "outerText" | "popover" | "spellcheck" | "writingSuggestions" | "attachInternals" | "hidePopover" | "showPopover" | "togglePopover" | "attributes" | "classList" | "className" | "clientHeight" | "clientLeft" | "clientTop" | "clientWidth" | "currentCSSZoom" | "innerHTML" | "localName" | "namespaceURI" | "onfullscreenchange" | "onfullscreenerror" | "outerHTML" | "ownerDocument" | "part" | "prefix" | "scrollHeight" | "scrollLeft" | "scrollTop" | "scrollWidth" | "shadowRoot" | "tagName" | "attachShadow" | "checkVisibility" | "closest" | "computedStyleMap" | "getAttribute" | "getAttributeNS" | "getAttributeNames" | "getAttributeNode" | "getAttributeNodeNS" | "getBoundingClientRect" | "getClientRects" | "getElementsByClassName" | "getElementsByTagName" | "getElementsByTagNameNS" | "getHTML" | "hasAttribute" | "hasAttributeNS" | "hasAttributes" | "hasPointerCapture" | "insertAdjacentElement" | "insertAdjacentHTML" | "insertAdjacentText" | "releasePointerCapture" | "removeAttribute" | "removeAttributeNS" | "removeAttributeNode" | "requestFullscreen" | "requestPointerLock" | "scrollBy" | "scrollIntoView" | "scrollTo" | "setAttribute" | "setAttributeNS" | "setAttributeNode" | "setAttributeNodeNS" | "setHTMLUnsafe" | "setPointerCapture" | "toggleAttribute" | "webkitMatchesSelector" | "_clickOutside" | "_onResize" | "_ripple" | "_observe" | "_mutate" | "_onScroll" | "_touchHandlers" | "_transitionInitialStyles" | "baseURI" | "childNodes" | "firstChild" | "isConnected" | "lastChild" | "nextSibling" | "nodeName" | "nodeType" | "nodeValue" | "parentElement" | "parentNode" | "previousSibling" | "textContent" | "appendChild" | "cloneNode" | "compareDocumentPosition" | "getRootNode" | "hasChildNodes" | "insertBefore" | "isDefaultNamespace" | "isEqualNode" | "isSameNode" | "lookupNamespaceURI" | "lookupPrefix" | "removeChild" | "replaceChild" | "ELEMENT_NODE" | "ATTRIBUTE_NODE" | "TEXT_NODE" | "CDATA_SECTION_NODE" | "ENTITY_REFERENCE_NODE" | "ENTITY_NODE" | "PROCESSING_INSTRUCTION_NODE" | "COMMENT_NODE" | "DOCUMENT_NODE" | "DOCUMENT_TYPE_NODE" | "DOCUMENT_FRAGMENT_NODE" | "NOTATION_NODE" | "DOCUMENT_POSITION_DISCONNECTED" | "DOCUMENT_POSITION_PRECEDING" | "DOCUMENT_POSITION_FOLLOWING" | "DOCUMENT_POSITION_CONTAINS" | "DOCUMENT_POSITION_CONTAINED_BY" | "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" | "dispatchEvent" | "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" | "role" | "getAnimations" | "after" | "before" | "replaceWith" | "nextElementSibling" | "previousElementSibling" | "childElementCount" | "firstElementChild" | "lastElementChild" | "querySelector" | "querySelectorAll" | "replaceChildren" | "assignedSlot" | "attributeStyleMap" | "contentEditable" | "enterKeyHint" | "inputMode" | "isContentEditable" | "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" | "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" | "autofocus" | "dataset" | "nonce" | "tabIndex" | "validationMessage" | "validity" | "willValidate" | "setCustomValidity" | "showPicker" | "accept" | "_" | "step" | "placeholder" | "src" | "capture" | "checked" | "persistentPlaceholder" | "persistentCounter" | "defaultChecked" | "defaultValue" | "dirName" | "files" | "formAction" | "formEnctype" | "formMethod" | "formNoValidate" | "formTarget" | "selectionDirection" | "selectionEnd" | "selectionStart" | "useMap" | "valueAsDate" | "valueAsNumber" | "webkitEntries" | "webkitdirectory" | "setRangeText" | "setSelectionRange" | "stepDown" | "stepUp" | "popoverTargetAction" | "popoverTargetElement"> & ShallowUnwrapRef<Omit<(...), (...)> & HTMLInputElement & Omit<(...), (...)> & {
                _allExposed: ...;
            }> & ComponentCustomProperties, "label" | "id" | "error" | "loading" | "color" | "reverse" | "flat" | "theme" | "class" | "style" | "name" | "$children" | "v-slots" | "v-slot:default" | "type" | keyof VNodeProps | "maxWidth" | "minWidth" | "width" | "rounded" | "tile" | "modelValue" | "disabled" | "onUpdate:modelValue" | "v-slot:prepend" | "v-slot:append" | "variant" | "density" | "baseColor" | "bgColor" | "active" | "appendIcon" | "prependIcon" | "readonly" | "v-slot:loader" | "persistentHint" | "clearable" | "direction" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "centerAffix" | "glow" | "hideSpinButtons" | "onUpdate:focused" | "validateOn" | "validationValue" | "iconColor" | "onClick:append" | "onClick:prepend" | "hint" | "hideDetails" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "appendInnerIcon" | "clearIcon" | "dirty" | "persistentClear" | "prependInnerIcon" | "singleLine" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "prefix" | "role" | "autofocus" | "placeholder" | "persistentPlaceholder" | "persistentCounter" | "counter" | "suffix" | "counterValue" | "modelModifiers" | "v-slot:counter" | "onClick:control" | "onMousedown:control">, `$${any}`> & {
                _allExposed: Omit<Omit<(...), (...)>, `$${(...)}`> & HTMLInputElement & Omit<Omit<(...), (...)>, `$${(...)}`> & {
                    _allExposed: (...) | (...) | (...);
                } | {
                    isFocused: ShallowRef<boolean, boolean>;
                    menu: WritableComputedRef<boolean, boolean>;
                    select: ((item, set?) => void);
                };
            }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                update:focused: ((focused) => true);
                update:menu: ((ue) => true);
                update:modelValue: ((value) => true);
            }, "multiple" | "$children" | "v-slots" | "modelValue" | "update:modelValue" | "items" | "itemValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader" | "itemTitle" | "itemProps" | "returnObject" | "v-slot:loader" | "v-slot:message" | "v-slot:details" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
                active: boolean;
                autofocus: boolean;
                centerAffix: boolean;
                chips: boolean;
                clearIcon: IconValue;
                clearable: boolean;
                closableChips: boolean;
                closeText: string;
                density: Density;
                direction: "horizontal" | "vertical";
                disabled: boolean;
                eager: boolean;
                error: boolean;
                errorMessages: string | readonly string[] | null;
                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;
                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 | TransitionProps & {
                    component?: Component;
                } | {
                    component: Component;
                } | null;
                type: string;
                variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
            }, {}, string, 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[]);
                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, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T, Item, ReturnObject, Multiple, V>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
                active: BooleanConstructor;
                appendIcon: PropType<IconValue>;
                autofocus: BooleanConstructor;
                baseColor: StringConstructor;
                bgColor: StringConstructor;
                centerAffix: {
                    default: undefined;
                    type: BooleanConstructor;
                };
                chips: BooleanConstructor;
                class: PropType<ClassValue>;
                clearIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                clearable: BooleanConstructor;
                closableChips: BooleanConstructor;
                closeText: {
                    default: string;
                    type: StringConstructor;
                };
                color: StringConstructor;
                counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                counterValue: PropType<number | ((value) => number)>;
                density: {
                    default: string;
                    type: PropType<Density>;
                    validator: ((v) => boolean);
                };
                direction: {
                    default: string;
                    type: PropType<"horizontal" | "vertical">;
                    validator: ((v) => boolean);
                };
                disabled: {
                    default: null;
                    type: BooleanConstructor;
                };
                eager: BooleanConstructor;
                error: BooleanConstructor;
                errorMessages: {
                    default: (() => never[]);
                    type: PropType<string | readonly string[] | null>;
                };
                flat: BooleanConstructor;
                focused: BooleanConstructor;
                glow: BooleanConstructor;
                hideDetails: PropType<boolean | "auto">;
                hideNoData: BooleanConstructor;
                hideSelected: BooleanConstructor;
                hideSpinButtons: BooleanConstructor;
                hint: StringConstructor;
                iconColor: (StringConstructor | BooleanConstructor)[];
                id: StringConstructor;
                itemChildren: Omit<{
                    default: string;
                    type: PropType<SelectItemKey>;
                }, "type" | "default"> & {
                    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<ItemProps["items"]>;
                };
                label: StringConstructor;
                listProps: {
                    type: PropType<VList["$props"]>;
                };
                loading: (StringConstructor | BooleanConstructor)[];
                maxErrors: {
                    default: number;
                    type: (StringConstructor | NumberConstructor)[];
                };
                maxWidth: (StringConstructor | NumberConstructor)[];
                menu: BooleanConstructor;
                menuIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                menuProps: {
                    type: PropType<VMenu["$props"]>;
                };
                messages: {
                    default: (() => never[]);
                    type: PropType<string | readonly string[]>;
                };
                minWidth: (StringConstructor | NumberConstructor)[];
                modelModifiers: PropType<Record<string, boolean>>;
                modelValue: {
                    default: any;
                    type: PropType<any>;
                };
                multiple: BooleanConstructor;
                name: StringConstructor;
                noAutoScroll: BooleanConstructor;
                noDataText: {
                    default: string;
                    type: StringConstructor;
                };
                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: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                rules: {
                    default: (() => never[]);
                    type: PropType<readonly ((...) | (...))[]>;
                };
                singleLine: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                suffix: StringConstructor;
                theme: StringConstructor;
                tile: BooleanConstructor;
                transition: {
                    default: NonNullable<string | boolean | (...) & (...) | null> | {
                        component: Component;
                    };
                    type: PropType<string | boolean | TransitionProps & {
                        component?: ...;
                    } | {
                        component: Component;
                    } | null>;
                };
                type: {
                    default: string;
                    type: StringConstructor;
                };
                validateOn: PropType<ValidationProps["validateOn"]>;
                valueComparator: PropType<deepEqual>;
                variant: {
                    default: string;
                    type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
                    validator: ((v) => boolean);
                };
                width: (StringConstructor | NumberConstructor)[];
            }, ExtractPropTypes<{
                active: BooleanConstructor;
                appendIcon: PropType<IconValue>;
                autofocus: BooleanConstructor;
                baseColor: StringConstructor;
                bgColor: StringConstructor;
                centerAffix: {
                    default: undefined;
                    type: BooleanConstructor;
                };
                chips: BooleanConstructor;
                class: PropType<ClassValue>;
                clearIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                clearable: BooleanConstructor;
                closableChips: BooleanConstructor;
                closeText: {
                    default: string;
                    type: StringConstructor;
                };
                color: StringConstructor;
                counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                counterValue: PropType<number | ((value) => number)>;
                density: {
                    default: string;
                    type: PropType<Density>;
                    validator: ((v) => boolean);
                };
                direction: {
                    default: string;
                    type: PropType<"horizontal" | "vertical">;
                    validator: ((v) => boolean);
                };
                disabled: {
                    default: null;
                    type: BooleanConstructor;
                };
                eager: BooleanConstructor;
                error: BooleanConstructor;
                errorMessages: {
                    default: (() => never[]);
                    type: PropType<string | readonly (...)[] | null>;
                };
                flat: BooleanConstructor;
                focused: BooleanConstructor;
                glow: BooleanConstructor;
                hideDetails: PropType<boolean | "auto">;
                hideNoData: BooleanConstructor;
                hideSelected: BooleanConstructor;
                hideSpinButtons: BooleanConstructor;
                hint: StringConstructor;
                iconColor: (StringConstructor | BooleanConstructor)[];
                id: StringConstructor;
                itemChildren: Omit<{
                    default: string;
                    type: PropType<SelectItemKey>;
                }, "type" | "default"> & {
                    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<ItemProps["items"]>;
                };
                label: StringConstructor;
                listProps: {
                    type: PropType<VList["$props"]>;
                };
                loading: (StringConstructor | BooleanConstructor)[];
                maxErrors: {
                    default: number;
                    type: (StringConstructor | NumberConstructor)[];
                };
                maxWidth: (StringConstructor | NumberConstructor)[];
                menu: BooleanConstructor;
                menuIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                menuProps: {
                    type: PropType<VMenu["$props"]>;
                };
                messages: {
                    default: (() => never[]);
                    type: PropType<string | readonly (...)[]>;
                };
                minWidth: (StringConstructor | NumberConstructor)[];
                modelModifiers: PropType<Record<string, boolean>>;
                modelValue: {
                    default: any;
                    type: PropType<any>;
                };
                multiple: BooleanConstructor;
                name: StringConstructor;
                noAutoScroll: BooleanConstructor;
                noDataText: {
                    default: string;
                    type: StringConstructor;
                };
                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: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                rules: {
                    default: (() => never[]);
                    type: PropType<readonly (...)[]>;
                };
                singleLine: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                suffix: StringConstructor;
                theme: StringConstructor;
                tile: BooleanConstructor;
                transition: {
                    default: NonNullable<string | boolean | (...) | null> | {
                        component: Component;
                    };
                    type: PropType<string | boolean | (...) & (...) | {
                        component: Component;
                    } | null>;
                };
                type: {
                    default: string;
                    type: StringConstructor;
                };
                validateOn: PropType<ValidationProps["validateOn"]>;
                valueComparator: PropType<deepEqual>;
                variant: {
                    default: string;
                    type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
                    validator: ((v) => boolean);
                };
                width: (StringConstructor | NumberConstructor)[];
            }>>

          Type declaration

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

                • el: HTMLElement

                Returns void

          Type declaration