OneOfTabRenderer: 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, number>;
    onChange: ((value) => void);
    persistentHint: (() => boolean);
    rawErrors: ComputedRef<string>;
    selectIndex: Ref<number, number>;
    selectedIndex: Ref<number, number>;
    styles: Styles;
    touched: Ref<boolean, boolean>;
    vuetifyProps: ((path) => any);
    handleChange(path, value): void;
}, {}, {
    oneOfRenderInfos(): CombinatorSubSchemaRenderInfo[];
}, {
    cancel(): void;
    confirm(): void;
    handleTabChange(): 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>;
        };
    }>>;
    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;
        };
    }>>;
    VTab: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            exact: boolean;
            fixed: boolean;
            hideSlider: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            selectedClass: string;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        } & {
            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;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            prependIcon?: IconValue;
            rounded?: string | number | boolean;
            sliderColor?: 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);
        }, Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: ((event, val) => ...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            block: ...;
            density: ...;
            disabled: ...;
            exact: ...;
            flat: ...;
            readonly: ...;
            replace: ...;
            ripple: ...;
            rounded: ...;
            size: ...;
            slim: ...;
            stacked: ...;
            style: ...;
            symbol: ...;
            tag: ...;
            text: ...;
            tile: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
            group: ...;
        }> & ComponentCustomProperties, "symbol" | "style" | "text" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "tag" | "density" | "tile" | "slim" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "rounded" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "active" | "value" | "to" | "href" | "prependIcon" | "appendIcon" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "readonly" | "stacked" | "position" | "loading" | "selectedClass" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
            _allExposed: {
                group: GroupItemProvide | null;
            } | {};
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            exact: boolean;
            fixed: boolean;
            hideSlider: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            selectedClass: string;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            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: {};
        }, {
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            exact: boolean;
            fixed: boolean;
            hideSlider: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            selectedClass: string;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        } & {
            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;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            prependIcon?: IconValue;
            rounded?: string | number | boolean;
            sliderColor?: 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);
        }, Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: ((event, val) => ...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            block: ...;
            density: ...;
            disabled: ...;
            exact: ...;
            flat: ...;
            readonly: ...;
            replace: ...;
            ripple: ...;
            rounded: ...;
            size: ...;
            slim: ...;
            stacked: ...;
            style: ...;
            symbol: ...;
            tag: ...;
            text: ...;
            tile: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
            group: ...;
        }> & ComponentCustomProperties, "symbol" | "style" | "text" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "tag" | "density" | "tile" | "slim" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "rounded" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "active" | "value" | "to" | "href" | "prependIcon" | "appendIcon" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "readonly" | "stacked" | "position" | "loading" | "selectedClass" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
            _allExposed: {
                group: GroupItemProvide | null;
            } | {};
        }, {}, {}, {}, {
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            exact: boolean;
            fixed: boolean;
            hideSlider: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            selectedClass: string;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            text: string | number | boolean;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        }>;
    } & ComponentOptionsBase<{
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        exact: boolean;
        fixed: boolean;
        hideSlider: boolean;
        readonly: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        selectedClass: string;
        size: string | number;
        slim: boolean;
        stacked: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
    } & {
        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;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        prependIcon?: IconValue;
        rounded?: string | number | boolean;
        sliderColor?: 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);
    }, Omit<Omit<{
        $: ComponentInternalInstance;
        $attrs: {
            [x: string]: unknown;
        };
        $data: {};
        $el: any;
        $emit: ((event, val) => void);
        $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?: ...;
            default?: ...;
            loader?: ...;
            prepend?: ...;
        }>;
        $watch<T>(source, cb, options?): WatchStopHandle;
    } & Readonly<{
        active: boolean;
        block: boolean;
        density: Density;
        disabled: boolean;
        exact: boolean;
        flat: boolean;
        readonly: boolean;
        replace: boolean;
        ripple: (...) | (...) | (...);
        rounded: (...) | (...) | (...);
        size: (...) | (...);
        slim: boolean;
        stacked: boolean;
        style: StyleValue;
        symbol: any;
        tag: (...) | (...);
        text: (...) | (...) | (...);
        tile: boolean;
        variant: (...) | (...) | (...) | (...) | (...) | (...);
    }> & Omit<{
        block: ...;
        density: ...;
        disabled: ...;
        exact: ...;
        flat: ...;
        readonly: ...;
        replace: ...;
        ripple: ...;
        size: ...;
        slim: ...;
        stacked: ...;
        style: ...;
        symbol: ...;
        tag: ...;
        tile: ...;
        variant: ...;
    } & {
        active?: ...;
        activeColor?: ...;
        appendIcon?: ...;
        baseColor?: ...;
        border?: ...;
        class?: ...;
        color?: ...;
        elevation?: ...;
        height?: ...;
        href?: ...;
        icon?: ...;
        loading?: ...;
        location?: ...;
        maxHeight?: ...;
        maxWidth?: ...;
        minHeight?: ...;
        minWidth?: ...;
        position?: ...;
        prependIcon?: ...;
        rounded?: ...;
        selectedClass?: ...;
        text?: ...;
        theme?: ...;
        to?: ...;
        value?: ...;
        width?: ...;
    } & {
        $children?: ...;
        v-slots?: ...;
    } & {
        v-slot:append?: ...;
        v-slot:default?: ...;
        v-slot:loader?: ...;
        v-slot:prepend?: ...;
    } & {
        onGroup:selected?: ...;
    }, "symbol" | "group" | "size" | "flat" | "replace" | "style" | "text" | "tag" | "rounded" | "tile" | "disabled" | "block" | "variant" | "density" | "slim" | "exact" | "active" | "ripple" | "readonly" | "stacked"> & ShallowUnwrapRef<{
        group: (...) | (...);
    }> & ComponentCustomProperties, "symbol" | "size" | "loading" | "color" | "flat" | "replace" | "theme" | "class" | "style" | "text" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "value" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "tag" | "rounded" | "tile" | "location" | "icon" | "disabled" | "block" | "v-slot:prepend" | "v-slot:append" | "variant" | "elevation" | "density" | "border" | "baseColor" | "activeColor" | "slim" | "href" | "to" | "exact" | "active" | "appendIcon" | "prependIcon" | "ripple" | "position" | "selectedClass" | "readonly" | "stacked" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
        _allExposed: {
            group: GroupItemProvide | null;
        } | {};
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        exact: boolean;
        fixed: boolean;
        hideSlider: boolean;
        readonly: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        rounded: string | number | boolean;
        selectedClass: string;
        size: string | number;
        slim: boolean;
        stacked: boolean;
        style: StyleValue;
        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<{
        activeColor: StringConstructor;
        appendIcon: PropType<IconValue>;
        baseColor: StringConstructor;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        fixed: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideSlider: BooleanConstructor;
        href: StringConstructor;
        icon: PropType<boolean | IconValue>;
        loading: (StringConstructor | BooleanConstructor)[];
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        prependIcon: PropType<IconValue>;
        readonly: BooleanConstructor;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        selectedClass: {
            default: string;
            type: PropType<string>;
        };
        size: {
            default: string;
            type: (StringConstructor | NumberConstructor)[];
        };
        sliderColor: StringConstructor;
        slim: BooleanConstructor;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        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<Omit<{
            default: string;
            type: PropType<(...)>;
            validator: ((v) => ...);
        }, "type" | "default"> & {
            default: NonNullable<(...) | (...) | (...) | (...) | (...) | (...)>;
            type: PropType<(...) | (...) | (...) | (...) | (...) | (...)>;
        }, "type" | "default"> & {
            default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
            type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
        };
        width: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        activeColor: StringConstructor;
        appendIcon: PropType<IconValue>;
        baseColor: StringConstructor;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        fixed: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideSlider: BooleanConstructor;
        href: StringConstructor;
        icon: PropType<boolean | IconValue>;
        loading: (StringConstructor | BooleanConstructor)[];
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        prependIcon: PropType<IconValue>;
        readonly: BooleanConstructor;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        selectedClass: {
            default: string;
            type: PropType<string>;
        };
        size: {
            default: string;
            type: (StringConstructor | NumberConstructor)[];
        };
        sliderColor: StringConstructor;
        slim: BooleanConstructor;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        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<Omit<{
            default: ...;
            type: ...;
            validator: ...;
        }, (...) | (...)> & {
            default: NonNullable<(...)>;
            type: PropType<(...)>;
        }, "type" | "default"> & {
            default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
            type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
        };
        width: (StringConstructor | NumberConstructor)[];
    }>>;
    VTabs: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            alignTabs: "center" | "end" | "start" | "title";
            centerActive: boolean;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            fixedTabs: boolean;
            grow: boolean;
            hideSlider: boolean;
            mandatory: boolean | "force";
            mobile: boolean | null;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            selectedClass: string;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            contentClass?: any;
            height?: string | number;
            max?: number;
            mobileBreakpoint?: number | DisplayBreakpoint;
            modelValue?: any;
            showArrows?: string | boolean;
            sliderColor?: string;
        } & {
            onUpdate:modelValue?: ((v) => any);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
            update:modelValue: ((v) => true);
        }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            alignTabs: "center" | "end" | "start" | "title";
            centerActive: boolean;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            fixedTabs: boolean;
            grow: boolean;
            height: string | number;
            hideSlider: boolean;
            mandatory: boolean | "force";
            mobile: boolean | null;
            modelValue: any;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            selectedClass: string;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode[]);
            item: ((arg) => VNode[]);
            tab: ((arg) => VNode[]);
            window: (() => VNode[]);
            [x: `tab.${string}`]: ((arg) => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            alignTabs: "center" | "end" | "start" | "title";
            centerActive: boolean;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            fixedTabs: boolean;
            grow: boolean;
            hideSlider: boolean;
            mandatory: boolean | "force";
            mobile: boolean | null;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            selectedClass: string;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            contentClass?: any;
            height?: string | number;
            max?: number;
            mobileBreakpoint?: number | DisplayBreakpoint;
            modelValue?: any;
            showArrows?: string | boolean;
            sliderColor?: string;
        } & {
            onUpdate:modelValue?: ((v) => any);
        }, {}, {}, {}, {}, {
            alignTabs: "center" | "end" | "start" | "title";
            centerActive: boolean;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            fixedTabs: boolean;
            grow: boolean;
            height: string | number;
            hideSlider: boolean;
            mandatory: boolean | "force";
            mobile: boolean | null;
            modelValue: any;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            selectedClass: string;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        alignTabs: "center" | "end" | "start" | "title";
        centerActive: boolean;
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        fixedTabs: boolean;
        grow: boolean;
        hideSlider: boolean;
        mandatory: boolean | "force";
        mobile: boolean | null;
        multiple: boolean;
        nextIcon: IconValue;
        prevIcon: IconValue;
        selectedClass: string;
        stacked: boolean;
        style: StyleValue;
        symbol: any;
        tag: string | JSXComponent;
    } & {
        bgColor?: string;
        class?: any;
        color?: string;
        contentClass?: any;
        height?: string | number;
        max?: number;
        mobileBreakpoint?: number | DisplayBreakpoint;
        modelValue?: any;
        showArrows?: string | boolean;
        sliderColor?: string;
    } & {
        onUpdate:modelValue?: ((v) => any);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
        update:modelValue: ((v) => true);
    }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, string, {
        alignTabs: "center" | "end" | "start" | "title";
        centerActive: boolean;
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        fixedTabs: boolean;
        grow: boolean;
        height: string | number;
        hideSlider: boolean;
        mandatory: boolean | "force";
        mobile: boolean | null;
        modelValue: any;
        multiple: boolean;
        nextIcon: IconValue;
        prevIcon: IconValue;
        selectedClass: string;
        stacked: boolean;
        style: StyleValue;
        symbol: any;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
        item: ((arg) => VNode[]);
        tab: ((arg) => VNode[]);
        window: (() => VNode[]);
        [x: `tab.${string}`]: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
        alignTabs: {
            default: string;
            type: PropType<"start" | "title" | "center" | "end">;
        };
        bgColor: StringConstructor;
        centerActive: BooleanConstructor;
        class: PropType<ClassValue>;
        color: StringConstructor;
        contentClass: null;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        fixedTabs: BooleanConstructor;
        grow: BooleanConstructor;
        height: {
            default: undefined;
            type: (StringConstructor | NumberConstructor)[];
        };
        hideSlider: BooleanConstructor;
        items: {
            default: (() => never[]);
            type: PropType<readonly TabItem[]>;
        };
        mandatory: {
            default: NonNullable<boolean | "force">;
            type: PropType<boolean | "force">;
        };
        max: NumberConstructor;
        mobile: Omit<{
            default: boolean;
            type: PropType<boolean | null>;
        }, "type" | "default"> & {
            default: NonNullable<boolean | null> | null;
            type: PropType<boolean | null>;
        };
        mobileBreakpoint: PropType<number | DisplayBreakpoint>;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        nextIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        prevIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        selectedClass: Omit<{
            default: string;
            type: PropType<string>;
        }, "type" | "default"> & {
            default: string;
            type: PropType<string>;
        };
        showArrows: {
            type: (StringConstructor | BooleanConstructor)[];
            validator: ((v) => boolean);
        };
        sliderColor: StringConstructor;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        symbol: {
            default: InjectionKey<GroupProvide>;
            type: null;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }, ExtractPropTypes<{
        alignTabs: {
            default: string;
            type: PropType<"start" | "title" | "center" | "end">;
        };
        bgColor: StringConstructor;
        centerActive: BooleanConstructor;
        class: PropType<ClassValue>;
        color: StringConstructor;
        contentClass: null;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        fixedTabs: BooleanConstructor;
        grow: BooleanConstructor;
        height: {
            default: undefined;
            type: (StringConstructor | NumberConstructor)[];
        };
        hideSlider: BooleanConstructor;
        items: {
            default: (() => never[]);
            type: PropType<readonly TabItem[]>;
        };
        mandatory: {
            default: NonNullable<boolean | "force">;
            type: PropType<boolean | "force">;
        };
        max: NumberConstructor;
        mobile: Omit<{
            default: boolean;
            type: PropType<(...) | (...)>;
        }, "type" | "default"> & {
            default: NonNullable<(...) | (...)> | null;
            type: PropType<boolean | null>;
        };
        mobileBreakpoint: PropType<number | DisplayBreakpoint>;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        nextIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        prevIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        selectedClass: Omit<{
            default: string;
            type: PropType<string>;
        }, "type" | "default"> & {
            default: string;
            type: PropType<string>;
        };
        showArrows: {
            type: (StringConstructor | BooleanConstructor)[];
            validator: ((v) => boolean);
        };
        sliderColor: StringConstructor;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        symbol: {
            default: InjectionKey<GroupProvide>;
            type: null;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }>>;
    VWindow: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            continuous: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: boolean | "force";
            nextIcon: IconValue;
            prevIcon: IconValue;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
        } & {
            class?: any;
            showArrows?: string | boolean;
            theme?: string;
            touch?: boolean | TouchHandlers;
            verticalArrows?: boolean | "left" | "right";
        }, {
            group: GroupProvide;
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
            update:modelValue: ((value) => true);
        }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            continuous: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: boolean | "force";
            nextIcon: IconValue;
            prevIcon: IconValue;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
            touch: boolean | TouchHandlers;
        }, true, {}, SlotsType<Partial<{
            additional: ((arg) => VNode[]);
            default: ((arg) => VNode[]);
            next: ((arg) => VNode[]);
            prev: ((arg) => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            continuous: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: boolean | "force";
            nextIcon: IconValue;
            prevIcon: IconValue;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
        } & {
            class?: any;
            showArrows?: string | boolean;
            theme?: string;
            touch?: boolean | TouchHandlers;
            verticalArrows?: boolean | "left" | "right";
        }, {
            group: GroupProvide;
        }, {}, {}, {}, {
            continuous: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: boolean | "force";
            nextIcon: IconValue;
            prevIcon: IconValue;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
            touch: boolean | TouchHandlers;
        }>;
    } & ComponentOptionsBase<{
        continuous: boolean;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        mandatory: boolean | "force";
        nextIcon: IconValue;
        prevIcon: IconValue;
        reverse: boolean;
        selectedClass: string;
        style: StyleValue;
        tag: string | JSXComponent;
    } & {
        class?: any;
        showArrows?: string | boolean;
        theme?: string;
        touch?: boolean | TouchHandlers;
        verticalArrows?: boolean | "left" | "right";
    }, {
        group: GroupProvide;
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
        update:modelValue: ((value) => true);
    }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, string, {
        continuous: boolean;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        mandatory: boolean | "force";
        nextIcon: IconValue;
        prevIcon: IconValue;
        reverse: boolean;
        selectedClass: string;
        style: StyleValue;
        tag: string | JSXComponent;
        touch: boolean | TouchHandlers;
    }, {}, string, SlotsType<Partial<{
        additional: ((arg) => VNode[]);
        default: ((arg) => VNode[]);
        next: ((arg) => VNode[]);
        prev: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
        class: PropType<ClassValue>;
        continuous: BooleanConstructor;
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        mandatory: {
            default: "force";
            type: PropType<boolean | "force">;
        };
        modelValue: null;
        nextIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        prevIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        reverse: BooleanConstructor;
        selectedClass: {
            default: string;
            type: StringConstructor;
        };
        showArrows: {
            type: (StringConstructor | BooleanConstructor)[];
            validator: ((v) => boolean);
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        touch: {
            default: undefined;
            type: PropType<boolean | TouchHandlers>;
        };
        verticalArrows: PropType<boolean | "left" | "right">;
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        continuous: BooleanConstructor;
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        mandatory: {
            default: "force";
            type: PropType<boolean | "force">;
        };
        modelValue: null;
        nextIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        prevIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        reverse: BooleanConstructor;
        selectedClass: {
            default: string;
            type: StringConstructor;
        };
        showArrows: {
            type: (StringConstructor | BooleanConstructor)[];
            validator: ((v) => boolean);
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        touch: {
            default: undefined;
            type: PropType<boolean | TouchHandlers>;
        };
        verticalArrows: PropType<boolean | "left" | "right">;
    }>>;
    VWindowItem: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            disabled: boolean;
            eager: boolean;
            style: StyleValue;
        } & {
            class?: any;
            reverseTransition?: string | boolean;
            selectedClass?: string;
            transition?: string | boolean;
            value?: any;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        } & {
            onGroup:selected?: ((val) => any);
        }, {
            groupItem: GroupItemProvide;
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            group:selected: ((val) => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            disabled: boolean;
            eager: boolean;
            reverseTransition: string | boolean;
            style: StyleValue;
            transition: string | boolean;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            disabled: boolean;
            eager: boolean;
            style: StyleValue;
        } & {
            class?: any;
            reverseTransition?: string | boolean;
            selectedClass?: string;
            transition?: string | boolean;
            value?: any;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        } & {
            onGroup:selected?: ((val) => any);
        }, {
            groupItem: GroupItemProvide;
        }, {}, {}, {}, {
            disabled: boolean;
            eager: boolean;
            reverseTransition: string | boolean;
            style: StyleValue;
            transition: string | boolean;
        }>;
    } & ComponentOptionsBase<{
        disabled: boolean;
        eager: boolean;
        style: StyleValue;
    } & {
        class?: any;
        reverseTransition?: string | boolean;
        selectedClass?: string;
        transition?: string | boolean;
        value?: any;
    } & {
        $children?: VNodeChild | {
            default?: (() => ...);
        } | (() => VNodeChild);
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    } & {
        onGroup:selected?: ((val) => any);
    }, {
        groupItem: GroupItemProvide;
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        group:selected: ((val) => true);
    }, string, {
        disabled: boolean;
        eager: boolean;
        reverseTransition: string | boolean;
        style: StyleValue;
        transition: string | boolean;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        reverseTransition: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor)[];
        };
        selectedClass: StringConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        transition: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor)[];
        };
        value: null;
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        reverseTransition: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor)[];
        };
        selectedClass: StringConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        transition: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor)[];
        };
        value: null;
    }>>;
}, {}, 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, number>
  • onChange: ((value) => void)
      • (value): void
      • Parameters

        • value: any

        Returns void

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

  • rawErrors: ComputedRef<string>
  • selectIndex: Ref<number, number>
  • selectedIndex: Ref<number, number>
  • styles: Styles
  • 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[]

    Type declaration

    • cancel:function
      • Returns void

    • confirm:function
      • Returns void

    • handleTabChange:function
      • Returns void

    • openNewTab:function
      • Parameters

        • newIndex: 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>;
              };
          }>>
        • 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;
              };
          }>>
        • VTab: {
              __isFragment?: never;
              __isSuspense?: never;
              __isTeleport?: never;
              new (...args): CreateComponentPublicInstanceWithMixins<{
                  density: Density;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  exact: boolean;
                  fixed: boolean;
                  hideSlider: boolean;
                  readonly: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  selectedClass: string;
                  size: string | number;
                  slim: boolean;
                  stacked: boolean;
                  style: StyleValue;
                  tag: string | JSXComponent;
                  tile: boolean;
                  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
              } & {
                  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;
                  maxHeight?: string | number;
                  maxWidth?: string | number;
                  minHeight?: string | number;
                  minWidth?: string | number;
                  prependIcon?: IconValue;
                  rounded?: string | number | boolean;
                  sliderColor?: 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);
              }, Omit<Omit<{
                  $: ComponentInternalInstance;
                  $attrs: {
                      [x: ...]: ...;
                  };
                  $data: {};
                  $el: any;
                  $emit: ((event, val) => ...);
                  $forceUpdate: (() => ...);
                  $host: (...) | (...);
                  $nextTick: nextTick;
                  $options: (...) & (...);
                  $parent: (...) | (...);
                  $props: (...) & (...);
                  $refs: {
                      [x: ...]: ...;
                  };
                  $root: (...) | (...);
                  $slots: Readonly<(...)>;
                  $watch<T>(source, cb, options?): WatchStopHandle;
              } & Readonly<{
                  active: ...;
                  block: ...;
                  density: ...;
                  disabled: ...;
                  exact: ...;
                  flat: ...;
                  readonly: ...;
                  replace: ...;
                  ripple: ...;
                  rounded: ...;
                  size: ...;
                  slim: ...;
                  stacked: ...;
                  style: ...;
                  symbol: ...;
                  tag: ...;
                  text: ...;
                  tile: ...;
                  variant: ...;
              }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
                  group: ...;
              }> & ComponentCustomProperties, "symbol" | "style" | "text" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "tag" | "density" | "tile" | "slim" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "rounded" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "active" | "value" | "to" | "href" | "prependIcon" | "appendIcon" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "readonly" | "stacked" | "position" | "loading" | "selectedClass" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
                  _allExposed: {
                      group: GroupItemProvide | null;
                  } | {};
              }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                  density: Density;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  exact: boolean;
                  fixed: boolean;
                  hideSlider: boolean;
                  readonly: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  rounded: string | number | boolean;
                  selectedClass: string;
                  size: string | number;
                  slim: boolean;
                  stacked: boolean;
                  style: StyleValue;
                  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: {};
              }, {
                  density: Density;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  exact: boolean;
                  fixed: boolean;
                  hideSlider: boolean;
                  readonly: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  selectedClass: string;
                  size: string | number;
                  slim: boolean;
                  stacked: boolean;
                  style: StyleValue;
                  tag: string | JSXComponent;
                  tile: boolean;
                  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
              } & {
                  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;
                  maxHeight?: string | number;
                  maxWidth?: string | number;
                  minHeight?: string | number;
                  minWidth?: string | number;
                  prependIcon?: IconValue;
                  rounded?: string | number | boolean;
                  sliderColor?: 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);
              }, Omit<Omit<{
                  $: ComponentInternalInstance;
                  $attrs: {
                      [x: ...]: ...;
                  };
                  $data: {};
                  $el: any;
                  $emit: ((event, val) => ...);
                  $forceUpdate: (() => ...);
                  $host: (...) | (...);
                  $nextTick: nextTick;
                  $options: (...) & (...);
                  $parent: (...) | (...);
                  $props: (...) & (...);
                  $refs: {
                      [x: ...]: ...;
                  };
                  $root: (...) | (...);
                  $slots: Readonly<(...)>;
                  $watch<T>(source, cb, options?): WatchStopHandle;
              } & Readonly<{
                  active: ...;
                  block: ...;
                  density: ...;
                  disabled: ...;
                  exact: ...;
                  flat: ...;
                  readonly: ...;
                  replace: ...;
                  ripple: ...;
                  rounded: ...;
                  size: ...;
                  slim: ...;
                  stacked: ...;
                  style: ...;
                  symbol: ...;
                  tag: ...;
                  text: ...;
                  tile: ...;
                  variant: ...;
              }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
                  group: ...;
              }> & ComponentCustomProperties, "symbol" | "style" | "text" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "tag" | "density" | "tile" | "slim" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "rounded" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "active" | "value" | "to" | "href" | "prependIcon" | "appendIcon" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "readonly" | "stacked" | "position" | "loading" | "selectedClass" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
                  _allExposed: {
                      group: GroupItemProvide | null;
                  } | {};
              }, {}, {}, {}, {
                  density: Density;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  exact: boolean;
                  fixed: boolean;
                  hideSlider: boolean;
                  readonly: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: number[];
                  } | undefined;
                  rounded: string | number | boolean;
                  selectedClass: string;
                  size: string | number;
                  slim: boolean;
                  stacked: boolean;
                  style: StyleValue;
                  tag: string | JSXComponent;
                  text: string | number | boolean;
                  tile: boolean;
                  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
              }>;
          } & ComponentOptionsBase<{
              density: Density;
              direction: "horizontal" | "vertical";
              disabled: boolean;
              exact: boolean;
              fixed: boolean;
              hideSlider: boolean;
              readonly: boolean;
              replace: boolean;
              ripple: boolean | {
                  class?: string;
                  keys?: number[];
              } | undefined;
              selectedClass: string;
              size: string | number;
              slim: boolean;
              stacked: boolean;
              style: StyleValue;
              tag: string | JSXComponent;
              tile: boolean;
              variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
          } & {
              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;
              maxHeight?: string | number;
              maxWidth?: string | number;
              minHeight?: string | number;
              minWidth?: string | number;
              prependIcon?: IconValue;
              rounded?: string | number | boolean;
              sliderColor?: 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);
          }, Omit<Omit<{
              $: ComponentInternalInstance;
              $attrs: {
                  [x: string]: unknown;
              };
              $data: {};
              $el: any;
              $emit: ((event, val) => void);
              $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?: ...;
                  default?: ...;
                  loader?: ...;
                  prepend?: ...;
              }>;
              $watch<T>(source, cb, options?): WatchStopHandle;
          } & Readonly<{
              active: boolean;
              block: boolean;
              density: Density;
              disabled: boolean;
              exact: boolean;
              flat: boolean;
              readonly: boolean;
              replace: boolean;
              ripple: (...) | (...) | (...);
              rounded: (...) | (...) | (...);
              size: (...) | (...);
              slim: boolean;
              stacked: boolean;
              style: StyleValue;
              symbol: any;
              tag: (...) | (...);
              text: (...) | (...) | (...);
              tile: boolean;
              variant: (...) | (...) | (...) | (...) | (...) | (...);
          }> & Omit<{
              block: ...;
              density: ...;
              disabled: ...;
              exact: ...;
              flat: ...;
              readonly: ...;
              replace: ...;
              ripple: ...;
              size: ...;
              slim: ...;
              stacked: ...;
              style: ...;
              symbol: ...;
              tag: ...;
              tile: ...;
              variant: ...;
          } & {
              active?: ...;
              activeColor?: ...;
              appendIcon?: ...;
              baseColor?: ...;
              border?: ...;
              class?: ...;
              color?: ...;
              elevation?: ...;
              height?: ...;
              href?: ...;
              icon?: ...;
              loading?: ...;
              location?: ...;
              maxHeight?: ...;
              maxWidth?: ...;
              minHeight?: ...;
              minWidth?: ...;
              position?: ...;
              prependIcon?: ...;
              rounded?: ...;
              selectedClass?: ...;
              text?: ...;
              theme?: ...;
              to?: ...;
              value?: ...;
              width?: ...;
          } & {
              $children?: ...;
              v-slots?: ...;
          } & {
              v-slot:append?: ...;
              v-slot:default?: ...;
              v-slot:loader?: ...;
              v-slot:prepend?: ...;
          } & {
              onGroup:selected?: ...;
          }, "symbol" | "group" | "size" | "flat" | "replace" | "style" | "text" | "tag" | "rounded" | "tile" | "disabled" | "block" | "variant" | "density" | "slim" | "exact" | "active" | "ripple" | "readonly" | "stacked"> & ShallowUnwrapRef<{
              group: (...) | (...);
          }> & ComponentCustomProperties, "symbol" | "size" | "loading" | "color" | "flat" | "replace" | "theme" | "class" | "style" | "text" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "value" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "tag" | "rounded" | "tile" | "location" | "icon" | "disabled" | "block" | "v-slot:prepend" | "v-slot:append" | "variant" | "elevation" | "density" | "border" | "baseColor" | "activeColor" | "slim" | "href" | "to" | "exact" | "active" | "appendIcon" | "prependIcon" | "ripple" | "position" | "selectedClass" | "readonly" | "stacked" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
              _allExposed: {
                  group: GroupItemProvide | null;
              } | {};
          }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
              density: Density;
              direction: "horizontal" | "vertical";
              disabled: boolean;
              exact: boolean;
              fixed: boolean;
              hideSlider: boolean;
              readonly: boolean;
              replace: boolean;
              ripple: boolean | {
                  class?: string;
                  keys?: number[];
              } | undefined;
              rounded: string | number | boolean;
              selectedClass: string;
              size: string | number;
              slim: boolean;
              stacked: boolean;
              style: StyleValue;
              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<{
              activeColor: StringConstructor;
              appendIcon: PropType<IconValue>;
              baseColor: StringConstructor;
              border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              class: PropType<ClassValue>;
              color: StringConstructor;
              density: {
                  default: string;
                  type: PropType<Density>;
                  validator: ((v) => boolean);
              };
              direction: {
                  default: string;
                  type: PropType<"horizontal" | "vertical">;
              };
              disabled: BooleanConstructor;
              elevation: {
                  type: (StringConstructor | NumberConstructor)[];
                  validator(v): boolean;
              };
              exact: BooleanConstructor;
              fixed: BooleanConstructor;
              height: (StringConstructor | NumberConstructor)[];
              hideSlider: BooleanConstructor;
              href: StringConstructor;
              icon: PropType<boolean | IconValue>;
              loading: (StringConstructor | BooleanConstructor)[];
              maxHeight: (StringConstructor | NumberConstructor)[];
              maxWidth: (StringConstructor | NumberConstructor)[];
              minHeight: (StringConstructor | NumberConstructor)[];
              minWidth: (StringConstructor | NumberConstructor)[];
              prependIcon: PropType<IconValue>;
              readonly: BooleanConstructor;
              replace: BooleanConstructor;
              ripple: {
                  default: boolean;
                  type: PropType<RippleDirectiveBinding["value"]>;
              };
              rounded: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              selectedClass: {
                  default: string;
                  type: PropType<string>;
              };
              size: {
                  default: string;
                  type: (StringConstructor | NumberConstructor)[];
              };
              sliderColor: StringConstructor;
              slim: BooleanConstructor;
              stacked: BooleanConstructor;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              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<Omit<{
                  default: string;
                  type: PropType<(...)>;
                  validator: ((v) => ...);
              }, "type" | "default"> & {
                  default: NonNullable<(...) | (...) | (...) | (...) | (...) | (...)>;
                  type: PropType<(...) | (...) | (...) | (...) | (...) | (...)>;
              }, "type" | "default"> & {
                  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                  type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
              };
              width: (StringConstructor | NumberConstructor)[];
          }, ExtractPropTypes<{
              activeColor: StringConstructor;
              appendIcon: PropType<IconValue>;
              baseColor: StringConstructor;
              border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              class: PropType<ClassValue>;
              color: StringConstructor;
              density: {
                  default: string;
                  type: PropType<Density>;
                  validator: ((v) => boolean);
              };
              direction: {
                  default: string;
                  type: PropType<"horizontal" | "vertical">;
              };
              disabled: BooleanConstructor;
              elevation: {
                  type: (StringConstructor | NumberConstructor)[];
                  validator(v): boolean;
              };
              exact: BooleanConstructor;
              fixed: BooleanConstructor;
              height: (StringConstructor | NumberConstructor)[];
              hideSlider: BooleanConstructor;
              href: StringConstructor;
              icon: PropType<boolean | IconValue>;
              loading: (StringConstructor | BooleanConstructor)[];
              maxHeight: (StringConstructor | NumberConstructor)[];
              maxWidth: (StringConstructor | NumberConstructor)[];
              minHeight: (StringConstructor | NumberConstructor)[];
              minWidth: (StringConstructor | NumberConstructor)[];
              prependIcon: PropType<IconValue>;
              readonly: BooleanConstructor;
              replace: BooleanConstructor;
              ripple: {
                  default: boolean;
                  type: PropType<RippleDirectiveBinding["value"]>;
              };
              rounded: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
              };
              selectedClass: {
                  default: string;
                  type: PropType<string>;
              };
              size: {
                  default: string;
                  type: (StringConstructor | NumberConstructor)[];
              };
              sliderColor: StringConstructor;
              slim: BooleanConstructor;
              stacked: BooleanConstructor;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              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<Omit<{
                  default: ...;
                  type: ...;
                  validator: ...;
              }, (...) | (...)> & {
                  default: NonNullable<(...)>;
                  type: PropType<(...)>;
              }, "type" | "default"> & {
                  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                  type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
              };
              width: (StringConstructor | NumberConstructor)[];
          }>>
        • VTabs: {
              __isFragment?: never;
              __isSuspense?: never;
              __isTeleport?: never;
              new (...args): CreateComponentPublicInstanceWithMixins<{
                  alignTabs: "center" | "end" | "start" | "title";
                  centerActive: boolean;
                  density: Density;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  fixedTabs: boolean;
                  grow: boolean;
                  hideSlider: boolean;
                  mandatory: boolean | "force";
                  mobile: boolean | null;
                  multiple: boolean;
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  selectedClass: string;
                  stacked: boolean;
                  style: StyleValue;
                  symbol: any;
                  tag: string | JSXComponent;
              } & {
                  bgColor?: string;
                  class?: any;
                  color?: string;
                  contentClass?: any;
                  height?: string | number;
                  max?: number;
                  mobileBreakpoint?: number | DisplayBreakpoint;
                  modelValue?: any;
                  showArrows?: string | boolean;
                  sliderColor?: string;
              } & {
                  onUpdate:modelValue?: ((v) => any);
              }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                  update:modelValue: ((v) => true);
              }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                  alignTabs: "center" | "end" | "start" | "title";
                  centerActive: boolean;
                  density: Density;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  fixedTabs: boolean;
                  grow: boolean;
                  height: string | number;
                  hideSlider: boolean;
                  mandatory: boolean | "force";
                  mobile: boolean | null;
                  modelValue: any;
                  multiple: boolean;
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  selectedClass: string;
                  stacked: boolean;
                  style: StyleValue;
                  symbol: any;
                  tag: string | JSXComponent;
              }, true, {}, SlotsType<Partial<{
                  default: (() => VNode[]);
                  item: ((arg) => VNode[]);
                  tab: ((arg) => VNode[]);
                  window: (() => VNode[]);
                  [x: `tab.${string}`]: ((arg) => VNode[]);
              }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                  B: {};
                  C: {};
                  D: {};
                  Defaults: {};
                  M: {};
                  P: {};
              }, {
                  alignTabs: "center" | "end" | "start" | "title";
                  centerActive: boolean;
                  density: Density;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  fixedTabs: boolean;
                  grow: boolean;
                  hideSlider: boolean;
                  mandatory: boolean | "force";
                  mobile: boolean | null;
                  multiple: boolean;
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  selectedClass: string;
                  stacked: boolean;
                  style: StyleValue;
                  symbol: any;
                  tag: string | JSXComponent;
              } & {
                  bgColor?: string;
                  class?: any;
                  color?: string;
                  contentClass?: any;
                  height?: string | number;
                  max?: number;
                  mobileBreakpoint?: number | DisplayBreakpoint;
                  modelValue?: any;
                  showArrows?: string | boolean;
                  sliderColor?: string;
              } & {
                  onUpdate:modelValue?: ((v) => any);
              }, {}, {}, {}, {}, {
                  alignTabs: "center" | "end" | "start" | "title";
                  centerActive: boolean;
                  density: Density;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  fixedTabs: boolean;
                  grow: boolean;
                  height: string | number;
                  hideSlider: boolean;
                  mandatory: boolean | "force";
                  mobile: boolean | null;
                  modelValue: any;
                  multiple: boolean;
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  selectedClass: string;
                  stacked: boolean;
                  style: StyleValue;
                  symbol: any;
                  tag: string | JSXComponent;
              }>;
          } & ComponentOptionsBase<{
              alignTabs: "center" | "end" | "start" | "title";
              centerActive: boolean;
              density: Density;
              direction: "horizontal" | "vertical";
              disabled: boolean;
              fixedTabs: boolean;
              grow: boolean;
              hideSlider: boolean;
              mandatory: boolean | "force";
              mobile: boolean | null;
              multiple: boolean;
              nextIcon: IconValue;
              prevIcon: IconValue;
              selectedClass: string;
              stacked: boolean;
              style: StyleValue;
              symbol: any;
              tag: string | JSXComponent;
          } & {
              bgColor?: string;
              class?: any;
              color?: string;
              contentClass?: any;
              height?: string | number;
              max?: number;
              mobileBreakpoint?: number | DisplayBreakpoint;
              modelValue?: any;
              showArrows?: string | boolean;
              sliderColor?: string;
          } & {
              onUpdate:modelValue?: ((v) => any);
          }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
              update:modelValue: ((v) => true);
          }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, string, {
              alignTabs: "center" | "end" | "start" | "title";
              centerActive: boolean;
              density: Density;
              direction: "horizontal" | "vertical";
              disabled: boolean;
              fixedTabs: boolean;
              grow: boolean;
              height: string | number;
              hideSlider: boolean;
              mandatory: boolean | "force";
              mobile: boolean | null;
              modelValue: any;
              multiple: boolean;
              nextIcon: IconValue;
              prevIcon: IconValue;
              selectedClass: string;
              stacked: boolean;
              style: StyleValue;
              symbol: any;
              tag: string | JSXComponent;
          }, {}, string, SlotsType<Partial<{
              default: (() => VNode[]);
              item: ((arg) => VNode[]);
              tab: ((arg) => VNode[]);
              window: (() => VNode[]);
              [x: `tab.${string}`]: ((arg) => VNode[]);
          }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
              alignTabs: {
                  default: string;
                  type: PropType<"start" | "title" | "center" | "end">;
              };
              bgColor: StringConstructor;
              centerActive: BooleanConstructor;
              class: PropType<ClassValue>;
              color: StringConstructor;
              contentClass: null;
              density: {
                  default: string;
                  type: PropType<Density>;
                  validator: ((v) => boolean);
              };
              direction: {
                  default: string;
                  type: PropType<"horizontal" | "vertical">;
              };
              disabled: BooleanConstructor;
              fixedTabs: BooleanConstructor;
              grow: BooleanConstructor;
              height: {
                  default: undefined;
                  type: (StringConstructor | NumberConstructor)[];
              };
              hideSlider: BooleanConstructor;
              items: {
                  default: (() => never[]);
                  type: PropType<readonly TabItem[]>;
              };
              mandatory: {
                  default: NonNullable<boolean | "force">;
                  type: PropType<boolean | "force">;
              };
              max: NumberConstructor;
              mobile: Omit<{
                  default: boolean;
                  type: PropType<boolean | null>;
              }, "type" | "default"> & {
                  default: NonNullable<boolean | null> | null;
                  type: PropType<boolean | null>;
              };
              mobileBreakpoint: PropType<number | DisplayBreakpoint>;
              modelValue: {
                  default: undefined;
                  type: null;
              };
              multiple: BooleanConstructor;
              nextIcon: {
                  default: string;
                  type: PropType<IconValue>;
              };
              prevIcon: {
                  default: string;
                  type: PropType<IconValue>;
              };
              selectedClass: Omit<{
                  default: string;
                  type: PropType<string>;
              }, "type" | "default"> & {
                  default: string;
                  type: PropType<string>;
              };
              showArrows: {
                  type: (StringConstructor | BooleanConstructor)[];
                  validator: ((v) => boolean);
              };
              sliderColor: StringConstructor;
              stacked: BooleanConstructor;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              symbol: {
                  default: InjectionKey<GroupProvide>;
                  type: null;
              };
              tag: {
                  default: string;
                  type: PropType<string | JSXComponent>;
              };
          }, ExtractPropTypes<{
              alignTabs: {
                  default: string;
                  type: PropType<"start" | "title" | "center" | "end">;
              };
              bgColor: StringConstructor;
              centerActive: BooleanConstructor;
              class: PropType<ClassValue>;
              color: StringConstructor;
              contentClass: null;
              density: {
                  default: string;
                  type: PropType<Density>;
                  validator: ((v) => boolean);
              };
              direction: {
                  default: string;
                  type: PropType<"horizontal" | "vertical">;
              };
              disabled: BooleanConstructor;
              fixedTabs: BooleanConstructor;
              grow: BooleanConstructor;
              height: {
                  default: undefined;
                  type: (StringConstructor | NumberConstructor)[];
              };
              hideSlider: BooleanConstructor;
              items: {
                  default: (() => never[]);
                  type: PropType<readonly TabItem[]>;
              };
              mandatory: {
                  default: NonNullable<boolean | "force">;
                  type: PropType<boolean | "force">;
              };
              max: NumberConstructor;
              mobile: Omit<{
                  default: boolean;
                  type: PropType<(...) | (...)>;
              }, "type" | "default"> & {
                  default: NonNullable<(...) | (...)> | null;
                  type: PropType<boolean | null>;
              };
              mobileBreakpoint: PropType<number | DisplayBreakpoint>;
              modelValue: {
                  default: undefined;
                  type: null;
              };
              multiple: BooleanConstructor;
              nextIcon: {
                  default: string;
                  type: PropType<IconValue>;
              };
              prevIcon: {
                  default: string;
                  type: PropType<IconValue>;
              };
              selectedClass: Omit<{
                  default: string;
                  type: PropType<string>;
              }, "type" | "default"> & {
                  default: string;
                  type: PropType<string>;
              };
              showArrows: {
                  type: (StringConstructor | BooleanConstructor)[];
                  validator: ((v) => boolean);
              };
              sliderColor: StringConstructor;
              stacked: BooleanConstructor;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              symbol: {
                  default: InjectionKey<GroupProvide>;
                  type: null;
              };
              tag: {
                  default: string;
                  type: PropType<string | JSXComponent>;
              };
          }>>
        • VWindow: {
              __isFragment?: never;
              __isSuspense?: never;
              __isTeleport?: never;
              new (...args): CreateComponentPublicInstanceWithMixins<{
                  continuous: boolean;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  mandatory: boolean | "force";
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  reverse: boolean;
                  selectedClass: string;
                  style: StyleValue;
                  tag: string | JSXComponent;
              } & {
                  class?: any;
                  showArrows?: string | boolean;
                  theme?: string;
                  touch?: boolean | TouchHandlers;
                  verticalArrows?: boolean | "left" | "right";
              }, {
                  group: GroupProvide;
              }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                  update:modelValue: ((value) => true);
              }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                  continuous: boolean;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  mandatory: boolean | "force";
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  reverse: boolean;
                  selectedClass: string;
                  style: StyleValue;
                  tag: string | JSXComponent;
                  touch: boolean | TouchHandlers;
              }, true, {}, SlotsType<Partial<{
                  additional: ((arg) => VNode[]);
                  default: ((arg) => VNode[]);
                  next: ((arg) => VNode[]);
                  prev: ((arg) => VNode[]);
              }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                  B: {};
                  C: {};
                  D: {};
                  Defaults: {};
                  M: {};
                  P: {};
              }, {
                  continuous: boolean;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  mandatory: boolean | "force";
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  reverse: boolean;
                  selectedClass: string;
                  style: StyleValue;
                  tag: string | JSXComponent;
              } & {
                  class?: any;
                  showArrows?: string | boolean;
                  theme?: string;
                  touch?: boolean | TouchHandlers;
                  verticalArrows?: boolean | "left" | "right";
              }, {
                  group: GroupProvide;
              }, {}, {}, {}, {
                  continuous: boolean;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  mandatory: boolean | "force";
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  reverse: boolean;
                  selectedClass: string;
                  style: StyleValue;
                  tag: string | JSXComponent;
                  touch: boolean | TouchHandlers;
              }>;
          } & ComponentOptionsBase<{
              continuous: boolean;
              direction: "horizontal" | "vertical";
              disabled: boolean;
              mandatory: boolean | "force";
              nextIcon: IconValue;
              prevIcon: IconValue;
              reverse: boolean;
              selectedClass: string;
              style: StyleValue;
              tag: string | JSXComponent;
          } & {
              class?: any;
              showArrows?: string | boolean;
              theme?: string;
              touch?: boolean | TouchHandlers;
              verticalArrows?: boolean | "left" | "right";
          }, {
              group: GroupProvide;
          }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
              update:modelValue: ((value) => true);
          }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, string, {
              continuous: boolean;
              direction: "horizontal" | "vertical";
              disabled: boolean;
              mandatory: boolean | "force";
              nextIcon: IconValue;
              prevIcon: IconValue;
              reverse: boolean;
              selectedClass: string;
              style: StyleValue;
              tag: string | JSXComponent;
              touch: boolean | TouchHandlers;
          }, {}, string, SlotsType<Partial<{
              additional: ((arg) => VNode[]);
              default: ((arg) => VNode[]);
              next: ((arg) => VNode[]);
              prev: ((arg) => VNode[]);
          }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
              class: PropType<ClassValue>;
              continuous: BooleanConstructor;
              direction: {
                  default: string;
                  type: PropType<"horizontal" | "vertical">;
              };
              disabled: BooleanConstructor;
              mandatory: {
                  default: "force";
                  type: PropType<boolean | "force">;
              };
              modelValue: null;
              nextIcon: {
                  default: string;
                  type: PropType<IconValue>;
              };
              prevIcon: {
                  default: string;
                  type: PropType<IconValue>;
              };
              reverse: BooleanConstructor;
              selectedClass: {
                  default: string;
                  type: StringConstructor;
              };
              showArrows: {
                  type: (StringConstructor | BooleanConstructor)[];
                  validator: ((v) => boolean);
              };
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              tag: {
                  default: string;
                  type: PropType<string | JSXComponent>;
              };
              theme: StringConstructor;
              touch: {
                  default: undefined;
                  type: PropType<boolean | TouchHandlers>;
              };
              verticalArrows: PropType<boolean | "left" | "right">;
          }, ExtractPropTypes<{
              class: PropType<ClassValue>;
              continuous: BooleanConstructor;
              direction: {
                  default: string;
                  type: PropType<"horizontal" | "vertical">;
              };
              disabled: BooleanConstructor;
              mandatory: {
                  default: "force";
                  type: PropType<boolean | "force">;
              };
              modelValue: null;
              nextIcon: {
                  default: string;
                  type: PropType<IconValue>;
              };
              prevIcon: {
                  default: string;
                  type: PropType<IconValue>;
              };
              reverse: BooleanConstructor;
              selectedClass: {
                  default: string;
                  type: StringConstructor;
              };
              showArrows: {
                  type: (StringConstructor | BooleanConstructor)[];
                  validator: ((v) => boolean);
              };
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              tag: {
                  default: string;
                  type: PropType<string | JSXComponent>;
              };
              theme: StringConstructor;
              touch: {
                  default: undefined;
                  type: PropType<boolean | TouchHandlers>;
              };
              verticalArrows: PropType<boolean | "left" | "right">;
          }>>
        • VWindowItem: {
              __isFragment?: never;
              __isSuspense?: never;
              __isTeleport?: never;
              new (...args): CreateComponentPublicInstanceWithMixins<{
                  disabled: boolean;
                  eager: boolean;
                  style: StyleValue;
              } & {
                  class?: any;
                  reverseTransition?: string | boolean;
                  selectedClass?: string;
                  transition?: string | boolean;
                  value?: any;
              } & {
                  $children?: VNodeChild | {
                      default?: ...;
                  } | (() => VNodeChild);
                  v-slots?: {
                      default?: false | (...);
                  };
              } & {
                  v-slot:default?: false | (() => VNodeChild);
              } & {
                  onGroup:selected?: ((val) => any);
              }, {
                  groupItem: GroupItemProvide;
              }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                  group:selected: ((val) => true);
              }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                  disabled: boolean;
                  eager: boolean;
                  reverseTransition: string | boolean;
                  style: StyleValue;
                  transition: string | boolean;
              }, true, {}, SlotsType<Partial<{
                  default: (() => VNode[]);
              }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                  B: {};
                  C: {};
                  D: {};
                  Defaults: {};
                  M: {};
                  P: {};
              }, {
                  disabled: boolean;
                  eager: boolean;
                  style: StyleValue;
              } & {
                  class?: any;
                  reverseTransition?: string | boolean;
                  selectedClass?: string;
                  transition?: string | boolean;
                  value?: any;
              } & {
                  $children?: VNodeChild | {
                      default?: ...;
                  } | (() => VNodeChild);
                  v-slots?: {
                      default?: false | (...);
                  };
              } & {
                  v-slot:default?: false | (() => VNodeChild);
              } & {
                  onGroup:selected?: ((val) => any);
              }, {
                  groupItem: GroupItemProvide;
              }, {}, {}, {}, {
                  disabled: boolean;
                  eager: boolean;
                  reverseTransition: string | boolean;
                  style: StyleValue;
                  transition: string | boolean;
              }>;
          } & ComponentOptionsBase<{
              disabled: boolean;
              eager: boolean;
              style: StyleValue;
          } & {
              class?: any;
              reverseTransition?: string | boolean;
              selectedClass?: string;
              transition?: string | boolean;
              value?: any;
          } & {
              $children?: VNodeChild | {
                  default?: (() => ...);
              } | (() => VNodeChild);
              v-slots?: {
                  default?: false | (() => ...);
              };
          } & {
              v-slot:default?: false | (() => VNodeChild);
          } & {
              onGroup:selected?: ((val) => any);
          }, {
              groupItem: GroupItemProvide;
          }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
              group:selected: ((val) => true);
          }, string, {
              disabled: boolean;
              eager: boolean;
              reverseTransition: string | boolean;
              style: StyleValue;
              transition: string | boolean;
          }, {}, string, SlotsType<Partial<{
              default: (() => VNode[]);
          }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
              class: PropType<ClassValue>;
              disabled: BooleanConstructor;
              eager: BooleanConstructor;
              reverseTransition: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor)[];
              };
              selectedClass: StringConstructor;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              transition: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor)[];
              };
              value: null;
          }, ExtractPropTypes<{
              class: PropType<ClassValue>;
              disabled: BooleanConstructor;
              eager: BooleanConstructor;
              reverseTransition: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor)[];
              };
              selectedClass: StringConstructor;
              style: {
                  default: null;
                  type: PropType<StyleValue>;
              };
              transition: {
                  default: undefined;
                  type: (StringConstructor | BooleanConstructor)[];
              };
              value: null;
          }>>

        Type declaration

          Type declaration