OneOfRenderer: 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;
        indexOfFittingSchema: number;
        label: string;
        path: string;
        renderers: JsonFormsRendererRegistryEntry[];
        required: NonNullable<boolean | undefined>;
        rootSchema: NonNullable<JsonSchema>;
        schema: NonNullable<JsonSchema>;
        uischema: ControlElement;
        uischemas: JsonFormsUISchemaRegistryEntry[];
        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;
    }>;
    dialog: Ref<boolean, boolean>;
    handleBlur: (() => void);
    handleFocus: (() => void);
    isFocused: Ref<boolean, boolean>;
    newSelectedIndex: Ref<number | null, number | null>;
    onChange: ((value) => void);
    persistentHint: (() => boolean);
    rawErrors: ComputedRef<string>;
    selectedIndex: Ref<number | null, number | null>;
    styles: Styles;
    t: ComputedRef<Translator>;
    touched: Ref<boolean, boolean>;
    vuetifyProps: ((path) => any);
    handleChange(path, value): void;
}, {}, {
    oneOfRenderInfos(): (CombinatorSubSchemaRenderInfo & {
        index: number;
    })[];
}, {
    cancel(): void;
    confirm(): void;
    handleSelectChange(selectIndex): void;
    openNewTab(newIndex): 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[];
}, {}, {
    CombinatorProperties: DefineComponent<{
        combinatorKeyword: "oneOf" | "anyOf" | "allOf";
        path: string;
        rootSchema: JsonSchema;
        schema: JsonSchema;
    }, {
        foundUISchema: UISchemaElement;
        isLayoutWithElements: boolean;
        otherProps: JsonSchema;
    }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
        combinatorKeyword: "oneOf" | "anyOf" | "allOf";
        path: string;
        rootSchema: JsonSchema;
        schema: JsonSchema;
    }> & Readonly<{}>, {}, {}, {
        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<(...)>;
            };
            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<(...)>;
            };
            schema: {
                required: true;
                type: PropType<(...)>;
            };
            uischema: {
                required: true;
                type: PropType<(...)>;
            };
        }>> & Readonly<{}>, {
            cells: JsonFormsCellRendererRegistryEntry[];
            config: Record<string, any>;
            enabled: boolean;
            renderers: JsonFormsRendererRegistryEntry[];
        }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
    }, {}, string, ComponentProvideOptions, true, {}, any>;
    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>;
    VBtn: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            block: boolean;
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        } & {
            active?: boolean;
            activeColor?: string;
            appendIcon?: IconValue;
            baseColor?: string;
            border?: string | number | boolean;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            href?: string;
            icon?: boolean | IconValue;
            loading?: string | boolean;
            location?: Anchor | null;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
            prependIcon?: IconValue;
            rounded?: string | number | boolean;
            selectedClass?: string;
            text?: string | number | boolean;
            theme?: string;
            to?: string | ObjectRenderer | ObjectRenderer;
            value?: any;
            width?: string | number;
        } & {
            $children?: VNodeChild | (() => VNodeChild) | {
                append?: ...;
                default?: ...;
                loader?: ...;
                prepend?: ...;
            };
            v-slots?: {
                append?: false | (...);
                default?: false | (...);
                loader?: false | (...);
                prepend?: false | (...);
            };
        } & {
            v-slot:append?: false | (() => VNodeChild);
            v-slot:default?: false | (() => VNodeChild);
            v-slot:loader?: false | (() => VNodeChild);
            v-slot:prepend?: false | (() => VNodeChild);
        } & {
            onGroup:selected?: ((val) => any);
        }, {
            group: GroupItemProvide | null;
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            group:selected: ((val) => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            active: boolean;
            block: boolean;
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
            text: string | number | boolean;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        }, true, {}, SlotsType<Partial<{
            append: (() => VNode[]);
            default: (() => VNode[]);
            loader: (() => VNode[]);
            prepend: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            block: boolean;
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        } & {
            active?: boolean;
            activeColor?: string;
            appendIcon?: IconValue;
            baseColor?: string;
            border?: string | number | boolean;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            href?: string;
            icon?: boolean | IconValue;
            loading?: string | boolean;
            location?: Anchor | null;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
            prependIcon?: IconValue;
            rounded?: string | number | boolean;
            selectedClass?: string;
            text?: string | number | boolean;
            theme?: string;
            to?: string | ObjectRenderer | ObjectRenderer;
            value?: any;
            width?: string | number;
        } & {
            $children?: VNodeChild | (() => VNodeChild) | {
                append?: ...;
                default?: ...;
                loader?: ...;
                prepend?: ...;
            };
            v-slots?: {
                append?: false | (...);
                default?: false | (...);
                loader?: false | (...);
                prepend?: false | (...);
            };
        } & {
            v-slot:append?: false | (() => VNodeChild);
            v-slot:default?: false | (() => VNodeChild);
            v-slot:loader?: false | (() => VNodeChild);
            v-slot:prepend?: false | (() => VNodeChild);
        } & {
            onGroup:selected?: ((val) => any);
        }, {
            group: GroupItemProvide | null;
        }, {}, {}, {}, {
            active: boolean;
            block: boolean;
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
            text: string | number | boolean;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        }>;
    } & ComponentOptionsBase<{
        block: boolean;
        density: Density;
        disabled: boolean;
        exact: boolean;
        flat: boolean;
        readonly: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        size: string | number;
        slim: boolean;
        stacked: boolean;
        style: StyleValue;
        symbol: any;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
    } & {
        active?: boolean;
        activeColor?: string;
        appendIcon?: IconValue;
        baseColor?: string;
        border?: string | number | boolean;
        class?: any;
        color?: string;
        elevation?: string | number;
        height?: string | number;
        href?: string;
        icon?: boolean | IconValue;
        loading?: string | boolean;
        location?: Anchor | null;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
        prependIcon?: IconValue;
        rounded?: string | number | boolean;
        selectedClass?: string;
        text?: string | number | boolean;
        theme?: string;
        to?: string | ObjectRenderer | ObjectRenderer;
        value?: any;
        width?: string | number;
    } & {
        $children?: VNodeChild | (() => VNodeChild) | {
            append?: (() => ...);
            default?: (() => ...);
            loader?: (() => ...);
            prepend?: (() => ...);
        };
        v-slots?: {
            append?: false | (() => ...);
            default?: false | (() => ...);
            loader?: false | (() => ...);
            prepend?: false | (() => ...);
        };
    } & {
        v-slot:append?: false | (() => VNodeChild);
        v-slot:default?: false | (() => VNodeChild);
        v-slot:loader?: false | (() => VNodeChild);
        v-slot:prepend?: false | (() => VNodeChild);
    } & {
        onGroup:selected?: ((val) => any);
    }, {
        group: GroupItemProvide | null;
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        group:selected: ((val) => true);
    }, string, {
        active: boolean;
        block: boolean;
        density: Density;
        disabled: boolean;
        exact: boolean;
        flat: boolean;
        readonly: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        rounded: string | number | boolean;
        size: string | number;
        slim: boolean;
        stacked: boolean;
        style: StyleValue;
        symbol: any;
        tag: string | JSXComponent;
        text: string | number | boolean;
        tile: boolean;
        variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
    }, {}, string, SlotsType<Partial<{
        append: (() => VNode[]);
        default: (() => VNode[]);
        loader: (() => VNode[]);
        prepend: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        active: {
            default: undefined;
            type: BooleanConstructor;
        };
        activeColor: StringConstructor;
        appendIcon: PropType<IconValue>;
        baseColor: StringConstructor;
        block: BooleanConstructor;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        flat: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        href: StringConstructor;
        icon: PropType<boolean | IconValue>;
        loading: (StringConstructor | BooleanConstructor)[];
        location: PropType<Anchor | null>;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        position: {
            type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
            validator: ((v) => boolean);
        };
        prependIcon: PropType<IconValue>;
        readonly: BooleanConstructor;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        selectedClass: StringConstructor;
        size: {
            default: string;
            type: (StringConstructor | NumberConstructor)[];
        };
        slim: BooleanConstructor;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        symbol: {
            default: InjectionKey<GroupProvide>;
            type: null;
        };
        tag: Omit<{
            default: string;
            type: PropType<string | JSXComponent>;
        }, "type" | "default"> & {
            default: NonNullable<string | JSXComponent>;
            type: PropType<string | JSXComponent>;
        };
        text: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        to: PropType<ObjectRenderer>;
        value: null;
        variant: Omit<{
            default: string;
            type: PropType<Variant>;
            validator: ((v) => boolean);
        }, "type" | "default"> & {
            default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
            type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
        };
        width: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        active: {
            default: undefined;
            type: BooleanConstructor;
        };
        activeColor: StringConstructor;
        appendIcon: PropType<IconValue>;
        baseColor: StringConstructor;
        block: BooleanConstructor;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        flat: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        href: StringConstructor;
        icon: PropType<boolean | IconValue>;
        loading: (StringConstructor | BooleanConstructor)[];
        location: PropType<Anchor | null>;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        position: {
            type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
            validator: ((v) => boolean);
        };
        prependIcon: PropType<IconValue>;
        readonly: BooleanConstructor;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        selectedClass: StringConstructor;
        size: {
            default: string;
            type: (StringConstructor | NumberConstructor)[];
        };
        slim: BooleanConstructor;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        symbol: {
            default: InjectionKey<GroupProvide>;
            type: null;
        };
        tag: Omit<{
            default: string;
            type: PropType<(...) | (...)>;
        }, "type" | "default"> & {
            default: NonNullable<string | JSXComponent>;
            type: PropType<string | JSXComponent>;
        };
        text: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        to: PropType<ObjectRenderer>;
        value: null;
        variant: Omit<{
            default: string;
            type: PropType<Variant>;
            validator: ((v) => boolean);
        }, "type" | "default"> & {
            default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
            type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
        };
        width: (StringConstructor | NumberConstructor)[];
    }>>;
    VCard: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            hover: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        } & {
            appendAvatar?: string;
            appendIcon?: IconValue;
            border?: string | number | boolean;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            href?: string;
            image?: string;
            link?: boolean;
            loading?: string | boolean;
            location?: Anchor | null;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
            prependAvatar?: string;
            prependIcon?: IconValue;
            rounded?: string | number | boolean;
            subtitle?: string | number | boolean;
            text?: string | number | boolean;
            theme?: string;
            title?: string | number | boolean;
            to?: string | ObjectRenderer | ObjectRenderer;
            width?: string | number;
        } & {
            $children?: VNodeChild | (() => VNodeChild) | {
                actions?: ...;
                append?: ...;
                default?: ...;
                image?: ...;
                item?: ...;
                loader?: ...;
                prepend?: ...;
                subtitle?: ...;
                text?: ...;
                title?: ...;
            };
            v-slots?: {
                actions?: false | (...);
                append?: false | (...);
                default?: false | (...);
                image?: false | (...);
                item?: false | (...);
                loader?: false | (...);
                prepend?: false | (...);
                subtitle?: false | (...);
                text?: false | (...);
                title?: false | (...);
            };
        } & {
            v-slot:actions?: false | (() => VNodeChild);
            v-slot:append?: false | (() => VNodeChild);
            v-slot:default?: false | (() => VNodeChild);
            v-slot:image?: false | (() => VNodeChild);
            v-slot:item?: false | (() => VNodeChild);
            v-slot:loader?: false | ((arg) => VNodeChild);
            v-slot:prepend?: false | (() => VNodeChild);
            v-slot:subtitle?: false | (() => VNodeChild);
            v-slot:text?: false | (() => VNodeChild);
            v-slot:title?: false | (() => VNodeChild);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            hover: boolean;
            link: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            style: StyleValue;
            subtitle: string | number | boolean;
            tag: string | JSXComponent;
            text: string | number | boolean;
            tile: boolean;
            title: string | number | boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        }, true, {}, SlotsType<Partial<{
            actions: (() => VNode[]);
            append: (() => VNode[]);
            default: (() => VNode[]);
            image: (() => VNode[]);
            item: (() => VNode[]);
            loader: ((arg) => VNode[]);
            prepend: (() => VNode[]);
            subtitle: (() => VNode[]);
            text: (() => VNode[]);
            title: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            hover: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        } & {
            appendAvatar?: string;
            appendIcon?: IconValue;
            border?: string | number | boolean;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            href?: string;
            image?: string;
            link?: boolean;
            loading?: string | boolean;
            location?: Anchor | null;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
            prependAvatar?: string;
            prependIcon?: IconValue;
            rounded?: string | number | boolean;
            subtitle?: string | number | boolean;
            text?: string | number | boolean;
            theme?: string;
            title?: string | number | boolean;
            to?: string | ObjectRenderer | ObjectRenderer;
            width?: string | number;
        } & {
            $children?: VNodeChild | (() => VNodeChild) | {
                actions?: ...;
                append?: ...;
                default?: ...;
                image?: ...;
                item?: ...;
                loader?: ...;
                prepend?: ...;
                subtitle?: ...;
                text?: ...;
                title?: ...;
            };
            v-slots?: {
                actions?: false | (...);
                append?: false | (...);
                default?: false | (...);
                image?: false | (...);
                item?: false | (...);
                loader?: false | (...);
                prepend?: false | (...);
                subtitle?: false | (...);
                text?: false | (...);
                title?: false | (...);
            };
        } & {
            v-slot:actions?: false | (() => VNodeChild);
            v-slot:append?: false | (() => VNodeChild);
            v-slot:default?: false | (() => VNodeChild);
            v-slot:image?: false | (() => VNodeChild);
            v-slot:item?: false | (() => VNodeChild);
            v-slot:loader?: false | ((arg) => VNodeChild);
            v-slot:prepend?: false | (() => VNodeChild);
            v-slot:subtitle?: false | (() => VNodeChild);
            v-slot:text?: false | (() => VNodeChild);
            v-slot:title?: false | (() => VNodeChild);
        }, {}, {}, {}, {}, {
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            hover: boolean;
            link: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            style: StyleValue;
            subtitle: string | number | boolean;
            tag: string | JSXComponent;
            text: string | number | boolean;
            tile: boolean;
            title: string | number | boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        }>;
    } & ComponentOptionsBase<{
        density: Density;
        disabled: boolean;
        exact: boolean;
        flat: boolean;
        hover: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
    } & {
        appendAvatar?: string;
        appendIcon?: IconValue;
        border?: string | number | boolean;
        class?: any;
        color?: string;
        elevation?: string | number;
        height?: string | number;
        href?: string;
        image?: string;
        link?: boolean;
        loading?: string | boolean;
        location?: Anchor | null;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
        prependAvatar?: string;
        prependIcon?: IconValue;
        rounded?: string | number | boolean;
        subtitle?: string | number | boolean;
        text?: string | number | boolean;
        theme?: string;
        title?: string | number | boolean;
        to?: string | ObjectRenderer | ObjectRenderer;
        width?: string | number;
    } & {
        $children?: VNodeChild | (() => VNodeChild) | {
            actions?: (() => ...);
            append?: (() => ...);
            default?: (() => ...);
            image?: (() => ...);
            item?: (() => ...);
            loader?: ((arg) => ...);
            prepend?: (() => ...);
            subtitle?: (() => ...);
            text?: (() => ...);
            title?: (() => ...);
        };
        v-slots?: {
            actions?: false | (() => ...);
            append?: false | (() => ...);
            default?: false | (() => ...);
            image?: false | (() => ...);
            item?: false | (() => ...);
            loader?: false | ((arg) => ...);
            prepend?: false | (() => ...);
            subtitle?: false | (() => ...);
            text?: false | (() => ...);
            title?: false | (() => ...);
        };
    } & {
        v-slot:actions?: false | (() => VNodeChild);
        v-slot:append?: false | (() => VNodeChild);
        v-slot:default?: false | (() => VNodeChild);
        v-slot:image?: false | (() => VNodeChild);
        v-slot:item?: false | (() => VNodeChild);
        v-slot:loader?: false | ((arg) => VNodeChild);
        v-slot:prepend?: false | (() => VNodeChild);
        v-slot:subtitle?: false | (() => VNodeChild);
        v-slot:text?: false | (() => VNodeChild);
        v-slot:title?: false | (() => VNodeChild);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        density: Density;
        disabled: boolean;
        exact: boolean;
        flat: boolean;
        hover: boolean;
        link: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        rounded: string | number | boolean;
        style: StyleValue;
        subtitle: string | number | boolean;
        tag: string | JSXComponent;
        text: string | number | boolean;
        tile: boolean;
        title: string | number | boolean;
        variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
    }, {}, string, SlotsType<Partial<{
        actions: (() => VNode[]);
        append: (() => VNode[]);
        default: (() => VNode[]);
        image: (() => VNode[]);
        item: (() => VNode[]);
        loader: ((arg) => VNode[]);
        prepend: (() => VNode[]);
        subtitle: (() => VNode[]);
        text: (() => VNode[]);
        title: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        appendAvatar: StringConstructor;
        appendIcon: PropType<IconValue>;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        flat: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hover: BooleanConstructor;
        href: StringConstructor;
        image: StringConstructor;
        link: {
            default: undefined;
            type: BooleanConstructor;
        };
        loading: (StringConstructor | BooleanConstructor)[];
        location: PropType<Anchor | null>;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        position: {
            type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
            validator: ((v) => boolean);
        };
        prependAvatar: StringConstructor;
        prependIcon: PropType<IconValue>;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        subtitle: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        text: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        title: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        to: PropType<ObjectRenderer>;
        variant: Omit<{
            default: string;
            type: PropType<Variant>;
            validator: ((v) => boolean);
        }, "type" | "default"> & {
            default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
            type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
        };
        width: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        appendAvatar: StringConstructor;
        appendIcon: PropType<IconValue>;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        flat: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hover: BooleanConstructor;
        href: StringConstructor;
        image: StringConstructor;
        link: {
            default: undefined;
            type: BooleanConstructor;
        };
        loading: (StringConstructor | BooleanConstructor)[];
        location: PropType<Anchor | null>;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        position: {
            type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
            validator: ((v) => boolean);
        };
        prependAvatar: StringConstructor;
        prependIcon: PropType<IconValue>;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        subtitle: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        text: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        title: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        to: PropType<ObjectRenderer>;
        variant: Omit<{
            default: string;
            type: PropType<Variant>;
            validator: ((v) => boolean);
        }, "type" | "default"> & {
            default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
            type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
        };
        width: (StringConstructor | NumberConstructor)[];
    }>>;
    VCardActions: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            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, {
            style: StyleValue;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            style: StyleValue;
        } & {
            class?: any;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, {}, {}, {}, {
            style: StyleValue;
        }>;
    } & ComponentOptionsBase<{
        style: StyleValue;
    } & {
        class?: any;
    } & {
        $children?: VNodeChild | {
            default?: (() => ...);
        } | (() => VNodeChild);
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        style: StyleValue;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
    }>>;
    VCardText: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            style: StyleValue;
            tag: string | JSXComponent;
        } & {
            class?: any;
            opacity?: string | number;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            style: StyleValue;
            tag: string | JSXComponent;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            style: StyleValue;
            tag: string | JSXComponent;
        } & {
            class?: any;
            opacity?: string | number;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, {}, {}, {}, {
            style: StyleValue;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        style: StyleValue;
        tag: string | JSXComponent;
    } & {
        class?: any;
        opacity?: string | number;
    } & {
        $children?: VNodeChild | {
            default?: (() => ...);
        } | (() => VNodeChild);
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        style: StyleValue;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        opacity: (StringConstructor | NumberConstructor)[];
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        opacity: (StringConstructor | NumberConstructor)[];
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }>>;
    VCardTitle: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            style: StyleValue;
            tag: string;
        } & {
            class?: any;
        } & {
            $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, {
            style: StyleValue;
            tag: string;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            style: StyleValue;
            tag: string;
        } & {
            class?: any;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), {}, {}, {}, {
            style: StyleValue;
            tag: string;
        }>;
    } & ComponentOptionsBase<{
        style: StyleValue;
        tag: string;
    } & {
        class?: any;
    } & {
        $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, {
        style: StyleValue;
        tag: string;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: StringConstructor;
        };
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: StringConstructor;
        };
    }>>;
    VDialog: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            absolute: boolean;
            activatorProps: Record<string, any>;
            closeOnBack: boolean;
            closeOnContentClick: boolean;
            contained: boolean;
            disabled: boolean;
            eager: boolean;
            fullscreen: boolean;
            location: Anchor;
            locationStrategy: "connected" | "static" | LocationStrategyFunction;
            modelValue: boolean;
            noClickAnimation: boolean;
            openOnHover: boolean;
            origin: "auto" | Anchor | "overlap";
            persistent: boolean;
            retainFocus: boolean;
            scrim: string | boolean;
            scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
            scrollable: boolean;
            style: StyleValue;
            transition: string | boolean | TransitionProps & {
                component?: ...;
            } | {
                component: {
                    __isFragment?: ...;
                    __isSuspense?: ...;
                    __isTeleport?: ...;
                    new (...args): ...;
                } & ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<(...), (...)>;
            } | null;
            zIndex: string | number;
        } & {
            activator?: Element | "parent" | string & {} | ComponentPublicInstance;
            attach?: string | boolean | Element;
            class?: any;
            closeDelay?: string | number;
            contentClass?: any;
            contentProps?: any;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            offset?: string | number | number[];
            opacity?: string | number;
            openDelay?: string | number;
            openOnClick?: boolean;
            openOnFocus?: boolean;
            target?: Element | "cursor" | "parent" | string & {} | ComponentPublicInstance | [x: number, y: number];
            theme?: string;
            width?: string | number;
        } & {
            $children?: VNodeChild | {
                activator?: ...;
                default?: ...;
            } | ((arg) => VNodeChild);
            v-slots?: {
                activator?: false | (...);
                default?: false | (...);
            };
        } & {
            v-slot:activator?: false | ((arg) => VNodeChild);
            v-slot:default?: false | ((arg) => VNodeChild);
        } & {
            onAfterEnter?: (() => any);
            onAfterLeave?: (() => any);
            onUpdate:modelValue?: ((value) => any);
        }, 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<{
            _disableGlobalStack: ...;
            absolute: ...;
            activatorProps: ...;
            closeOnBack: ...;
            closeOnContentClick: ...;
            contained: ...;
            disabled: ...;
            eager: ...;
            location: ...;
            locationStrategy: ...;
            modelValue: ...;
            noClickAnimation: ...;
            openOnClick: ...;
            openOnFocus: ...;
            openOnHover: ...;
            origin: ...;
            persistent: ...;
            scrim: ...;
            scrollStrategy: ...;
            style: ...;
            zIndex: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
            activatorEl: ...;
            animateClick: ...;
            contentEl: ...;
            globalTop: ...;
            localTop: ...;
            scrimEl: ...;
            target: ...;
            updateLocation: ...;
        }> & ComponentCustomProperties, "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "disabled" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "offset" | "absolute" | "target" | "location" | "origin" | "zIndex" | "eager" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack" | "opacity" | "transition" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "v-slot:activator" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "onUpdate:modelValue" | "onClick:outside" | (keyof VNodeProps)>, `$${any}`> & {
            _allExposed: {
                activatorEl: Ref<(...) | (...), (...) | (...)>;
                animateClick: (() => void);
                contentEl: Ref<(...) | (...), (...) | (...)>;
                globalTop: Readonly<Ref<(...), (...)>>;
                localTop: Readonly<Ref<(...), (...)>>;
                scrimEl: Ref<(...) | (...), (...) | (...)>;
                target: ComputedRef<(...) | (...) | (...)>;
                updateLocation: Ref<(...) | (...), (...) | (...)>;
            } | {};
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            afterEnter: (() => true);
            afterLeave: (() => true);
            update:modelValue: ((value) => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            absolute: boolean;
            activatorProps: Record<string, any>;
            closeOnBack: boolean;
            closeOnContentClick: boolean;
            contained: boolean;
            disabled: boolean;
            eager: boolean;
            fullscreen: boolean;
            location: Anchor;
            locationStrategy: "connected" | "static" | LocationStrategyFunction;
            modelValue: boolean;
            noClickAnimation: boolean;
            openOnClick: boolean;
            openOnFocus: boolean;
            openOnHover: boolean;
            origin: "auto" | Anchor | "overlap";
            persistent: boolean;
            retainFocus: boolean;
            scrim: string | boolean;
            scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
            scrollable: boolean;
            style: StyleValue;
            transition: string | boolean | TransitionProps & {
                component?: Component;
            } | {
                component: {
                    __isFragment?: never;
                    __isSuspense?: never;
                    __isTeleport?: never;
                    new (...args): CreateComponentPublicInstanceWithMixins<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)>;
                } & ComponentOptionsBase<(...) & (...) & (...) & (...), (() => ...), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<(...), (...)>, string, {}, {}, string, SlotsType<(...)>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                    target: ...;
                }, ExtractPropTypes<(...)>>;
            } | null;
            zIndex: string | number;
        }, true, {}, SlotsType<Partial<{
            activator: ((arg) => VNode[]);
            default: ((arg) => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            absolute: boolean;
            activatorProps: Record<string, any>;
            closeOnBack: boolean;
            closeOnContentClick: boolean;
            contained: boolean;
            disabled: boolean;
            eager: boolean;
            fullscreen: boolean;
            location: Anchor;
            locationStrategy: "connected" | "static" | LocationStrategyFunction;
            modelValue: boolean;
            noClickAnimation: boolean;
            openOnHover: boolean;
            origin: "auto" | Anchor | "overlap";
            persistent: boolean;
            retainFocus: boolean;
            scrim: string | boolean;
            scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
            scrollable: boolean;
            style: StyleValue;
            transition: string | boolean | TransitionProps & {
                component?: ...;
            } | {
                component: {
                    __isFragment?: ...;
                    __isSuspense?: ...;
                    __isTeleport?: ...;
                    new (...args): ...;
                } & ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<(...), (...)>;
            } | null;
            zIndex: string | number;
        } & {
            activator?: Element | "parent" | string & {} | ComponentPublicInstance;
            attach?: string | boolean | Element;
            class?: any;
            closeDelay?: string | number;
            contentClass?: any;
            contentProps?: any;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            offset?: string | number | number[];
            opacity?: string | number;
            openDelay?: string | number;
            openOnClick?: boolean;
            openOnFocus?: boolean;
            target?: Element | "cursor" | "parent" | string & {} | ComponentPublicInstance | [x: number, y: number];
            theme?: string;
            width?: string | number;
        } & {
            $children?: VNodeChild | {
                activator?: ...;
                default?: ...;
            } | ((arg) => VNodeChild);
            v-slots?: {
                activator?: false | (...);
                default?: false | (...);
            };
        } & {
            v-slot:activator?: false | ((arg) => VNodeChild);
            v-slot:default?: false | ((arg) => VNodeChild);
        } & {
            onAfterEnter?: (() => any);
            onAfterLeave?: (() => any);
            onUpdate:modelValue?: ((value) => any);
        }, 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<{
            _disableGlobalStack: ...;
            absolute: ...;
            activatorProps: ...;
            closeOnBack: ...;
            closeOnContentClick: ...;
            contained: ...;
            disabled: ...;
            eager: ...;
            location: ...;
            locationStrategy: ...;
            modelValue: ...;
            noClickAnimation: ...;
            openOnClick: ...;
            openOnFocus: ...;
            openOnHover: ...;
            origin: ...;
            persistent: ...;
            scrim: ...;
            scrollStrategy: ...;
            style: ...;
            zIndex: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
            activatorEl: ...;
            animateClick: ...;
            contentEl: ...;
            globalTop: ...;
            localTop: ...;
            scrimEl: ...;
            target: ...;
            updateLocation: ...;
        }> & ComponentCustomProperties, "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "disabled" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "offset" | "absolute" | "target" | "location" | "origin" | "zIndex" | "eager" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack" | "opacity" | "transition" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "v-slot:activator" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "onUpdate:modelValue" | "onClick:outside" | (keyof VNodeProps)>, `$${any}`> & {
            _allExposed: {
                activatorEl: Ref<(...) | (...), (...) | (...)>;
                animateClick: (() => void);
                contentEl: Ref<(...) | (...), (...) | (...)>;
                globalTop: Readonly<Ref<(...), (...)>>;
                localTop: Readonly<Ref<(...), (...)>>;
                scrimEl: Ref<(...) | (...), (...) | (...)>;
                target: ComputedRef<(...) | (...) | (...)>;
                updateLocation: Ref<(...) | (...), (...) | (...)>;
            } | {};
        }, {}, {}, {}, {
            absolute: boolean;
            activatorProps: Record<string, any>;
            closeOnBack: boolean;
            closeOnContentClick: boolean;
            contained: boolean;
            disabled: boolean;
            eager: boolean;
            fullscreen: boolean;
            location: Anchor;
            locationStrategy: "connected" | "static" | LocationStrategyFunction;
            modelValue: boolean;
            noClickAnimation: boolean;
            openOnClick: boolean;
            openOnFocus: boolean;
            openOnHover: boolean;
            origin: "auto" | Anchor | "overlap";
            persistent: boolean;
            retainFocus: boolean;
            scrim: string | boolean;
            scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
            scrollable: boolean;
            style: StyleValue;
            transition: string | boolean | TransitionProps & {
                component?: Component;
            } | {
                component: {
                    __isFragment?: never;
                    __isSuspense?: never;
                    __isTeleport?: never;
                    new (...args): CreateComponentPublicInstanceWithMixins<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)>;
                } & ComponentOptionsBase<(...) & (...) & (...) & (...), (() => ...), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<(...), (...)>, string, {}, {}, string, SlotsType<(...)>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                    target: ...;
                }, ExtractPropTypes<(...)>>;
            } | null;
            zIndex: string | number;
        }>;
    } & ComponentOptionsBase<{
        absolute: boolean;
        activatorProps: Record<string, any>;
        closeOnBack: boolean;
        closeOnContentClick: boolean;
        contained: boolean;
        disabled: boolean;
        eager: boolean;
        fullscreen: boolean;
        location: Anchor;
        locationStrategy: "connected" | "static" | LocationStrategyFunction;
        modelValue: boolean;
        noClickAnimation: boolean;
        openOnHover: boolean;
        origin: "auto" | Anchor | "overlap";
        persistent: boolean;
        retainFocus: boolean;
        scrim: string | boolean;
        scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
        scrollable: boolean;
        style: StyleValue;
        transition: string | boolean | TransitionProps & {
            component?: Component;
        } | {
            component: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)>;
            } & ComponentOptionsBase<(...) & (...) & (...) & (...), (() => ...), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<(...), (...)>, string, {}, {}, string, SlotsType<(...)>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                target: ...;
            }, ExtractPropTypes<(...)>>;
        } | null;
        zIndex: string | number;
    } & {
        activator?: Element | "parent" | string & {} | ComponentPublicInstance;
        attach?: string | boolean | Element;
        class?: any;
        closeDelay?: string | number;
        contentClass?: any;
        contentProps?: any;
        height?: string | number;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        offset?: string | number | number[];
        opacity?: string | number;
        openDelay?: string | number;
        openOnClick?: boolean;
        openOnFocus?: boolean;
        target?: Element | "cursor" | "parent" | string & {} | ComponentPublicInstance | [x: number, y: number];
        theme?: string;
        width?: string | number;
    } & {
        $children?: VNodeChild | {
            activator?: ((arg) => ...);
            default?: ((arg) => ...);
        } | ((arg) => VNodeChild);
        v-slots?: {
            activator?: false | ((arg) => ...);
            default?: false | ((arg) => ...);
        };
    } & {
        v-slot:activator?: false | ((arg) => VNodeChild);
        v-slot:default?: false | ((arg) => VNodeChild);
    } & {
        onAfterEnter?: (() => any);
        onAfterLeave?: (() => any);
        onUpdate:modelValue?: ((value) => any);
    }, 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<{
            activator?: ...;
            default?: ...;
        }>;
        $watch<T>(source, cb, options?): WatchStopHandle;
    } & Readonly<{
        _disableGlobalStack: boolean;
        absolute: boolean;
        activatorProps: Record<(...), (...)>;
        closeOnBack: boolean;
        closeOnContentClick: boolean;
        contained: boolean;
        disabled: boolean;
        eager: boolean;
        location: Anchor;
        locationStrategy: (...) | (...) | (...);
        modelValue: boolean;
        noClickAnimation: boolean;
        openOnClick: boolean;
        openOnFocus: boolean;
        openOnHover: boolean;
        origin: (...) | (...) | (...);
        persistent: boolean;
        scrim: (...) | (...);
        scrollStrategy: (...) | (...) | (...) | (...) | (...);
        style: StyleValue;
        zIndex: (...) | (...);
    }> & Omit<{
        _disableGlobalStack: ...;
        absolute: ...;
        activatorProps: ...;
        closeOnBack: ...;
        closeOnContentClick: ...;
        contained: ...;
        disabled: ...;
        eager: ...;
        location: ...;
        locationStrategy: ...;
        modelValue: ...;
        noClickAnimation: ...;
        openOnHover: ...;
        origin: ...;
        persistent: ...;
        scrim: ...;
        scrollStrategy: ...;
        style: ...;
        zIndex: ...;
    } & {
        activator?: ...;
        attach?: ...;
        class?: ...;
        closeDelay?: ...;
        contentClass?: ...;
        contentProps?: ...;
        height?: ...;
        maxHeight?: ...;
        maxWidth?: ...;
        minHeight?: ...;
        minWidth?: ...;
        offset?: ...;
        opacity?: ...;
        openDelay?: ...;
        openOnClick?: ...;
        openOnFocus?: ...;
        target?: ...;
        theme?: ...;
        transition?: ...;
        width?: ...;
    } & {
        $children?: ...;
        v-slots?: ...;
    } & {
        v-slot:activator?: ...;
        v-slot:default?: ...;
    } & {
        onAfterEnter?: ...;
        onAfterLeave?: ...;
        onClick:outside?: ...;
        onKeydown?: ...;
        onUpdate:modelValue?: ...;
    }, "style" | "location" | "modelValue" | "target" | "contentEl" | "activatorEl" | "absolute" | "origin" | "zIndex" | "eager" | "disabled" | "persistent" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & ShallowUnwrapRef<{
        activatorEl: Ref<(...), (...)>;
        animateClick: (() => ...);
        contentEl: Ref<(...), (...)>;
        globalTop: Readonly<(...)>;
        localTop: Readonly<(...)>;
        scrimEl: Ref<(...), (...)>;
        target: ComputedRef<(...)>;
        updateLocation: Ref<(...), (...)>;
    }> & ComponentCustomProperties, "theme" | "class" | "style" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "onKeydown" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "transition" | "location" | "modelValue" | "target" | "absolute" | "origin" | "zIndex" | "eager" | "disabled" | "persistent" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack" | "offset" | "opacity" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "v-slot:activator" | "onAfterEnter" | "onAfterLeave" | "onUpdate:modelValue" | "onClick:outside">, `$${any}`> & {
        _allExposed: {
            activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
            animateClick: (() => void);
            contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
            globalTop: Readonly<Ref<boolean, boolean>>;
            localTop: Readonly<Ref<boolean, boolean>>;
            scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
            target: ComputedRef<HTMLElement | [(...), (...)] | undefined>;
            updateLocation: Ref<(...) | undefined, (...) | undefined>;
        } | {};
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        afterEnter: (() => true);
        afterLeave: (() => true);
        update:modelValue: ((value) => true);
    }, string, {
        absolute: boolean;
        activatorProps: Record<string, any>;
        closeOnBack: boolean;
        closeOnContentClick: boolean;
        contained: boolean;
        disabled: boolean;
        eager: boolean;
        fullscreen: boolean;
        location: Anchor;
        locationStrategy: "connected" | "static" | LocationStrategyFunction;
        modelValue: boolean;
        noClickAnimation: boolean;
        openOnClick: boolean;
        openOnFocus: boolean;
        openOnHover: boolean;
        origin: "auto" | Anchor | "overlap";
        persistent: boolean;
        retainFocus: boolean;
        scrim: string | boolean;
        scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
        scrollable: boolean;
        style: StyleValue;
        transition: string | boolean | TransitionProps & {
            component?: Component;
        } | {
            component: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<(...) & (...) & (...), (() => ...), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<(...), (...)>, (...) & (...) & (...), {}, true, {}, SlotsType<(...)>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: ...;
                    C: ...;
                    D: ...;
                    Defaults: ...;
                    M: ...;
                    P: ...;
                }, (...) & (...) & (...), (() => ...), {}, {}, {}, {}>;
            } & ComponentOptionsBase<{} & {
                target?: ...;
            } & {
                $children?: ...;
                v-slots?: ...;
            } & {
                v-slot:default?: ...;
            }, (() => JSX.Element), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, SlotsType<Partial<(...)>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                target: PropType<(...)>;
            }, ExtractPropTypes<{
                target: ...;
            }>>;
        } | null;
        zIndex: string | number;
    }, {}, string, SlotsType<Partial<{
        activator: ((arg) => VNode[]);
        default: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        absolute: BooleanConstructor;
        activator: PropType<Element | "parent" | string & {} | ComponentPublicInstance | undefined>;
        activatorProps: {
            default: (() => {});
            type: PropType<Record<string, any>>;
        };
        attach: PropType<boolean | string | Element>;
        class: PropType<ClassValue>;
        closeDelay: (StringConstructor | NumberConstructor)[];
        closeOnBack: {
            default: boolean;
            type: BooleanConstructor;
        };
        closeOnContentClick: BooleanConstructor;
        contained: BooleanConstructor;
        contentClass: null;
        contentProps: null;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        fullscreen: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        location: {
            default: string;
            type: PropType<StrategyProps["location"]>;
        };
        locationStrategy: {
            default: string;
            type: PropType<StrategyProps["locationStrategy"]>;
            validator: ((val) => boolean);
        };
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        modelValue: BooleanConstructor;
        noClickAnimation: BooleanConstructor;
        offset: PropType<StrategyProps["offset"]>;
        opacity: (StringConstructor | NumberConstructor)[];
        openDelay: (StringConstructor | NumberConstructor)[];
        openOnClick: {
            default: undefined;
            type: BooleanConstructor;
        };
        openOnFocus: {
            default: undefined;
            type: BooleanConstructor;
        };
        openOnHover: BooleanConstructor;
        origin: Omit<{
            default: string;
            type: PropType<StrategyProps["origin"]>;
        }, "type" | "default"> & {
            default: NonNullable<"auto" | Anchor | "overlap">;
            type: PropType<"auto" | Anchor | "overlap">;
        };
        persistent: BooleanConstructor;
        retainFocus: {
            default: boolean;
            type: BooleanConstructor;
        };
        scrim: {
            default: boolean;
            type: (StringConstructor | BooleanConstructor)[];
        };
        scrollStrategy: Omit<{
            default: string;
            type: PropType<StrategyProps["scrollStrategy"]>;
            validator: ((val) => boolean);
        }, "type" | "default"> & {
            default: NonNullable<"none" | "block" | "close" | ScrollStrategyFunction | "reposition">;
            type: PropType<"none" | "block" | "close" | ScrollStrategyFunction | "reposition">;
        };
        scrollable: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        target: PropType<Element | "cursor" | "parent" | string & {} | ComponentPublicInstance | [x: number, y: number] | undefined>;
        theme: StringConstructor;
        transition: {
            default: NonNullable<string | boolean | (...) & (...) | null> | {
                component: {
                    __isFragment?: never;
                    __isSuspense?: never;
                    __isTeleport?: never;
                    new (...args): CreateComponentPublicInstanceWithMixins<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)>;
                } & ComponentOptionsBase<(...) & (...) & (...) & (...), (() => ...), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<(...), (...)>, string, {}, {}, string, SlotsType<(...)>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                    target: ...;
                }, ExtractPropTypes<(...)>>;
            };
            type: PropType<string | boolean | TransitionProps & {
                component?: ...;
            } | {
                component: {
                    __isFragment?: ...;
                    __isSuspense?: ...;
                    __isTeleport?: ...;
                    new (...args): ...;
                } & ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<(...), (...)>;
            } | null>;
        };
        width: (StringConstructor | NumberConstructor)[];
        zIndex: Omit<{
            default: number;
            type: ((...) | (...))[];
        }, "type" | "default"> & {
            default: NonNullable<string | number>;
            type: PropType<string | number>;
        };
    }, ExtractPropTypes<{
        absolute: BooleanConstructor;
        activator: PropType<Element | "parent" | string & {} | ComponentPublicInstance | undefined>;
        activatorProps: {
            default: (() => {});
            type: PropType<Record<string, any>>;
        };
        attach: PropType<boolean | string | Element>;
        class: PropType<ClassValue>;
        closeDelay: (StringConstructor | NumberConstructor)[];
        closeOnBack: {
            default: boolean;
            type: BooleanConstructor;
        };
        closeOnContentClick: BooleanConstructor;
        contained: BooleanConstructor;
        contentClass: null;
        contentProps: null;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        fullscreen: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        location: {
            default: string;
            type: PropType<StrategyProps["location"]>;
        };
        locationStrategy: {
            default: string;
            type: PropType<StrategyProps["locationStrategy"]>;
            validator: ((val) => boolean);
        };
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        modelValue: BooleanConstructor;
        noClickAnimation: BooleanConstructor;
        offset: PropType<StrategyProps["offset"]>;
        opacity: (StringConstructor | NumberConstructor)[];
        openDelay: (StringConstructor | NumberConstructor)[];
        openOnClick: {
            default: undefined;
            type: BooleanConstructor;
        };
        openOnFocus: {
            default: undefined;
            type: BooleanConstructor;
        };
        openOnHover: BooleanConstructor;
        origin: Omit<{
            default: string;
            type: PropType<(...)[(...)]>;
        }, "type" | "default"> & {
            default: NonNullable<"auto" | Anchor | "overlap">;
            type: PropType<"auto" | Anchor | "overlap">;
        };
        persistent: BooleanConstructor;
        retainFocus: {
            default: boolean;
            type: BooleanConstructor;
        };
        scrim: {
            default: boolean;
            type: (StringConstructor | BooleanConstructor)[];
        };
        scrollStrategy: Omit<{
            default: string;
            type: PropType<(...)[(...)]>;
            validator: ((val) => boolean);
        }, "type" | "default"> & {
            default: NonNullable<"none" | "block" | "close" | ScrollStrategyFunction | "reposition">;
            type: PropType<"none" | "block" | "close" | ScrollStrategyFunction | "reposition">;
        };
        scrollable: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        target: PropType<Element | "cursor" | "parent" | string & {} | ComponentPublicInstance | [x: number, y: number] | undefined>;
        theme: StringConstructor;
        transition: {
            default: NonNullable<string | boolean | (...) | null> | {
                component: {
                    __isFragment?: ...;
                    __isSuspense?: ...;
                    __isTeleport?: ...;
                    new (...args): ...;
                } & ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<(...), (...)>;
            };
            type: PropType<string | boolean | (...) & (...) | {
                component: (...) & (...) & (...) & (...) & (...) & (...);
            } | null>;
        };
        width: (StringConstructor | NumberConstructor)[];
        zIndex: Omit<{
            default: number;
            type: (...)[];
        }, "type" | "default"> & {
            default: NonNullable<string | number>;
            type: PropType<string | number>;
        };
    }>>;
    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)[];
    }>>;
    VSpacer: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            style: StyleValue;
            tag: string;
        } & {
            class?: any;
        } & {
            $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, {
            style: StyleValue;
            tag: string;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            style: StyleValue;
            tag: string;
        } & {
            class?: any;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), {}, {}, {}, {
            style: StyleValue;
            tag: string;
        }>;
    } & ComponentOptionsBase<{
        style: StyleValue;
        tag: string;
    } & {
        class?: any;
    } & {
        $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, {
        style: StyleValue;
        tag: string;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: StringConstructor;
        };
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: StringConstructor;
        };
    }>>;
}, {
    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;
        indexOfFittingSchema: number;
        label: string;
        path: string;
        renderers: JsonFormsRendererRegistryEntry[];
        required: NonNullable<boolean | undefined>;
        rootSchema: NonNullable<JsonSchema>;
        schema: NonNullable<JsonSchema>;
        uischema: ControlElement;
        uischemas: JsonFormsUISchemaRegistryEntry[];
        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;
    }>
  • dialog: Ref<boolean, boolean>
  • handleBlur: (() => void)
      • (): void
      • Returns void

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

  • isFocused: Ref<boolean, boolean>
  • newSelectedIndex: Ref<number | null, number | null>
  • onChange: ((value) => void)
      • (value): void
      • Parameters

        • value: any

        Returns void

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

  • rawErrors: ComputedRef<string>
  • selectedIndex: Ref<number | null, number | null>
  • styles: Styles
  • t: ComputedRef<Translator>
  • touched: Ref<boolean, boolean>
  • vuetifyProps: ((path) => any)
      • (path): any
      • Parameters

        • path: string

        Returns any

  • handleChange:function
    • Parameters

      • path: string
      • value: any

      Returns void

Type declaration

    Type declaration

    • oneOfRenderInfos:function
      • Returns (CombinatorSubSchemaRenderInfo & {
            index: number;
        })[]

    Type declaration

    • cancel:function
      • Returns void

    • confirm:function
      • Returns void

    • handleSelectChange:function
      • Parameters

        • selectIndex: null | number

        Returns void

    • openNewTab:function
      • Parameters

        • newIndex: null | number

        Returns void

    Type declaration

      Type declaration

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

      Type declaration

        Type declaration

        • CombinatorProperties: DefineComponent<{
              combinatorKeyword: "oneOf" | "anyOf" | "allOf";
              path: string;
              rootSchema: JsonSchema;
              schema: JsonSchema;
          }, {
              foundUISchema: UISchemaElement;
              isLayoutWithElements: boolean;
              otherProps: JsonSchema;
          }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
              combinatorKeyword: "oneOf" | "anyOf" | "allOf";
              path: string;
              rootSchema: JsonSchema;
              schema: JsonSchema;
          }> & Readonly<{}>, {}, {}, {
              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<(...)>;
                  };
                  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<(...)>;
                  };
                  schema: {
                      required: true;
                      type: PropType<(...)>;
                  };
                  uischema: {
                      required: true;
                      type: PropType<(...)>;
                  };
              }>> & Readonly<{}>, {
                  cells: JsonFormsCellRendererRegistryEntry[];
                  config: Record<string, any>;
                  enabled: boolean;
                  renderers: JsonFormsRendererRegistryEntry[];
              }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
          }, {}, string, ComponentProvideOptions, true, {}, any>
        • 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>
        • VBtn: {
              __isFragment?: never;
              __isSuspense?: never;
              __isTeleport?: never;
              new (...args): CreateComponentPublicInstanceWithMixins<{
                  block: boolean;
                  density: Density;
                  disabled: boolean;
                  exact: boolean;
                  flat: boolean;
                  readonly: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  size: string | number;
                  slim: boolean;
                  stacked: boolean;
                  style: StyleValue;
                  symbol: any;
                  tag: string | JSXComponent;
                  tile: boolean;
                  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
              } & {
                  active?: boolean;
                  activeColor?: string;
                  appendIcon?: IconValue;
                  baseColor?: string;
                  border?: string | number | boolean;
                  class?: any;
                  color?: string;
                  elevation?: string | number;
                  height?: string | number;
                  href?: string;
                  icon?: boolean | IconValue;
                  loading?: string | boolean;
                  location?: Anchor | null;
                  maxHeight?: string | number;
                  maxWidth?: string | number;
                  minHeight?: string | number;
                  minWidth?: string | number;
                  position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
                  prependIcon?: IconValue;
                  rounded?: string | number | boolean;
                  selectedClass?: string;
                  text?: string | number | boolean;
                  theme?: string;
                  to?: string | ObjectRenderer | ObjectRenderer;
                  value?: any;
                  width?: string | number;
              } & {
                  $children?: VNodeChild | (() => VNodeChild) | {
                      append?: ...;
                      default?: ...;
                      loader?: ...;
                      prepend?: ...;
                  };
                  v-slots?: {
                      append?: false | (...);
                      default?: false | (...);
                      loader?: false | (...);
                      prepend?: false | (...);
                  };
              } & {
                  v-slot:append?: false | (() => VNodeChild);
                  v-slot:default?: false | (() => VNodeChild);
                  v-slot:loader?: false | (() => VNodeChild);
                  v-slot:prepend?: false | (() => VNodeChild);
              } & {
                  onGroup:selected?: ((val) => any);
              }, {
                  group: GroupItemProvide | null;
              }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                  group:selected: ((val) => true);
              }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                  active: boolean;
                  block: boolean;
                  density: Density;
                  disabled: boolean;
                  exact: boolean;
                  flat: boolean;
                  readonly: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  rounded: string | number | boolean;
                  size: string | number;
                  slim: boolean;
                  stacked: boolean;
                  style: StyleValue;
                  symbol: any;
                  tag: string | JSXComponent;
                  text: string | number | boolean;
                  tile: boolean;
                  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
              }, true, {}, SlotsType<Partial<{
                  append: (() => VNode[]);
                  default: (() => VNode[]);
                  loader: (() => VNode[]);
                  prepend: (() => VNode[]);
              }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                  B: {};
                  C: {};
                  D: {};
                  Defaults: {};
                  M: {};
                  P: {};
              }, {
                  block: boolean;
                  density: Density;
                  disabled: boolean;
                  exact: boolean;
                  flat: boolean;
                  readonly: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  size: string | number;
                  slim: boolean;
                  stacked: boolean;
                  style: StyleValue;
                  symbol: any;
                  tag: string | JSXComponent;
                  tile: boolean;
                  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
              } & {
                  active?: boolean;
                  activeColor?: string;
                  appendIcon?: IconValue;
                  baseColor?: string;
                  border?: string | number | boolean;
                  class?: any;
                  color?: string;
                  elevation?: string | number;
                  height?: string | number;
                  href?: string;
                  icon?: boolean | IconValue;
                  loading?: string | boolean;
                  location?: Anchor | null;
                  maxHeight?: string | number;
                  maxWidth?: string | number;
                  minHeight?: string | number;
                  minWidth?: string | number;
                  position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
                  prependIcon?: IconValue;
                  rounded?: string | number | boolean;
                  selectedClass?: string;
                  text?: string | number | boolean;
                  theme?: string;
                  to?: string | ObjectRenderer | ObjectRenderer;
                  value?: any;
                  width?: string | number;
              } & {
                  $children?: VNodeChild | (() => VNodeChild) | {
                      append?: ...;
                      default?: ...;
                      loader?: ...;
                      prepend?: ...;
                  };
                  v-slots?: {
                      append?: false | (...);
                      default?: false | (...);
                      loader?: false | (...);
                      prepend?: false | (...);
                  };
              } & {
                  v-slot:append?: false | (() => VNodeChild);
                  v-slot:default?: false | (() => VNodeChild);
                  v-slot:loader?: false | (() => VNodeChild);
                  v-slot:prepend?: false | (() => VNodeChild);
              } & {
                  onGroup:selected?: ((val) => any);
              }, {
                  group: GroupItemProvide | null;
              }, {}, {}, {}, {
                  active: boolean;
                  block: boolean;
                  density: Density;
                  disabled: boolean;
                  exact: boolean;
                  flat: boolean;
                  readonly: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  rounded: string | number | boolean;
                  size: string | number;
                  slim: boolean;
                  stacked: boolean;
                  style: StyleValue;
                  symbol: any;
                  tag: string | JSXComponent;
                  text: string | number | boolean;
                  tile: boolean;
                  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
              }>;
          } & ComponentOptionsBase<{
              block: boolean;
              density: Density;
              disabled: boolean;
              exact: boolean;
              flat: boolean;
              readonly: boolean;
              replace: boolean;
              ripple: boolean | {
                  class?: string;
                  keys?: number[];
              } | undefined;
              size: string | number;
              slim: boolean;
              stacked: boolean;
              style: StyleValue;
              symbol: any;
              tag: string | JSXComponent;
              tile: boolean;
              variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
          } & {
              active?: boolean;
              activeColor?: string;
              appendIcon?: IconValue;
              baseColor?: string;
              border?: string | number | boolean;
              class?: any;
              color?: string;
              elevation?: string | number;
              height?: string | number;
              href?: string;
              icon?: boolean | IconValue;
              loading?: string | boolean;
              location?: Anchor | null;
              maxHeight?: string | number;
              maxWidth?: string | number;
              minHeight?: string | number;
              minWidth?: string | number;
              position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
              prependIcon?: IconValue;
              rounded?: string | number | boolean;
              selectedClass?: string;
              text?: string | number | boolean;
              theme?: string;
              to?: string | ObjectRenderer | ObjectRenderer;
              value?: any;
              width?: string | number;
          } & {
              $children?: VNodeChild | (() => VNodeChild) | {
                  append?: (() => ...);
                  default?: (() => ...);
                  loader?: (() => ...);
                  prepend?: (() => ...);
              };
              v-slots?: {
                  append?: false | (() => ...);
                  default?: false | (() => ...);
                  loader?: false | (() => ...);
                  prepend?: false | (() => ...);
              };
          } & {
              v-slot:append?: false | (() => VNodeChild);
              v-slot:default?: false | (() => VNodeChild);
              v-slot:loader?: false | (() => VNodeChild);
              v-slot:prepend?: false | (() => VNodeChild);
          } & {
              onGroup:selected?: ((val) => any);
          }, {
              group: GroupItemProvide | null;
          }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
              group:selected: ((val) => true);
          }, string, {
              active: boolean;
              block: boolean;
              density: Density;
              disabled: boolean;
              exact: boolean;
              flat: boolean;
              readonly: boolean;
              replace: boolean;
              ripple: boolean | {
                  class?: string;
                  keys?: number[];
              } | undefined;
              rounded: string | number | boolean;
              size: string | number;
              slim: boolean;
              stacked: boolean;
              style: StyleValue;
              symbol: any;
              tag: string | JSXComponent;
              text: string | number | boolean;
              tile: boolean;
              variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
          }, {}, string, SlotsType<Partial<{
              append: (() => VNode[]);
              default: (() => VNode[]);
              loader: (() => VNode[]);
              prepend: (() => VNode[]);
          }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
              active: {
                  default: undefined;
                  type: BooleanConstructor;
              };
              activeColor: StringConstructor;
              appendIcon: PropType<IconValue>;
              baseColor: StringConstructor;
              block: BooleanConstructor;
              border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              class: PropType<ClassValue>;
              color: StringConstructor;
              density: {
                  default: string;
                  type: PropType<Density>;
                  validator: ((v) => boolean);
              };
              disabled: BooleanConstructor;
              elevation: {
                  type: (StringConstructor | NumberConstructor)[];
                  validator(v): boolean;
              };
              exact: BooleanConstructor;
              flat: BooleanConstructor;
              height: (StringConstructor | NumberConstructor)[];
              href: StringConstructor;
              icon: PropType<boolean | IconValue>;
              loading: (StringConstructor | BooleanConstructor)[];
              location: PropType<Anchor | null>;
              maxHeight: (StringConstructor | NumberConstructor)[];
              maxWidth: (StringConstructor | NumberConstructor)[];
              minHeight: (StringConstructor | NumberConstructor)[];
              minWidth: (StringConstructor | NumberConstructor)[];
              position: {
                  type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
                  validator: ((v) => boolean);
              };
              prependIcon: PropType<IconValue>;
              readonly: BooleanConstructor;
              replace: BooleanConstructor;
              ripple: {
                  default: boolean;
                  type: PropType<RippleDirectiveBinding["value"]>;
              };
              rounded: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              selectedClass: StringConstructor;
              size: {
                  default: string;
                  type: (StringConstructor | NumberConstructor)[];
              };
              slim: BooleanConstructor;
              stacked: BooleanConstructor;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              symbol: {
                  default: InjectionKey<GroupProvide>;
                  type: null;
              };
              tag: Omit<{
                  default: string;
                  type: PropType<string | JSXComponent>;
              }, "type" | "default"> & {
                  default: NonNullable<string | JSXComponent>;
                  type: PropType<string | JSXComponent>;
              };
              text: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              theme: StringConstructor;
              tile: BooleanConstructor;
              to: PropType<ObjectRenderer>;
              value: null;
              variant: Omit<{
                  default: string;
                  type: PropType<Variant>;
                  validator: ((v) => boolean);
              }, "type" | "default"> & {
                  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                  type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
              };
              width: (StringConstructor | NumberConstructor)[];
          }, ExtractPropTypes<{
              active: {
                  default: undefined;
                  type: BooleanConstructor;
              };
              activeColor: StringConstructor;
              appendIcon: PropType<IconValue>;
              baseColor: StringConstructor;
              block: BooleanConstructor;
              border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              class: PropType<ClassValue>;
              color: StringConstructor;
              density: {
                  default: string;
                  type: PropType<Density>;
                  validator: ((v) => boolean);
              };
              disabled: BooleanConstructor;
              elevation: {
                  type: (StringConstructor | NumberConstructor)[];
                  validator(v): boolean;
              };
              exact: BooleanConstructor;
              flat: BooleanConstructor;
              height: (StringConstructor | NumberConstructor)[];
              href: StringConstructor;
              icon: PropType<boolean | IconValue>;
              loading: (StringConstructor | BooleanConstructor)[];
              location: PropType<Anchor | null>;
              maxHeight: (StringConstructor | NumberConstructor)[];
              maxWidth: (StringConstructor | NumberConstructor)[];
              minHeight: (StringConstructor | NumberConstructor)[];
              minWidth: (StringConstructor | NumberConstructor)[];
              position: {
                  type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
                  validator: ((v) => boolean);
              };
              prependIcon: PropType<IconValue>;
              readonly: BooleanConstructor;
              replace: BooleanConstructor;
              ripple: {
                  default: boolean;
                  type: PropType<RippleDirectiveBinding["value"]>;
              };
              rounded: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              selectedClass: StringConstructor;
              size: {
                  default: string;
                  type: (StringConstructor | NumberConstructor)[];
              };
              slim: BooleanConstructor;
              stacked: BooleanConstructor;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              symbol: {
                  default: InjectionKey<GroupProvide>;
                  type: null;
              };
              tag: Omit<{
                  default: string;
                  type: PropType<(...) | (...)>;
              }, "type" | "default"> & {
                  default: NonNullable<string | JSXComponent>;
                  type: PropType<string | JSXComponent>;
              };
              text: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              theme: StringConstructor;
              tile: BooleanConstructor;
              to: PropType<ObjectRenderer>;
              value: null;
              variant: Omit<{
                  default: string;
                  type: PropType<Variant>;
                  validator: ((v) => boolean);
              }, "type" | "default"> & {
                  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                  type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
              };
              width: (StringConstructor | NumberConstructor)[];
          }>>
        • VCard: {
              __isFragment?: never;
              __isSuspense?: never;
              __isTeleport?: never;
              new (...args): CreateComponentPublicInstanceWithMixins<{
                  density: Density;
                  disabled: boolean;
                  exact: boolean;
                  flat: boolean;
                  hover: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  style: StyleValue;
                  tag: string | JSXComponent;
                  tile: boolean;
                  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
              } & {
                  appendAvatar?: string;
                  appendIcon?: IconValue;
                  border?: string | number | boolean;
                  class?: any;
                  color?: string;
                  elevation?: string | number;
                  height?: string | number;
                  href?: string;
                  image?: string;
                  link?: boolean;
                  loading?: string | boolean;
                  location?: Anchor | null;
                  maxHeight?: string | number;
                  maxWidth?: string | number;
                  minHeight?: string | number;
                  minWidth?: string | number;
                  position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
                  prependAvatar?: string;
                  prependIcon?: IconValue;
                  rounded?: string | number | boolean;
                  subtitle?: string | number | boolean;
                  text?: string | number | boolean;
                  theme?: string;
                  title?: string | number | boolean;
                  to?: string | ObjectRenderer | ObjectRenderer;
                  width?: string | number;
              } & {
                  $children?: VNodeChild | (() => VNodeChild) | {
                      actions?: ...;
                      append?: ...;
                      default?: ...;
                      image?: ...;
                      item?: ...;
                      loader?: ...;
                      prepend?: ...;
                      subtitle?: ...;
                      text?: ...;
                      title?: ...;
                  };
                  v-slots?: {
                      actions?: false | (...);
                      append?: false | (...);
                      default?: false | (...);
                      image?: false | (...);
                      item?: false | (...);
                      loader?: false | (...);
                      prepend?: false | (...);
                      subtitle?: false | (...);
                      text?: false | (...);
                      title?: false | (...);
                  };
              } & {
                  v-slot:actions?: false | (() => VNodeChild);
                  v-slot:append?: false | (() => VNodeChild);
                  v-slot:default?: false | (() => VNodeChild);
                  v-slot:image?: false | (() => VNodeChild);
                  v-slot:item?: false | (() => VNodeChild);
                  v-slot:loader?: false | ((arg) => VNodeChild);
                  v-slot:prepend?: false | (() => VNodeChild);
                  v-slot:subtitle?: false | (() => VNodeChild);
                  v-slot:text?: false | (() => VNodeChild);
                  v-slot:title?: false | (() => VNodeChild);
              }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                  density: Density;
                  disabled: boolean;
                  exact: boolean;
                  flat: boolean;
                  hover: boolean;
                  link: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  rounded: string | number | boolean;
                  style: StyleValue;
                  subtitle: string | number | boolean;
                  tag: string | JSXComponent;
                  text: string | number | boolean;
                  tile: boolean;
                  title: string | number | boolean;
                  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
              }, true, {}, SlotsType<Partial<{
                  actions: (() => VNode[]);
                  append: (() => VNode[]);
                  default: (() => VNode[]);
                  image: (() => VNode[]);
                  item: (() => VNode[]);
                  loader: ((arg) => VNode[]);
                  prepend: (() => VNode[]);
                  subtitle: (() => VNode[]);
                  text: (() => VNode[]);
                  title: (() => VNode[]);
              }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                  B: {};
                  C: {};
                  D: {};
                  Defaults: {};
                  M: {};
                  P: {};
              }, {
                  density: Density;
                  disabled: boolean;
                  exact: boolean;
                  flat: boolean;
                  hover: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  style: StyleValue;
                  tag: string | JSXComponent;
                  tile: boolean;
                  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
              } & {
                  appendAvatar?: string;
                  appendIcon?: IconValue;
                  border?: string | number | boolean;
                  class?: any;
                  color?: string;
                  elevation?: string | number;
                  height?: string | number;
                  href?: string;
                  image?: string;
                  link?: boolean;
                  loading?: string | boolean;
                  location?: Anchor | null;
                  maxHeight?: string | number;
                  maxWidth?: string | number;
                  minHeight?: string | number;
                  minWidth?: string | number;
                  position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
                  prependAvatar?: string;
                  prependIcon?: IconValue;
                  rounded?: string | number | boolean;
                  subtitle?: string | number | boolean;
                  text?: string | number | boolean;
                  theme?: string;
                  title?: string | number | boolean;
                  to?: string | ObjectRenderer | ObjectRenderer;
                  width?: string | number;
              } & {
                  $children?: VNodeChild | (() => VNodeChild) | {
                      actions?: ...;
                      append?: ...;
                      default?: ...;
                      image?: ...;
                      item?: ...;
                      loader?: ...;
                      prepend?: ...;
                      subtitle?: ...;
                      text?: ...;
                      title?: ...;
                  };
                  v-slots?: {
                      actions?: false | (...);
                      append?: false | (...);
                      default?: false | (...);
                      image?: false | (...);
                      item?: false | (...);
                      loader?: false | (...);
                      prepend?: false | (...);
                      subtitle?: false | (...);
                      text?: false | (...);
                      title?: false | (...);
                  };
              } & {
                  v-slot:actions?: false | (() => VNodeChild);
                  v-slot:append?: false | (() => VNodeChild);
                  v-slot:default?: false | (() => VNodeChild);
                  v-slot:image?: false | (() => VNodeChild);
                  v-slot:item?: false | (() => VNodeChild);
                  v-slot:loader?: false | ((arg) => VNodeChild);
                  v-slot:prepend?: false | (() => VNodeChild);
                  v-slot:subtitle?: false | (() => VNodeChild);
                  v-slot:text?: false | (() => VNodeChild);
                  v-slot:title?: false | (() => VNodeChild);
              }, {}, {}, {}, {}, {
                  density: Density;
                  disabled: boolean;
                  exact: boolean;
                  flat: boolean;
                  hover: boolean;
                  link: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  rounded: string | number | boolean;
                  style: StyleValue;
                  subtitle: string | number | boolean;
                  tag: string | JSXComponent;
                  text: string | number | boolean;
                  tile: boolean;
                  title: string | number | boolean;
                  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
              }>;
          } & ComponentOptionsBase<{
              density: Density;
              disabled: boolean;
              exact: boolean;
              flat: boolean;
              hover: boolean;
              replace: boolean;
              ripple: boolean | {
                  class?: string;
                  keys?: number[];
              } | undefined;
              style: StyleValue;
              tag: string | JSXComponent;
              tile: boolean;
              variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
          } & {
              appendAvatar?: string;
              appendIcon?: IconValue;
              border?: string | number | boolean;
              class?: any;
              color?: string;
              elevation?: string | number;
              height?: string | number;
              href?: string;
              image?: string;
              link?: boolean;
              loading?: string | boolean;
              location?: Anchor | null;
              maxHeight?: string | number;
              maxWidth?: string | number;
              minHeight?: string | number;
              minWidth?: string | number;
              position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
              prependAvatar?: string;
              prependIcon?: IconValue;
              rounded?: string | number | boolean;
              subtitle?: string | number | boolean;
              text?: string | number | boolean;
              theme?: string;
              title?: string | number | boolean;
              to?: string | ObjectRenderer | ObjectRenderer;
              width?: string | number;
          } & {
              $children?: VNodeChild | (() => VNodeChild) | {
                  actions?: (() => ...);
                  append?: (() => ...);
                  default?: (() => ...);
                  image?: (() => ...);
                  item?: (() => ...);
                  loader?: ((arg) => ...);
                  prepend?: (() => ...);
                  subtitle?: (() => ...);
                  text?: (() => ...);
                  title?: (() => ...);
              };
              v-slots?: {
                  actions?: false | (() => ...);
                  append?: false | (() => ...);
                  default?: false | (() => ...);
                  image?: false | (() => ...);
                  item?: false | (() => ...);
                  loader?: false | ((arg) => ...);
                  prepend?: false | (() => ...);
                  subtitle?: false | (() => ...);
                  text?: false | (() => ...);
                  title?: false | (() => ...);
              };
          } & {
              v-slot:actions?: false | (() => VNodeChild);
              v-slot:append?: false | (() => VNodeChild);
              v-slot:default?: false | (() => VNodeChild);
              v-slot:image?: false | (() => VNodeChild);
              v-slot:item?: false | (() => VNodeChild);
              v-slot:loader?: false | ((arg) => VNodeChild);
              v-slot:prepend?: false | (() => VNodeChild);
              v-slot:subtitle?: false | (() => VNodeChild);
              v-slot:text?: false | (() => VNodeChild);
              v-slot:title?: false | (() => VNodeChild);
          }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
              density: Density;
              disabled: boolean;
              exact: boolean;
              flat: boolean;
              hover: boolean;
              link: boolean;
              replace: boolean;
              ripple: boolean | {
                  class?: string;
                  keys?: number[];
              } | undefined;
              rounded: string | number | boolean;
              style: StyleValue;
              subtitle: string | number | boolean;
              tag: string | JSXComponent;
              text: string | number | boolean;
              tile: boolean;
              title: string | number | boolean;
              variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
          }, {}, string, SlotsType<Partial<{
              actions: (() => VNode[]);
              append: (() => VNode[]);
              default: (() => VNode[]);
              image: (() => VNode[]);
              item: (() => VNode[]);
              loader: ((arg) => VNode[]);
              prepend: (() => VNode[]);
              subtitle: (() => VNode[]);
              text: (() => VNode[]);
              title: (() => VNode[]);
          }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
              appendAvatar: StringConstructor;
              appendIcon: PropType<IconValue>;
              border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              class: PropType<ClassValue>;
              color: StringConstructor;
              density: {
                  default: string;
                  type: PropType<Density>;
                  validator: ((v) => boolean);
              };
              disabled: BooleanConstructor;
              elevation: {
                  type: (StringConstructor | NumberConstructor)[];
                  validator(v): boolean;
              };
              exact: BooleanConstructor;
              flat: BooleanConstructor;
              height: (StringConstructor | NumberConstructor)[];
              hover: BooleanConstructor;
              href: StringConstructor;
              image: StringConstructor;
              link: {
                  default: undefined;
                  type: BooleanConstructor;
              };
              loading: (StringConstructor | BooleanConstructor)[];
              location: PropType<Anchor | null>;
              maxHeight: (StringConstructor | NumberConstructor)[];
              maxWidth: (StringConstructor | NumberConstructor)[];
              minHeight: (StringConstructor | NumberConstructor)[];
              minWidth: (StringConstructor | NumberConstructor)[];
              position: {
                  type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
                  validator: ((v) => boolean);
              };
              prependAvatar: StringConstructor;
              prependIcon: PropType<IconValue>;
              replace: BooleanConstructor;
              ripple: {
                  default: boolean;
                  type: PropType<RippleDirectiveBinding["value"]>;
              };
              rounded: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              subtitle: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              tag: {
                  default: string;
                  type: PropType<string | JSXComponent>;
              };
              text: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              theme: StringConstructor;
              tile: BooleanConstructor;
              title: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              to: PropType<ObjectRenderer>;
              variant: Omit<{
                  default: string;
                  type: PropType<Variant>;
                  validator: ((v) => boolean);
              }, "type" | "default"> & {
                  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                  type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
              };
              width: (StringConstructor | NumberConstructor)[];
          }, ExtractPropTypes<{
              appendAvatar: StringConstructor;
              appendIcon: PropType<IconValue>;
              border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              class: PropType<ClassValue>;
              color: StringConstructor;
              density: {
                  default: string;
                  type: PropType<Density>;
                  validator: ((v) => boolean);
              };
              disabled: BooleanConstructor;
              elevation: {
                  type: (StringConstructor | NumberConstructor)[];
                  validator(v): boolean;
              };
              exact: BooleanConstructor;
              flat: BooleanConstructor;
              height: (StringConstructor | NumberConstructor)[];
              hover: BooleanConstructor;
              href: StringConstructor;
              image: StringConstructor;
              link: {
                  default: undefined;
                  type: BooleanConstructor;
              };
              loading: (StringConstructor | BooleanConstructor)[];
              location: PropType<Anchor | null>;
              maxHeight: (StringConstructor | NumberConstructor)[];
              maxWidth: (StringConstructor | NumberConstructor)[];
              minHeight: (StringConstructor | NumberConstructor)[];
              minWidth: (StringConstructor | NumberConstructor)[];
              position: {
                  type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
                  validator: ((v) => boolean);
              };
              prependAvatar: StringConstructor;
              prependIcon: PropType<IconValue>;
              replace: BooleanConstructor;
              ripple: {
                  default: boolean;
                  type: PropType<RippleDirectiveBinding["value"]>;
              };
              rounded: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              subtitle: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              tag: {
                  default: string;
                  type: PropType<string | JSXComponent>;
              };
              text: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              theme: StringConstructor;
              tile: BooleanConstructor;
              title: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              to: PropType<ObjectRenderer>;
              variant: Omit<{
                  default: string;
                  type: PropType<Variant>;
                  validator: ((v) => boolean);
              }, "type" | "default"> & {
                  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                  type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
              };
              width: (StringConstructor | NumberConstructor)[];
          }>>
        • VCardActions: {
              __isFragment?: never;
              __isSuspense?: never;
              __isTeleport?: never;
              new (...args): CreateComponentPublicInstanceWithMixins<{
                  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, {
                  style: StyleValue;
              }, true, {}, SlotsType<Partial<{
                  default: (() => VNode[]);
              }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                  B: {};
                  C: {};
                  D: {};
                  Defaults: {};
                  M: {};
                  P: {};
              }, {
                  style: StyleValue;
              } & {
                  class?: any;
              } & {
                  $children?: VNodeChild | {
                      default?: ...;
                  } | (() => VNodeChild);
                  v-slots?: {
                      default?: false | (...);
                  };
              } & {
                  v-slot:default?: false | (() => VNodeChild);
              }, {}, {}, {}, {}, {
                  style: StyleValue;
              }>;
          } & ComponentOptionsBase<{
              style: StyleValue;
          } & {
              class?: any;
          } & {
              $children?: VNodeChild | {
                  default?: (() => ...);
              } | (() => VNodeChild);
              v-slots?: {
                  default?: false | (() => ...);
              };
          } & {
              v-slot:default?: false | (() => VNodeChild);
          }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
              style: StyleValue;
          }, {}, string, SlotsType<Partial<{
              default: (() => VNode[]);
          }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
              class: PropType<ClassValue>;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
          }, ExtractPropTypes<{
              class: PropType<ClassValue>;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
          }>>
        • VCardText: {
              __isFragment?: never;
              __isSuspense?: never;
              __isTeleport?: never;
              new (...args): CreateComponentPublicInstanceWithMixins<{
                  style: StyleValue;
                  tag: string | JSXComponent;
              } & {
                  class?: any;
                  opacity?: string | number;
              } & {
                  $children?: VNodeChild | {
                      default?: ...;
                  } | (() => VNodeChild);
                  v-slots?: {
                      default?: false | (...);
                  };
              } & {
                  v-slot:default?: false | (() => VNodeChild);
              }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                  style: StyleValue;
                  tag: string | JSXComponent;
              }, true, {}, SlotsType<Partial<{
                  default: (() => VNode[]);
              }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                  B: {};
                  C: {};
                  D: {};
                  Defaults: {};
                  M: {};
                  P: {};
              }, {
                  style: StyleValue;
                  tag: string | JSXComponent;
              } & {
                  class?: any;
                  opacity?: string | number;
              } & {
                  $children?: VNodeChild | {
                      default?: ...;
                  } | (() => VNodeChild);
                  v-slots?: {
                      default?: false | (...);
                  };
              } & {
                  v-slot:default?: false | (() => VNodeChild);
              }, {}, {}, {}, {}, {
                  style: StyleValue;
                  tag: string | JSXComponent;
              }>;
          } & ComponentOptionsBase<{
              style: StyleValue;
              tag: string | JSXComponent;
          } & {
              class?: any;
              opacity?: string | number;
          } & {
              $children?: VNodeChild | {
                  default?: (() => ...);
              } | (() => VNodeChild);
              v-slots?: {
                  default?: false | (() => ...);
              };
          } & {
              v-slot:default?: false | (() => VNodeChild);
          }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
              style: StyleValue;
              tag: string | JSXComponent;
          }, {}, string, SlotsType<Partial<{
              default: (() => VNode[]);
          }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
              class: PropType<ClassValue>;
              opacity: (StringConstructor | NumberConstructor)[];
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              tag: {
                  default: string;
                  type: PropType<string | JSXComponent>;
              };
          }, ExtractPropTypes<{
              class: PropType<ClassValue>;
              opacity: (StringConstructor | NumberConstructor)[];
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              tag: {
                  default: string;
                  type: PropType<string | JSXComponent>;
              };
          }>>
        • VCardTitle: {
              __isFragment?: never;
              __isSuspense?: never;
              __isTeleport?: never;
              new (...args): CreateComponentPublicInstanceWithMixins<{
                  style: StyleValue;
                  tag: string;
              } & {
                  class?: any;
              } & {
                  $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, {
                  style: StyleValue;
                  tag: string;
              }, true, {}, SlotsType<Partial<{
                  default: (() => VNode[]);
              }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                  B: {};
                  C: {};
                  D: {};
                  Defaults: {};
                  M: {};
                  P: {};
              }, {
                  style: StyleValue;
                  tag: string;
              } & {
                  class?: any;
              } & {
                  $children?: VNodeChild | {
                      default?: ...;
                  } | (() => VNodeChild);
                  v-slots?: {
                      default?: false | (...);
                  };
              } & {
                  v-slot:default?: false | (() => VNodeChild);
              }, (() => VNode<RendererNode, RendererElement, {
                  [key: string]: any;
              }>), {}, {}, {}, {
                  style: StyleValue;
                  tag: string;
              }>;
          } & ComponentOptionsBase<{
              style: StyleValue;
              tag: string;
          } & {
              class?: any;
          } & {
              $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, {
              style: StyleValue;
              tag: string;
          }, {}, string, SlotsType<Partial<{
              default: (() => VNode[]);
          }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
              class: PropType<ClassValue>;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              tag: {
                  default: string;
                  type: StringConstructor;
              };
          }, ExtractPropTypes<{
              class: PropType<ClassValue>;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              tag: {
                  default: string;
                  type: StringConstructor;
              };
          }>>
        • VDialog: {
              __isFragment?: never;
              __isSuspense?: never;
              __isTeleport?: never;
              new (...args): CreateComponentPublicInstanceWithMixins<{
                  absolute: boolean;
                  activatorProps: Record<string, any>;
                  closeOnBack: boolean;
                  closeOnContentClick: boolean;
                  contained: boolean;
                  disabled: boolean;
                  eager: boolean;
                  fullscreen: boolean;
                  location: Anchor;
                  locationStrategy: "connected" | "static" | LocationStrategyFunction;
                  modelValue: boolean;
                  noClickAnimation: boolean;
                  openOnHover: boolean;
                  origin: "auto" | Anchor | "overlap";
                  persistent: boolean;
                  retainFocus: boolean;
                  scrim: string | boolean;
                  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
                  scrollable: boolean;
                  style: StyleValue;
                  transition: string | boolean | TransitionProps & {
                      component?: ...;
                  } | {
                      component: {
                          __isFragment?: ...;
                          __isSuspense?: ...;
                          __isTeleport?: ...;
                          new (...args): ...;
                      } & ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<(...), (...)>;
                  } | null;
                  zIndex: string | number;
              } & {
                  activator?: Element | "parent" | string & {} | ComponentPublicInstance;
                  attach?: string | boolean | Element;
                  class?: any;
                  closeDelay?: string | number;
                  contentClass?: any;
                  contentProps?: any;
                  height?: string | number;
                  maxHeight?: string | number;
                  maxWidth?: string | number;
                  minHeight?: string | number;
                  minWidth?: string | number;
                  offset?: string | number | number[];
                  opacity?: string | number;
                  openDelay?: string | number;
                  openOnClick?: boolean;
                  openOnFocus?: boolean;
                  target?: Element | "cursor" | "parent" | string & {} | ComponentPublicInstance | [x: number, y: number];
                  theme?: string;
                  width?: string | number;
              } & {
                  $children?: VNodeChild | {
                      activator?: ...;
                      default?: ...;
                  } | ((arg) => VNodeChild);
                  v-slots?: {
                      activator?: false | (...);
                      default?: false | (...);
                  };
              } & {
                  v-slot:activator?: false | ((arg) => VNodeChild);
                  v-slot:default?: false | ((arg) => VNodeChild);
              } & {
                  onAfterEnter?: (() => any);
                  onAfterLeave?: (() => any);
                  onUpdate:modelValue?: ((value) => any);
              }, 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<{
                  _disableGlobalStack: ...;
                  absolute: ...;
                  activatorProps: ...;
                  closeOnBack: ...;
                  closeOnContentClick: ...;
                  contained: ...;
                  disabled: ...;
                  eager: ...;
                  location: ...;
                  locationStrategy: ...;
                  modelValue: ...;
                  noClickAnimation: ...;
                  openOnClick: ...;
                  openOnFocus: ...;
                  openOnHover: ...;
                  origin: ...;
                  persistent: ...;
                  scrim: ...;
                  scrollStrategy: ...;
                  style: ...;
                  zIndex: ...;
              }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
                  activatorEl: ...;
                  animateClick: ...;
                  contentEl: ...;
                  globalTop: ...;
                  localTop: ...;
                  scrimEl: ...;
                  target: ...;
                  updateLocation: ...;
              }> & ComponentCustomProperties, "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "disabled" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "offset" | "absolute" | "target" | "location" | "origin" | "zIndex" | "eager" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack" | "opacity" | "transition" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "v-slot:activator" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "onUpdate:modelValue" | "onClick:outside" | (keyof VNodeProps)>, `$${any}`> & {
                  _allExposed: {
                      activatorEl: Ref<(...) | (...), (...) | (...)>;
                      animateClick: (() => void);
                      contentEl: Ref<(...) | (...), (...) | (...)>;
                      globalTop: Readonly<Ref<(...), (...)>>;
                      localTop: Readonly<Ref<(...), (...)>>;
                      scrimEl: Ref<(...) | (...), (...) | (...)>;
                      target: ComputedRef<(...) | (...) | (...)>;
                      updateLocation: Ref<(...) | (...), (...) | (...)>;
                  } | {};
              }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                  afterEnter: (() => true);
                  afterLeave: (() => true);
                  update:modelValue: ((value) => true);
              }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                  absolute: boolean;
                  activatorProps: Record<string, any>;
                  closeOnBack: boolean;
                  closeOnContentClick: boolean;
                  contained: boolean;
                  disabled: boolean;
                  eager: boolean;
                  fullscreen: boolean;
                  location: Anchor;
                  locationStrategy: "connected" | "static" | LocationStrategyFunction;
                  modelValue: boolean;
                  noClickAnimation: boolean;
                  openOnClick: boolean;
                  openOnFocus: boolean;
                  openOnHover: boolean;
                  origin: "auto" | Anchor | "overlap";
                  persistent: boolean;
                  retainFocus: boolean;
                  scrim: string | boolean;
                  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
                  scrollable: boolean;
                  style: StyleValue;
                  transition: string | boolean | TransitionProps & {
                      component?: Component;
                  } | {
                      component: {
                          __isFragment?: never;
                          __isSuspense?: never;
                          __isTeleport?: never;
                          new (...args): CreateComponentPublicInstanceWithMixins<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)>;
                      } & ComponentOptionsBase<(...) & (...) & (...) & (...), (() => ...), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<(...), (...)>, string, {}, {}, string, SlotsType<(...)>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                          target: ...;
                      }, ExtractPropTypes<(...)>>;
                  } | null;
                  zIndex: string | number;
              }, true, {}, SlotsType<Partial<{
                  activator: ((arg) => VNode[]);
                  default: ((arg) => VNode[]);
              }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                  B: {};
                  C: {};
                  D: {};
                  Defaults: {};
                  M: {};
                  P: {};
              }, {
                  absolute: boolean;
                  activatorProps: Record<string, any>;
                  closeOnBack: boolean;
                  closeOnContentClick: boolean;
                  contained: boolean;
                  disabled: boolean;
                  eager: boolean;
                  fullscreen: boolean;
                  location: Anchor;
                  locationStrategy: "connected" | "static" | LocationStrategyFunction;
                  modelValue: boolean;
                  noClickAnimation: boolean;
                  openOnHover: boolean;
                  origin: "auto" | Anchor | "overlap";
                  persistent: boolean;
                  retainFocus: boolean;
                  scrim: string | boolean;
                  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
                  scrollable: boolean;
                  style: StyleValue;
                  transition: string | boolean | TransitionProps & {
                      component?: ...;
                  } | {
                      component: {
                          __isFragment?: ...;
                          __isSuspense?: ...;
                          __isTeleport?: ...;
                          new (...args): ...;
                      } & ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<(...), (...)>;
                  } | null;
                  zIndex: string | number;
              } & {
                  activator?: Element | "parent" | string & {} | ComponentPublicInstance;
                  attach?: string | boolean | Element;
                  class?: any;
                  closeDelay?: string | number;
                  contentClass?: any;
                  contentProps?: any;
                  height?: string | number;
                  maxHeight?: string | number;
                  maxWidth?: string | number;
                  minHeight?: string | number;
                  minWidth?: string | number;
                  offset?: string | number | number[];
                  opacity?: string | number;
                  openDelay?: string | number;
                  openOnClick?: boolean;
                  openOnFocus?: boolean;
                  target?: Element | "cursor" | "parent" | string & {} | ComponentPublicInstance | [x: number, y: number];
                  theme?: string;
                  width?: string | number;
              } & {
                  $children?: VNodeChild | {
                      activator?: ...;
                      default?: ...;
                  } | ((arg) => VNodeChild);
                  v-slots?: {
                      activator?: false | (...);
                      default?: false | (...);
                  };
              } & {
                  v-slot:activator?: false | ((arg) => VNodeChild);
                  v-slot:default?: false | ((arg) => VNodeChild);
              } & {
                  onAfterEnter?: (() => any);
                  onAfterLeave?: (() => any);
                  onUpdate:modelValue?: ((value) => any);
              }, 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<{
                  _disableGlobalStack: ...;
                  absolute: ...;
                  activatorProps: ...;
                  closeOnBack: ...;
                  closeOnContentClick: ...;
                  contained: ...;
                  disabled: ...;
                  eager: ...;
                  location: ...;
                  locationStrategy: ...;
                  modelValue: ...;
                  noClickAnimation: ...;
                  openOnClick: ...;
                  openOnFocus: ...;
                  openOnHover: ...;
                  origin: ...;
                  persistent: ...;
                  scrim: ...;
                  scrollStrategy: ...;
                  style: ...;
                  zIndex: ...;
              }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
                  activatorEl: ...;
                  animateClick: ...;
                  contentEl: ...;
                  globalTop: ...;
                  localTop: ...;
                  scrimEl: ...;
                  target: ...;
                  updateLocation: ...;
              }> & ComponentCustomProperties, "style" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "disabled" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "offset" | "absolute" | "target" | "location" | "origin" | "zIndex" | "eager" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack" | "opacity" | "transition" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "v-slot:activator" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "onUpdate:modelValue" | "onClick:outside" | (keyof VNodeProps)>, `$${any}`> & {
                  _allExposed: {
                      activatorEl: Ref<(...) | (...), (...) | (...)>;
                      animateClick: (() => void);
                      contentEl: Ref<(...) | (...), (...) | (...)>;
                      globalTop: Readonly<Ref<(...), (...)>>;
                      localTop: Readonly<Ref<(...), (...)>>;
                      scrimEl: Ref<(...) | (...), (...) | (...)>;
                      target: ComputedRef<(...) | (...) | (...)>;
                      updateLocation: Ref<(...) | (...), (...) | (...)>;
                  } | {};
              }, {}, {}, {}, {
                  absolute: boolean;
                  activatorProps: Record<string, any>;
                  closeOnBack: boolean;
                  closeOnContentClick: boolean;
                  contained: boolean;
                  disabled: boolean;
                  eager: boolean;
                  fullscreen: boolean;
                  location: Anchor;
                  locationStrategy: "connected" | "static" | LocationStrategyFunction;
                  modelValue: boolean;
                  noClickAnimation: boolean;
                  openOnClick: boolean;
                  openOnFocus: boolean;
                  openOnHover: boolean;
                  origin: "auto" | Anchor | "overlap";
                  persistent: boolean;
                  retainFocus: boolean;
                  scrim: string | boolean;
                  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
                  scrollable: boolean;
                  style: StyleValue;
                  transition: string | boolean | TransitionProps & {
                      component?: Component;
                  } | {
                      component: {
                          __isFragment?: never;
                          __isSuspense?: never;
                          __isTeleport?: never;
                          new (...args): CreateComponentPublicInstanceWithMixins<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)>;
                      } & ComponentOptionsBase<(...) & (...) & (...) & (...), (() => ...), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<(...), (...)>, string, {}, {}, string, SlotsType<(...)>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                          target: ...;
                      }, ExtractPropTypes<(...)>>;
                  } | null;
                  zIndex: string | number;
              }>;
          } & ComponentOptionsBase<{
              absolute: boolean;
              activatorProps: Record<string, any>;
              closeOnBack: boolean;
              closeOnContentClick: boolean;
              contained: boolean;
              disabled: boolean;
              eager: boolean;
              fullscreen: boolean;
              location: Anchor;
              locationStrategy: "connected" | "static" | LocationStrategyFunction;
              modelValue: boolean;
              noClickAnimation: boolean;
              openOnHover: boolean;
              origin: "auto" | Anchor | "overlap";
              persistent: boolean;
              retainFocus: boolean;
              scrim: string | boolean;
              scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
              scrollable: boolean;
              style: StyleValue;
              transition: string | boolean | TransitionProps & {
                  component?: Component;
              } | {
                  component: {
                      __isFragment?: never;
                      __isSuspense?: never;
                      __isTeleport?: never;
                      new (...args): CreateComponentPublicInstanceWithMixins<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)>;
                  } & ComponentOptionsBase<(...) & (...) & (...) & (...), (() => ...), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<(...), (...)>, string, {}, {}, string, SlotsType<(...)>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                      target: ...;
                  }, ExtractPropTypes<(...)>>;
              } | null;
              zIndex: string | number;
          } & {
              activator?: Element | "parent" | string & {} | ComponentPublicInstance;
              attach?: string | boolean | Element;
              class?: any;
              closeDelay?: string | number;
              contentClass?: any;
              contentProps?: any;
              height?: string | number;
              maxHeight?: string | number;
              maxWidth?: string | number;
              minHeight?: string | number;
              minWidth?: string | number;
              offset?: string | number | number[];
              opacity?: string | number;
              openDelay?: string | number;
              openOnClick?: boolean;
              openOnFocus?: boolean;
              target?: Element | "cursor" | "parent" | string & {} | ComponentPublicInstance | [x: number, y: number];
              theme?: string;
              width?: string | number;
          } & {
              $children?: VNodeChild | {
                  activator?: ((arg) => ...);
                  default?: ((arg) => ...);
              } | ((arg) => VNodeChild);
              v-slots?: {
                  activator?: false | ((arg) => ...);
                  default?: false | ((arg) => ...);
              };
          } & {
              v-slot:activator?: false | ((arg) => VNodeChild);
              v-slot:default?: false | ((arg) => VNodeChild);
          } & {
              onAfterEnter?: (() => any);
              onAfterLeave?: (() => any);
              onUpdate:modelValue?: ((value) => any);
          }, 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<{
                  activator?: ...;
                  default?: ...;
              }>;
              $watch<T>(source, cb, options?): WatchStopHandle;
          } & Readonly<{
              _disableGlobalStack: boolean;
              absolute: boolean;
              activatorProps: Record<(...), (...)>;
              closeOnBack: boolean;
              closeOnContentClick: boolean;
              contained: boolean;
              disabled: boolean;
              eager: boolean;
              location: Anchor;
              locationStrategy: (...) | (...) | (...);
              modelValue: boolean;
              noClickAnimation: boolean;
              openOnClick: boolean;
              openOnFocus: boolean;
              openOnHover: boolean;
              origin: (...) | (...) | (...);
              persistent: boolean;
              scrim: (...) | (...);
              scrollStrategy: (...) | (...) | (...) | (...) | (...);
              style: StyleValue;
              zIndex: (...) | (...);
          }> & Omit<{
              _disableGlobalStack: ...;
              absolute: ...;
              activatorProps: ...;
              closeOnBack: ...;
              closeOnContentClick: ...;
              contained: ...;
              disabled: ...;
              eager: ...;
              location: ...;
              locationStrategy: ...;
              modelValue: ...;
              noClickAnimation: ...;
              openOnHover: ...;
              origin: ...;
              persistent: ...;
              scrim: ...;
              scrollStrategy: ...;
              style: ...;
              zIndex: ...;
          } & {
              activator?: ...;
              attach?: ...;
              class?: ...;
              closeDelay?: ...;
              contentClass?: ...;
              contentProps?: ...;
              height?: ...;
              maxHeight?: ...;
              maxWidth?: ...;
              minHeight?: ...;
              minWidth?: ...;
              offset?: ...;
              opacity?: ...;
              openDelay?: ...;
              openOnClick?: ...;
              openOnFocus?: ...;
              target?: ...;
              theme?: ...;
              transition?: ...;
              width?: ...;
          } & {
              $children?: ...;
              v-slots?: ...;
          } & {
              v-slot:activator?: ...;
              v-slot:default?: ...;
          } & {
              onAfterEnter?: ...;
              onAfterLeave?: ...;
              onClick:outside?: ...;
              onKeydown?: ...;
              onUpdate:modelValue?: ...;
          }, "style" | "location" | "modelValue" | "target" | "contentEl" | "activatorEl" | "absolute" | "origin" | "zIndex" | "eager" | "disabled" | "persistent" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & ShallowUnwrapRef<{
              activatorEl: Ref<(...), (...)>;
              animateClick: (() => ...);
              contentEl: Ref<(...), (...)>;
              globalTop: Readonly<(...)>;
              localTop: Readonly<(...)>;
              scrimEl: Ref<(...), (...)>;
              target: ComputedRef<(...)>;
              updateLocation: Ref<(...), (...)>;
          }> & ComponentCustomProperties, "theme" | "class" | "style" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "onKeydown" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "transition" | "location" | "modelValue" | "target" | "absolute" | "origin" | "zIndex" | "eager" | "disabled" | "persistent" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack" | "offset" | "opacity" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "v-slot:activator" | "onAfterEnter" | "onAfterLeave" | "onUpdate:modelValue" | "onClick:outside">, `$${any}`> & {
              _allExposed: {
                  activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
                  animateClick: (() => void);
                  contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
                  globalTop: Readonly<Ref<boolean, boolean>>;
                  localTop: Readonly<Ref<boolean, boolean>>;
                  scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
                  target: ComputedRef<HTMLElement | [(...), (...)] | undefined>;
                  updateLocation: Ref<(...) | undefined, (...) | undefined>;
              } | {};
          }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
              afterEnter: (() => true);
              afterLeave: (() => true);
              update:modelValue: ((value) => true);
          }, string, {
              absolute: boolean;
              activatorProps: Record<string, any>;
              closeOnBack: boolean;
              closeOnContentClick: boolean;
              contained: boolean;
              disabled: boolean;
              eager: boolean;
              fullscreen: boolean;
              location: Anchor;
              locationStrategy: "connected" | "static" | LocationStrategyFunction;
              modelValue: boolean;
              noClickAnimation: boolean;
              openOnClick: boolean;
              openOnFocus: boolean;
              openOnHover: boolean;
              origin: "auto" | Anchor | "overlap";
              persistent: boolean;
              retainFocus: boolean;
              scrim: string | boolean;
              scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
              scrollable: boolean;
              style: StyleValue;
              transition: string | boolean | TransitionProps & {
                  component?: Component;
              } | {
                  component: {
                      __isFragment?: never;
                      __isSuspense?: never;
                      __isTeleport?: never;
                      new (...args): CreateComponentPublicInstanceWithMixins<(...) & (...) & (...), (() => ...), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<(...), (...)>, (...) & (...) & (...), {}, true, {}, SlotsType<(...)>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                          B: ...;
                          C: ...;
                          D: ...;
                          Defaults: ...;
                          M: ...;
                          P: ...;
                      }, (...) & (...) & (...), (() => ...), {}, {}, {}, {}>;
                  } & ComponentOptionsBase<{} & {
                      target?: ...;
                  } & {
                      $children?: ...;
                      v-slots?: ...;
                  } & {
                      v-slot:default?: ...;
                  }, (() => JSX.Element), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, SlotsType<Partial<(...)>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                      target: PropType<(...)>;
                  }, ExtractPropTypes<{
                      target: ...;
                  }>>;
              } | null;
              zIndex: string | number;
          }, {}, string, SlotsType<Partial<{
              activator: ((arg) => VNode[]);
              default: ((arg) => VNode[]);
          }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
              absolute: BooleanConstructor;
              activator: PropType<Element | "parent" | string & {} | ComponentPublicInstance | undefined>;
              activatorProps: {
                  default: (() => {});
                  type: PropType<Record<string, any>>;
              };
              attach: PropType<boolean | string | Element>;
              class: PropType<ClassValue>;
              closeDelay: (StringConstructor | NumberConstructor)[];
              closeOnBack: {
                  default: boolean;
                  type: BooleanConstructor;
              };
              closeOnContentClick: BooleanConstructor;
              contained: BooleanConstructor;
              contentClass: null;
              contentProps: null;
              disabled: BooleanConstructor;
              eager: BooleanConstructor;
              fullscreen: BooleanConstructor;
              height: (StringConstructor | NumberConstructor)[];
              location: {
                  default: string;
                  type: PropType<StrategyProps["location"]>;
              };
              locationStrategy: {
                  default: string;
                  type: PropType<StrategyProps["locationStrategy"]>;
                  validator: ((val) => boolean);
              };
              maxHeight: (StringConstructor | NumberConstructor)[];
              maxWidth: (StringConstructor | NumberConstructor)[];
              minHeight: (StringConstructor | NumberConstructor)[];
              minWidth: (StringConstructor | NumberConstructor)[];
              modelValue: BooleanConstructor;
              noClickAnimation: BooleanConstructor;
              offset: PropType<StrategyProps["offset"]>;
              opacity: (StringConstructor | NumberConstructor)[];
              openDelay: (StringConstructor | NumberConstructor)[];
              openOnClick: {
                  default: undefined;
                  type: BooleanConstructor;
              };
              openOnFocus: {
                  default: undefined;
                  type: BooleanConstructor;
              };
              openOnHover: BooleanConstructor;
              origin: Omit<{
                  default: string;
                  type: PropType<StrategyProps["origin"]>;
              }, "type" | "default"> & {
                  default: NonNullable<"auto" | Anchor | "overlap">;
                  type: PropType<"auto" | Anchor | "overlap">;
              };
              persistent: BooleanConstructor;
              retainFocus: {
                  default: boolean;
                  type: BooleanConstructor;
              };
              scrim: {
                  default: boolean;
                  type: (StringConstructor | BooleanConstructor)[];
              };
              scrollStrategy: Omit<{
                  default: string;
                  type: PropType<StrategyProps["scrollStrategy"]>;
                  validator: ((val) => boolean);
              }, "type" | "default"> & {
                  default: NonNullable<"none" | "block" | "close" | ScrollStrategyFunction | "reposition">;
                  type: PropType<"none" | "block" | "close" | ScrollStrategyFunction | "reposition">;
              };
              scrollable: BooleanConstructor;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              target: PropType<Element | "cursor" | "parent" | string & {} | ComponentPublicInstance | [x: number, y: number] | undefined>;
              theme: StringConstructor;
              transition: {
                  default: NonNullable<string | boolean | (...) & (...) | null> | {
                      component: {
                          __isFragment?: never;
                          __isSuspense?: never;
                          __isTeleport?: never;
                          new (...args): CreateComponentPublicInstanceWithMixins<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)>;
                      } & ComponentOptionsBase<(...) & (...) & (...) & (...), (() => ...), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<(...), (...)>, string, {}, {}, string, SlotsType<(...)>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                          target: ...;
                      }, ExtractPropTypes<(...)>>;
                  };
                  type: PropType<string | boolean | TransitionProps & {
                      component?: ...;
                  } | {
                      component: {
                          __isFragment?: ...;
                          __isSuspense?: ...;
                          __isTeleport?: ...;
                          new (...args): ...;
                      } & ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<(...), (...)>;
                  } | null>;
              };
              width: (StringConstructor | NumberConstructor)[];
              zIndex: Omit<{
                  default: number;
                  type: ((...) | (...))[];
              }, "type" | "default"> & {
                  default: NonNullable<string | number>;
                  type: PropType<string | number>;
              };
          }, ExtractPropTypes<{
              absolute: BooleanConstructor;
              activator: PropType<Element | "parent" | string & {} | ComponentPublicInstance | undefined>;
              activatorProps: {
                  default: (() => {});
                  type: PropType<Record<string, any>>;
              };
              attach: PropType<boolean | string | Element>;
              class: PropType<ClassValue>;
              closeDelay: (StringConstructor | NumberConstructor)[];
              closeOnBack: {
                  default: boolean;
                  type: BooleanConstructor;
              };
              closeOnContentClick: BooleanConstructor;
              contained: BooleanConstructor;
              contentClass: null;
              contentProps: null;
              disabled: BooleanConstructor;
              eager: BooleanConstructor;
              fullscreen: BooleanConstructor;
              height: (StringConstructor | NumberConstructor)[];
              location: {
                  default: string;
                  type: PropType<StrategyProps["location"]>;
              };
              locationStrategy: {
                  default: string;
                  type: PropType<StrategyProps["locationStrategy"]>;
                  validator: ((val) => boolean);
              };
              maxHeight: (StringConstructor | NumberConstructor)[];
              maxWidth: (StringConstructor | NumberConstructor)[];
              minHeight: (StringConstructor | NumberConstructor)[];
              minWidth: (StringConstructor | NumberConstructor)[];
              modelValue: BooleanConstructor;
              noClickAnimation: BooleanConstructor;
              offset: PropType<StrategyProps["offset"]>;
              opacity: (StringConstructor | NumberConstructor)[];
              openDelay: (StringConstructor | NumberConstructor)[];
              openOnClick: {
                  default: undefined;
                  type: BooleanConstructor;
              };
              openOnFocus: {
                  default: undefined;
                  type: BooleanConstructor;
              };
              openOnHover: BooleanConstructor;
              origin: Omit<{
                  default: string;
                  type: PropType<(...)[(...)]>;
              }, "type" | "default"> & {
                  default: NonNullable<"auto" | Anchor | "overlap">;
                  type: PropType<"auto" | Anchor | "overlap">;
              };
              persistent: BooleanConstructor;
              retainFocus: {
                  default: boolean;
                  type: BooleanConstructor;
              };
              scrim: {
                  default: boolean;
                  type: (StringConstructor | BooleanConstructor)[];
              };
              scrollStrategy: Omit<{
                  default: string;
                  type: PropType<(...)[(...)]>;
                  validator: ((val) => boolean);
              }, "type" | "default"> & {
                  default: NonNullable<"none" | "block" | "close" | ScrollStrategyFunction | "reposition">;
                  type: PropType<"none" | "block" | "close" | ScrollStrategyFunction | "reposition">;
              };
              scrollable: BooleanConstructor;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              target: PropType<Element | "cursor" | "parent" | string & {} | ComponentPublicInstance | [x: number, y: number] | undefined>;
              theme: StringConstructor;
              transition: {
                  default: NonNullable<string | boolean | (...) | null> | {
                      component: {
                          __isFragment?: ...;
                          __isSuspense?: ...;
                          __isTeleport?: ...;
                          new (...args): ...;
                      } & ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<(...), (...)>;
                  };
                  type: PropType<string | boolean | (...) & (...) | {
                      component: (...) & (...) & (...) & (...) & (...) & (...);
                  } | null>;
              };
              width: (StringConstructor | NumberConstructor)[];
              zIndex: Omit<{
                  default: number;
                  type: (...)[];
              }, "type" | "default"> & {
                  default: NonNullable<string | number>;
                  type: PropType<string | number>;
              };
          }>>
        • 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)[];
          }>>
        • VSpacer: {
              __isFragment?: never;
              __isSuspense?: never;
              __isTeleport?: never;
              new (...args): CreateComponentPublicInstanceWithMixins<{
                  style: StyleValue;
                  tag: string;
              } & {
                  class?: any;
              } & {
                  $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, {
                  style: StyleValue;
                  tag: string;
              }, true, {}, SlotsType<Partial<{
                  default: (() => VNode[]);
              }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                  B: {};
                  C: {};
                  D: {};
                  Defaults: {};
                  M: {};
                  P: {};
              }, {
                  style: StyleValue;
                  tag: string;
              } & {
                  class?: any;
              } & {
                  $children?: VNodeChild | {
                      default?: ...;
                  } | (() => VNodeChild);
                  v-slots?: {
                      default?: false | (...);
                  };
              } & {
                  v-slot:default?: false | (() => VNodeChild);
              }, (() => VNode<RendererNode, RendererElement, {
                  [key: string]: any;
              }>), {}, {}, {}, {
                  style: StyleValue;
                  tag: string;
              }>;
          } & ComponentOptionsBase<{
              style: StyleValue;
              tag: string;
          } & {
              class?: any;
          } & {
              $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, {
              style: StyleValue;
              tag: string;
          }, {}, string, SlotsType<Partial<{
              default: (() => VNode[]);
          }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
              class: PropType<ClassValue>;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              tag: {
                  default: string;
                  type: StringConstructor;
              };
          }, ExtractPropTypes<{
              class: PropType<ClassValue>;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              tag: {
                  default: string;
                  type: StringConstructor;
              };
          }>>

        Type declaration

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

              • el: HTMLElement

              Returns void

        Type declaration