Variable CategorizationRendererConst

CategorizationRenderer: DefineComponent<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    readonly?: boolean;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: Layout;
}, {
    activeCategory: Ref<number, number>;
    appliedOptions: ComputedRef<any>;
    categories: ComputedRef<{
        cells: JsonFormsCellRendererRegistryEntry[];
        config: any;
        data: any;
        direction: NonNullable<"row" | "column">;
        enabled: boolean;
        label: string;
        path: string;
        readonly: NonNullable<boolean | undefined>;
        renderers: JsonFormsRendererRegistryEntry[];
        schema: NonNullable<JsonSchema>;
        uischema: NonNullable<Layout & UISchemaElement>;
        visible: boolean;
    }>[];
    layout: ComputedRef<{
        cells: JsonFormsCellRendererRegistryEntry[];
        config: any;
        data: any;
        direction: NonNullable<"row" | "column">;
        enabled: boolean;
        label: string;
        path: string;
        readonly: NonNullable<boolean | undefined>;
        renderers: JsonFormsRendererRegistryEntry[];
        schema: NonNullable<JsonSchema>;
        uischema: NonNullable<Layout & UISchemaElement>;
        visible: boolean;
    }>;
    styles: Styles;
    visibleCategoriesWithIndex: ComputedRef<{
        category: ComputedRef<{
            cells: JsonFormsCellRendererRegistryEntry[];
            config: any;
            data: any;
            direction: NonNullable<"row" | "column">;
            enabled: boolean;
            label: string;
            path: string;
            readonly: NonNullable<boolean | undefined>;
            renderers: JsonFormsRendererRegistryEntry[];
            schema: NonNullable<JsonSchema>;
            uischema: NonNullable<Layout & UISchemaElement>;
            visible: boolean;
        }>;
        originalIndex: number;
    }[]>;
    vuetifyProps: ((path) => any);
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    readonly?: boolean;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: Layout;
}> & Readonly<{}>, {
    cells: JsonFormsCellRendererRegistryEntry[];
    config: Record<string, any>;
    enabled: boolean;
    readonly: boolean;
    renderers: JsonFormsRendererRegistryEntry[];
}, {}, {
    DispatchRenderer: DefineComponent<ExtractPropTypes<{
        cells: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsCellRendererRegistryEntry[]>;
        };
        config: {
            default: undefined;
            required: boolean;
            type: ObjectConstructor;
        };
        enabled: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        path: {
            required: true;
            type: StringConstructor;
        };
        readonly: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        renderers: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsRendererRegistryEntry[]>;
        };
        schema: {
            required: true;
            type: PropType<JsonSchema>;
        };
        uischema: {
            required: true;
            type: PropType<UISchemaElement>;
        };
    }>, {
        renderer: ComputedRef<{
            cells: JsonFormsCellRendererRegistryEntry[];
            config: any;
            enabled: NonNullable<boolean | undefined>;
            path: string;
            readonly: NonNullable<boolean | undefined>;
            renderers: JsonFormsRendererRegistryEntry[];
            schema: NonNullable<JsonSchema | undefined>;
            uischema: NonNullable<UISchemaElement | undefined>;
            uischemas: JsonFormsUISchemaRegistryEntry[];
            visible: NonNullable<boolean | undefined>;
        }>;
        rootSchema: ComputedRef<NonNullable<JsonSchema>>;
    }, {}, {
        determinedRenderer(): any;
    }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
        cells: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsCellRendererRegistryEntry[]>;
        };
        config: {
            default: undefined;
            required: boolean;
            type: ObjectConstructor;
        };
        enabled: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        path: {
            required: true;
            type: StringConstructor;
        };
        readonly: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        renderers: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsRendererRegistryEntry[]>;
        };
        schema: {
            required: true;
            type: PropType<JsonSchema>;
        };
        uischema: {
            required: true;
            type: PropType<UISchemaElement>;
        };
    }>> & Readonly<{}>, {
        cells: JsonFormsCellRendererRegistryEntry[];
        config: Record<string, any>;
        enabled: boolean;
        readonly: boolean;
        renderers: JsonFormsRendererRegistryEntry[];
    }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
    VCol: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
            cols: string | number | boolean;
            offset: string | number;
            order: string | number;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            class?: any;
            lg?: string | number | boolean;
            md?: string | number | boolean;
            offsetLg?: string | number;
            offsetMd?: string | number;
            offsetSm?: string | number;
            offsetXl?: string | number;
            offsetXxl?: string | number;
            orderLg?: string | number;
            orderMd?: string | number;
            orderSm?: string | number;
            orderXl?: string | number;
            orderXxl?: string | number;
            sm?: string | number | boolean;
            xl?: string | number | boolean;
            xxl?: string | number | boolean;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
            cols: string | number | boolean;
            offset: string | number;
            order: string | number;
            style: StyleValue;
            tag: string | JSXComponent;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode<(...), (...), (...)>[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
            cols: string | number | boolean;
            offset: string | number;
            order: string | number;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            class?: any;
            lg?: string | number | boolean;
            md?: string | number | boolean;
            offsetLg?: string | number;
            offsetMd?: string | number;
            offsetSm?: string | number;
            offsetXl?: string | number;
            offsetXxl?: string | number;
            orderLg?: string | number;
            orderMd?: string | number;
            orderSm?: string | number;
            orderXl?: string | number;
            orderXxl?: string | number;
            sm?: string | number | boolean;
            xl?: string | number | boolean;
            xxl?: string | number | boolean;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), {}, {}, {}, {
            alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
            cols: string | number | boolean;
            offset: string | number;
            order: string | number;
            style: StyleValue;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
        cols: string | number | boolean;
        offset: string | number;
        order: string | number;
        style: string | false | StyleValue[] | CSSProperties | null;
        tag: string | JSXComponent;
    } & {
        class?: any;
        lg?: string | number | boolean;
        md?: string | number | boolean;
        offsetLg?: string | number;
        offsetMd?: string | number;
        offsetSm?: string | number;
        offsetXl?: string | number;
        offsetXxl?: string | number;
        orderLg?: string | number;
        orderMd?: string | number;
        orderSm?: string | number;
        orderXl?: string | number;
        orderXxl?: string | number;
        sm?: string | number | boolean;
        xl?: string | number | boolean;
        xxl?: string | number | boolean;
    } & {
        $children?: {
            default?: (() => ...);
        } | {
            $stable?: boolean;
        } | (() => VNodeChild) | VNodeChild;
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, (() => VNode<RendererNode, RendererElement, {
        [key: string]: any;
    }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
        cols: string | number | boolean;
        offset: string | number;
        order: string | number;
        style: StyleValue;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        alignSelf: {
            default: null;
            type: PropType<"auto" | "baseline" | "center" | "end" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        class: PropType<any>;
        cols: {
            default: boolean;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        lg: Prop<string | number | boolean, false>;
        md: Prop<string | number | boolean, false>;
        offset: {
            default: null;
            type: (NumberConstructor | StringConstructor)[];
        };
        offsetLg: Prop<string | number, null>;
        offsetMd: Prop<string | number, null>;
        offsetSm: Prop<string | number, null>;
        offsetXl: Prop<string | number, null>;
        offsetXxl: Prop<string | number, null>;
        order: {
            default: null;
            type: (NumberConstructor | StringConstructor)[];
        };
        orderLg: Prop<string | number, null>;
        orderMd: Prop<string | number, null>;
        orderSm: Prop<string | number, null>;
        orderXl: Prop<string | number, null>;
        orderXxl: Prop<string | number, null>;
        sm: Prop<string | number | boolean, false>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        xl: Prop<string | number | boolean, false>;
        xxl: Prop<string | number | boolean, false>;
    }, ExtractPropTypes<{
        alignSelf: {
            default: null;
            type: PropType<"auto" | "baseline" | "center" | "end" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        class: PropType<any>;
        cols: {
            default: boolean;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        lg: Prop<string | number | boolean, false>;
        md: Prop<string | number | boolean, false>;
        offset: {
            default: null;
            type: (NumberConstructor | StringConstructor)[];
        };
        offsetLg: Prop<string | number, null>;
        offsetMd: Prop<string | number, null>;
        offsetSm: Prop<string | number, null>;
        offsetXl: Prop<string | number, null>;
        offsetXxl: Prop<string | number, null>;
        order: {
            default: null;
            type: (NumberConstructor | StringConstructor)[];
        };
        orderLg: Prop<string | number, null>;
        orderMd: Prop<string | number, null>;
        orderSm: Prop<string | number, null>;
        orderXl: Prop<string | number, null>;
        orderXxl: Prop<string | number, null>;
        sm: Prop<string | number | boolean, false>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        xl: Prop<string | number | boolean, false>;
        xxl: Prop<string | number | boolean, false>;
    }>>;
    VContainer: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            fluid: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            class?: any;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            width?: string | number;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            fluid: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode<(...), (...), (...)>[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            fluid: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            class?: any;
            height?: string | number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            width?: string | number;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, {}, {}, {}, {
            fluid: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        fluid: boolean;
        style: string | false | StyleValue[] | CSSProperties | null;
        tag: string | JSXComponent;
    } & {
        class?: any;
        height?: string | number;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        width?: string | number;
    } & {
        $children?: {
            default?: (() => ...);
        } | {
            $stable?: boolean;
        } | (() => VNodeChild) | VNodeChild;
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        fluid: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<any>;
        fluid: {
            default: boolean;
            type: BooleanConstructor;
        };
        height: (NumberConstructor | StringConstructor)[];
        maxHeight: (NumberConstructor | StringConstructor)[];
        maxWidth: (NumberConstructor | StringConstructor)[];
        minHeight: (NumberConstructor | StringConstructor)[];
        minWidth: (NumberConstructor | StringConstructor)[];
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        width: (NumberConstructor | StringConstructor)[];
    }, ExtractPropTypes<{
        class: PropType<any>;
        fluid: {
            default: boolean;
            type: BooleanConstructor;
        };
        height: (NumberConstructor | StringConstructor)[];
        maxHeight: (NumberConstructor | StringConstructor)[];
        maxWidth: (NumberConstructor | StringConstructor)[];
        minHeight: (NumberConstructor | StringConstructor)[];
        minWidth: (NumberConstructor | StringConstructor)[];
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        width: (NumberConstructor | StringConstructor)[];
    }>>;
    VRow: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            align: "baseline" | "center" | "end" | "start" | "stretch";
            alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            noGutters: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
            alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
            alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
            alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
            alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
            class?: any;
            justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            align: "baseline" | "center" | "end" | "start" | "stretch";
            alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            noGutters: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode<(...), (...), (...)>[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            align: "baseline" | "center" | "end" | "start" | "stretch";
            alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            noGutters: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
            alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
            alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
            alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
            alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
            class?: any;
            justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
            justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), {}, {}, {}, {
            align: "baseline" | "center" | "end" | "start" | "stretch";
            alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            dense: boolean;
            justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
            noGutters: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        align: "baseline" | "center" | "end" | "start" | "stretch";
        alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        dense: boolean;
        justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        noGutters: boolean;
        style: string | false | StyleValue[] | CSSProperties | null;
        tag: string | JSXComponent;
    } & {
        alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
        alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
        alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
        alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
        alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
        class?: any;
        justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
        justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
    } & {
        $children?: {
            default?: (() => ...);
        } | {
            $stable?: boolean;
        } | (() => VNodeChild) | VNodeChild;
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, (() => VNode<RendererNode, RendererElement, {
        [key: string]: any;
    }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        align: "baseline" | "center" | "end" | "start" | "stretch";
        alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        dense: boolean;
        justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
        noGutters: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        align: {
            default: null;
            type: PropType<"baseline" | "center" | "end" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        alignContent: {
            default: null;
            type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        alignContentLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentSm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignLg: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignMd: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignSm: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignXl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignXxl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        class: PropType<any>;
        dense: BooleanConstructor;
        justify: {
            default: null;
            type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        justifyLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifySm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        noGutters: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }, ExtractPropTypes<{
        align: {
            default: null;
            type: PropType<"baseline" | "center" | "end" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        alignContent: {
            default: null;
            type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        alignContentLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentSm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignContentXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
        alignLg: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignMd: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignSm: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignXl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        alignXxl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
        class: PropType<any>;
        dense: BooleanConstructor;
        justify: {
            default: null;
            type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
            validator: ((str) => boolean);
        };
        justifyLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifySm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        justifyXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
        noGutters: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }>>;
    VTab: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            exact: boolean;
            fixed: boolean;
            hideSlider: boolean;
            inset: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: (...)[];
            };
            selectedClass: string;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
        } & {
            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;
            sliderTransition?: "fade" | "grow" | "shift";
            sliderTransitionDuration?: string | number;
            spaced?: "both" | "end" | "start";
            text?: string | number | boolean;
            theme?: string;
            to?: string | ObjectRenderer | ObjectRenderer;
            value?: any;
            width?: string | number;
        } & {
            $children?: {
                append?: ...;
                default?: ...;
                loader?: ...;
                prepend?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            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" | "readonly" | "style" | "theme" | "class" | "text" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "tag" | "variant" | "disabled" | "slim" | "border" | "elevation" | "rounded" | "color" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "href" | "to" | "active" | "appendIcon" | "prependIcon" | "value" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "stacked" | "selectedClass" | "loading" | "position" | "spaced" | "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;
            inset: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: string[];
            } | 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: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
        }, 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;
            inset: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: (...)[];
            };
            selectedClass: string;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
        } & {
            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;
            sliderTransition?: "fade" | "grow" | "shift";
            sliderTransitionDuration?: string | number;
            spaced?: "both" | "end" | "start";
            text?: string | number | boolean;
            theme?: string;
            to?: string | ObjectRenderer | ObjectRenderer;
            value?: any;
            width?: string | number;
        } & {
            $children?: {
                append?: ...;
                default?: ...;
                loader?: ...;
                prepend?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | VNodeChild;
            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" | "readonly" | "style" | "theme" | "class" | "text" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "tag" | "variant" | "disabled" | "slim" | "border" | "elevation" | "rounded" | "color" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "href" | "to" | "active" | "appendIcon" | "prependIcon" | "value" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "stacked" | "selectedClass" | "loading" | "position" | "spaced" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
            _allExposed: {
                group: GroupItemProvide | null;
            } | {};
        }, {}, {}, {}, {
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            exact: boolean;
            fixed: boolean;
            hideSlider: boolean;
            inset: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: string[];
            } | 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: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
        }>;
    } & ComponentOptionsBase<{
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        exact: boolean;
        fixed: boolean;
        hideSlider: boolean;
        inset: boolean;
        readonly: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: string[];
        };
        selectedClass: string;
        size: string | number;
        slim: boolean;
        stacked: boolean;
        style: string | false | StyleValue[] | CSSProperties | null;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
    } & {
        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;
        sliderTransition?: "fade" | "grow" | "shift";
        sliderTransitionDuration?: string | number;
        spaced?: "both" | "end" | "start";
        text?: string | number | boolean;
        theme?: string;
        to?: string | ObjectRenderer | ObjectRenderer;
        value?: any;
        width?: string | number;
    } & {
        $children?: {
            append?: (() => ...);
            default?: (() => ...);
            loader?: (() => ...);
            prepend?: (() => ...);
        } | {
            $stable?: boolean;
        } | (() => VNodeChild) | VNodeChild;
        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?: ...;
        spaced?: ...;
        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" | "readonly" | "rounded" | "tile" | "tag" | "disabled" | "block" | "density" | "variant" | "slim" | "exact" | "active" | "ripple" | "stacked"> & ShallowUnwrapRef<{
        group: (...) | (...);
    }> & ComponentCustomProperties, "symbol" | "size" | "flat" | "loading" | "color" | "replace" | "theme" | "class" | "style" | "text" | "readonly" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "value" | "rounded" | "tile" | "tag" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "location" | "icon" | "disabled" | "block" | "v-slot:append" | "v-slot:prepend" | "border" | "density" | "elevation" | "variant" | "baseColor" | "activeColor" | "slim" | "href" | "to" | "exact" | "active" | "appendIcon" | "prependIcon" | "ripple" | "selectedClass" | "position" | "stacked" | "spaced" | "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;
        inset: boolean;
        readonly: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: string[];
        } | 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: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
    }, {}, string, SlotsType<Partial<{
        append: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        default: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        loader: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        prepend: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        activeColor: StringConstructor;
        appendIcon: PropType<IconValue>;
        baseColor: StringConstructor;
        border: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        class: PropType<any>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (NumberConstructor | StringConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        fixed: BooleanConstructor;
        height: (NumberConstructor | StringConstructor)[];
        hideSlider: BooleanConstructor;
        href: StringConstructor;
        icon: PropType<boolean | IconValue>;
        inset: BooleanConstructor;
        loading: (BooleanConstructor | StringConstructor)[];
        maxHeight: (NumberConstructor | StringConstructor)[];
        maxWidth: (NumberConstructor | StringConstructor)[];
        minHeight: (NumberConstructor | StringConstructor)[];
        minWidth: (NumberConstructor | StringConstructor)[];
        prependIcon: PropType<IconValue>;
        readonly: BooleanConstructor;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<boolean | {
                class?: string;
                keys?: (...)[];
            } | undefined>;
        };
        rounded: {
            default: undefined;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        selectedClass: {
            default: string;
            type: PropType<string>;
        };
        size: {
            default: string;
            type: (NumberConstructor | StringConstructor)[];
        };
        sliderColor: StringConstructor;
        sliderTransition: PropType<"fade" | "grow" | "shift">;
        sliderTransitionDuration: (NumberConstructor | StringConstructor)[];
        slim: BooleanConstructor;
        spaced: PropType<"both" | "end" | "start">;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: Omit<{
            default: string;
            type: PropType<string | JSXComponent>;
        }, "default" | "type"> & {
            default: NonNullable<string | JSXComponent>;
            type: PropType<string | JSXComponent>;
        };
        text: {
            default: undefined;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        to: PropType<string | ObjectRenderer | ObjectRenderer>;
        value: null;
        variant: Omit<Omit<{
            default: string;
            type: PropType<(...)>;
            validator: ((v) => ...);
        }, "default" | "type"> & {
            default: NonNullable<(...) | (...) | (...) | (...) | (...) | (...)>;
            type: PropType<(...) | (...) | (...) | (...) | (...) | (...)>;
        }, "default" | "type"> & {
            default: NonNullable<"elevated" | "flat" | "outlined" | "plain" | "text" | "tonal">;
            type: PropType<"elevated" | "flat" | "outlined" | "plain" | "text" | "tonal">;
        };
        width: (NumberConstructor | StringConstructor)[];
    }, ExtractPropTypes<{
        activeColor: StringConstructor;
        appendIcon: PropType<IconValue>;
        baseColor: StringConstructor;
        border: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        class: PropType<any>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (NumberConstructor | StringConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        fixed: BooleanConstructor;
        height: (NumberConstructor | StringConstructor)[];
        hideSlider: BooleanConstructor;
        href: StringConstructor;
        icon: PropType<boolean | IconValue>;
        inset: BooleanConstructor;
        loading: (BooleanConstructor | StringConstructor)[];
        maxHeight: (NumberConstructor | StringConstructor)[];
        maxWidth: (NumberConstructor | StringConstructor)[];
        minHeight: (NumberConstructor | StringConstructor)[];
        minWidth: (NumberConstructor | StringConstructor)[];
        prependIcon: PropType<IconValue>;
        readonly: BooleanConstructor;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<boolean | {
                class?: (...) | (...);
                keys?: (...) | (...);
            } | undefined>;
        };
        rounded: {
            default: undefined;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        selectedClass: {
            default: string;
            type: PropType<string>;
        };
        size: {
            default: string;
            type: (NumberConstructor | StringConstructor)[];
        };
        sliderColor: StringConstructor;
        sliderTransition: PropType<"fade" | "grow" | "shift">;
        sliderTransitionDuration: (NumberConstructor | StringConstructor)[];
        slim: BooleanConstructor;
        spaced: PropType<"both" | "end" | "start">;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: Omit<{
            default: string;
            type: PropType<(...) | (...)>;
        }, "default" | "type"> & {
            default: NonNullable<string | JSXComponent>;
            type: PropType<string | JSXComponent>;
        };
        text: {
            default: undefined;
            type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        to: PropType<string | ObjectRenderer | ObjectRenderer>;
        value: null;
        variant: Omit<Omit<{
            default: ...;
            type: ...;
            validator: ...;
        }, (...) | (...)> & {
            default: NonNullable<(...)>;
            type: PropType<(...)>;
        }, "default" | "type"> & {
            default: NonNullable<"elevated" | "flat" | "outlined" | "plain" | "text" | "tonal">;
            type: PropType<"elevated" | "flat" | "outlined" | "plain" | "text" | "tonal">;
        };
        width: (NumberConstructor | StringConstructor)[];
    }>>;
    VTabs: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            alignTabs: "center" | "end" | "start" | "title";
            centerActive: boolean;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            fixedTabs: boolean;
            grow: boolean;
            hideSlider: boolean;
            inset: boolean;
            mandatory: "force" | boolean;
            mobile: boolean | null;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            scrollToActive: boolean;
            selectedClass: string;
            stacked: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            symbol: any;
            tag: string | JSXComponent;
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            contentClass?: any;
            height?: string | number;
            insetPadding?: string | number;
            insetRadius?: string | number;
            max?: number;
            mobileBreakpoint?: number | DisplayBreakpoint;
            showArrows?: string | boolean;
            sliderColor?: string;
            sliderTransition?: "fade" | "grow" | "shift";
            sliderTransitionDuration?: string | number;
            spaced?: "both" | "end" | "start";
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
            update:modelValue: ((v) => true);
        }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:tab" | "v-slot:window" | `v-slot:item.${string}` | `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;
            inset: boolean;
            mandatory: "force" | boolean;
            mobile: boolean | null;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            scrollToActive: boolean;
            selectedClass: string;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode<(...), (...), (...)>[]);
            item: ((arg) => VNode<(...), (...), (...)>[]);
            next: (() => VNode<(...), (...), (...)>[]);
            prev: (() => 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;
            inset: boolean;
            mandatory: "force" | boolean;
            mobile: boolean | null;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            scrollToActive: boolean;
            selectedClass: string;
            stacked: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
            symbol: any;
            tag: string | JSXComponent;
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            contentClass?: any;
            height?: string | number;
            insetPadding?: string | number;
            insetRadius?: string | number;
            max?: number;
            mobileBreakpoint?: number | DisplayBreakpoint;
            showArrows?: string | boolean;
            sliderColor?: string;
            sliderTransition?: "fade" | "grow" | "shift";
            sliderTransitionDuration?: string | number;
            spaced?: "both" | "end" | "start";
        }, {}, {}, {}, {}, {
            alignTabs: "center" | "end" | "start" | "title";
            centerActive: boolean;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            fixedTabs: boolean;
            grow: boolean;
            height: string | number;
            hideSlider: boolean;
            inset: boolean;
            mandatory: "force" | boolean;
            mobile: boolean | null;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            scrollToActive: boolean;
            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;
        inset: boolean;
        mandatory: "force" | boolean;
        mobile: boolean | null;
        multiple: boolean;
        nextIcon: IconValue;
        prevIcon: IconValue;
        scrollToActive: boolean;
        selectedClass: string;
        stacked: boolean;
        style: string | false | StyleValue[] | CSSProperties | null;
        symbol: any;
        tag: string | JSXComponent;
    } & {
        bgColor?: string;
        class?: any;
        color?: string;
        contentClass?: any;
        height?: string | number;
        insetPadding?: string | number;
        insetRadius?: string | number;
        max?: number;
        mobileBreakpoint?: number | DisplayBreakpoint;
        showArrows?: string | boolean;
        sliderColor?: string;
        sliderTransition?: "fade" | "grow" | "shift";
        sliderTransitionDuration?: string | number;
        spaced?: "both" | "end" | "start";
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
        update:modelValue: ((v) => true);
    }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "items" | "v-slot:item" | "v-slot:next" | "v-slot:prev" | "v-slot:tab" | "v-slot:window" | `v-slot:item.${string}` | `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;
        inset: boolean;
        mandatory: "force" | boolean;
        mobile: boolean | null;
        multiple: boolean;
        nextIcon: IconValue;
        prevIcon: IconValue;
        scrollToActive: boolean;
        selectedClass: string;
        stacked: boolean;
        style: StyleValue;
        symbol: any;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        item: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        next: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        prev: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        tab: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        window: (() => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        [x: `tab.${string}`]: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <TModel, T>(props, slots) => GenericProps<{
        items?: T[];
        modelValue?: TModel;
        onUpdate:modelValue?: ((value) => void);
    }, VTabsSlots<T>>) & FilterPropsOptions<{
        alignTabs: {
            default: string;
            type: PropType<"center" | "end" | "start" | "title">;
        };
        bgColor: StringConstructor;
        centerActive: BooleanConstructor;
        class: PropType<any>;
        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: (NumberConstructor | StringConstructor)[];
        };
        hideSlider: BooleanConstructor;
        inset: BooleanConstructor;
        insetPadding: (NumberConstructor | StringConstructor)[];
        insetRadius: (NumberConstructor | StringConstructor)[];
        items: {
            default: (() => never[]);
            type: PropType<readonly TabItem[]>;
        };
        mandatory: {
            default: NonNullable<"force" | boolean>;
            type: PropType<"force" | boolean>;
        };
        max: NumberConstructor;
        mobile: Omit<{
            default: boolean;
            type: PropType<boolean | null>;
        }, "default" | "type"> & {
            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>;
        };
        scrollToActive: {
            default: boolean;
            type: BooleanConstructor;
        };
        selectedClass: Omit<{
            default: string;
            type: PropType<string>;
        }, "default" | "type"> & {
            default: string;
            type: PropType<string>;
        };
        showArrows: {
            type: (BooleanConstructor | StringConstructor)[];
            validator: ((v) => boolean);
        };
        sliderColor: StringConstructor;
        sliderTransition: PropType<"fade" | "grow" | "shift">;
        sliderTransitionDuration: (NumberConstructor | StringConstructor)[];
        spaced: PropType<"both" | "end" | "start">;
        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<"center" | "end" | "start" | "title">;
        };
        bgColor: StringConstructor;
        centerActive: BooleanConstructor;
        class: PropType<any>;
        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: (NumberConstructor | StringConstructor)[];
        };
        hideSlider: BooleanConstructor;
        inset: BooleanConstructor;
        insetPadding: (NumberConstructor | StringConstructor)[];
        insetRadius: (NumberConstructor | StringConstructor)[];
        items: {
            default: (() => never[]);
            type: PropType<readonly TabItem[]>;
        };
        mandatory: {
            default: NonNullable<"force" | boolean>;
            type: PropType<"force" | boolean>;
        };
        max: NumberConstructor;
        mobile: Omit<{
            default: boolean;
            type: PropType<(...) | (...)>;
        }, "default" | "type"> & {
            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>;
        };
        scrollToActive: {
            default: boolean;
            type: BooleanConstructor;
        };
        selectedClass: Omit<{
            default: string;
            type: PropType<string>;
        }, "default" | "type"> & {
            default: string;
            type: PropType<string>;
        };
        showArrows: {
            type: (BooleanConstructor | StringConstructor)[];
            validator: ((v) => boolean);
        };
        sliderColor: StringConstructor;
        sliderTransition: PropType<"fade" | "grow" | "shift">;
        sliderTransitionDuration: (NumberConstructor | StringConstructor)[];
        spaced: PropType<"both" | "end" | "start">;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        symbol: {
            default: InjectionKey<GroupProvide>;
            type: null;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }>>;
    VWindow: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            continuous: boolean;
            crossfade: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: "force" | boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            reverse: boolean;
            selectedClass: string;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            class?: any;
            showArrows?: string | boolean;
            theme?: string;
            touch?: boolean | TouchHandlers;
            transitionDuration?: number;
            verticalArrows?: "left" | "right" | boolean;
        }, {
            group: GroupProvide;
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
            update:modelValue: ((value) => true);
        }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:additional">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            continuous: boolean;
            crossfade: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: "force" | boolean;
            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;
            crossfade: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: "force" | boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            reverse: boolean;
            selectedClass: string;
            style: string | false | StyleValue[] | CSSProperties | null;
            tag: string | JSXComponent;
        } & {
            class?: any;
            showArrows?: string | boolean;
            theme?: string;
            touch?: boolean | TouchHandlers;
            transitionDuration?: number;
            verticalArrows?: "left" | "right" | boolean;
        }, {
            group: GroupProvide;
        }, {}, {}, {}, {
            continuous: boolean;
            crossfade: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: "force" | boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
            touch: boolean | TouchHandlers;
        }>;
    } & ComponentOptionsBase<{
        continuous: boolean;
        crossfade: boolean;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        mandatory: "force" | boolean;
        nextIcon: IconValue;
        prevIcon: IconValue;
        reverse: boolean;
        selectedClass: string;
        style: string | false | StyleValue[] | CSSProperties | null;
        tag: string | JSXComponent;
    } & {
        class?: any;
        showArrows?: string | boolean;
        theme?: string;
        touch?: boolean | TouchHandlers;
        transitionDuration?: number;
        verticalArrows?: "left" | "right" | boolean;
    }, {
        group: GroupProvide;
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
        update:modelValue: ((value) => true);
    }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:additional">, string, {
        continuous: boolean;
        crossfade: boolean;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        mandatory: "force" | boolean;
        nextIcon: IconValue;
        prevIcon: IconValue;
        reverse: boolean;
        selectedClass: string;
        style: StyleValue;
        tag: string | JSXComponent;
        touch: boolean | TouchHandlers;
    }, {}, string, SlotsType<Partial<{
        additional: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        default: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        next: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
        prev: ((arg) => VNode<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<{
        modelValue?: T;
        onUpdate:modelValue?: ((value) => void);
    }, VWindowSlots>) & FilterPropsOptions<{
        class: PropType<any>;
        continuous: BooleanConstructor;
        crossfade: BooleanConstructor;
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        mandatory: {
            default: "force";
            type: PropType<"force" | boolean>;
        };
        modelValue: null;
        nextIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        prevIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        reverse: BooleanConstructor;
        selectedClass: {
            default: string;
            type: StringConstructor;
        };
        showArrows: {
            type: (BooleanConstructor | StringConstructor)[];
            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>;
        };
        transitionDuration: NumberConstructor;
        verticalArrows: PropType<"left" | "right" | boolean>;
    }, ExtractPropTypes<{
        class: PropType<any>;
        continuous: BooleanConstructor;
        crossfade: BooleanConstructor;
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        mandatory: {
            default: "force";
            type: PropType<"force" | boolean>;
        };
        modelValue: null;
        nextIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        prevIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        reverse: BooleanConstructor;
        selectedClass: {
            default: string;
            type: StringConstructor;
        };
        showArrows: {
            type: (BooleanConstructor | StringConstructor)[];
            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>;
        };
        transitionDuration: NumberConstructor;
        verticalArrows: PropType<"left" | "right" | boolean>;
    }>>;
    VWindowItem: {
        __isFragment?: undefined;
        __isSuspense?: undefined;
        __isTeleport?: undefined;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            disabled: boolean;
            eager: boolean;
            style: string | false | StyleValue[] | CSSProperties | null;
        } & {
            class?: any;
            reverseTransition?: string | boolean;
            selectedClass?: string;
            transition?: string | boolean;
            value?: any;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | 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: string | false | StyleValue[] | CSSProperties | null;
        } & {
            class?: any;
            reverseTransition?: string | boolean;
            selectedClass?: string;
            transition?: string | boolean;
            value?: any;
        } & {
            $children?: {
                default?: ...;
            } | {
                $stable?: boolean;
            } | (() => VNodeChild) | 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: string | false | StyleValue[] | CSSProperties | null;
    } & {
        class?: any;
        reverseTransition?: string | boolean;
        selectedClass?: string;
        transition?: string | boolean;
        value?: any;
    } & {
        $children?: {
            default?: (() => ...);
        } | {
            $stable?: boolean;
        } | (() => VNodeChild) | 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<RendererNode, RendererElement, {
            [key: ...]: ...;
        }>[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<any>;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        reverseTransition: {
            default: undefined;
            type: (BooleanConstructor | StringConstructor)[];
        };
        selectedClass: StringConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        transition: {
            default: undefined;
            type: (BooleanConstructor | StringConstructor)[];
        };
        value: null;
    }, ExtractPropTypes<{
        class: PropType<any>;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        reverseTransition: {
            default: undefined;
            type: (BooleanConstructor | StringConstructor)[];
        };
        selectedClass: StringConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        transition: {
            default: undefined;
            type: (BooleanConstructor | StringConstructor)[];
        };
        value: null;
    }>>;
}, {}, string, ComponentProvideOptions, true, {}, any>

Type declaration

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

Type declaration

  • activeCategory: Ref<number, number>
  • appliedOptions: ComputedRef<any>
  • categories: ComputedRef<{
        cells: JsonFormsCellRendererRegistryEntry[];
        config: any;
        data: any;
        direction: NonNullable<"row" | "column">;
        enabled: boolean;
        label: string;
        path: string;
        readonly: NonNullable<boolean | undefined>;
        renderers: JsonFormsRendererRegistryEntry[];
        schema: NonNullable<JsonSchema>;
        uischema: NonNullable<Layout & UISchemaElement>;
        visible: boolean;
    }>[]
  • layout: ComputedRef<{
        cells: JsonFormsCellRendererRegistryEntry[];
        config: any;
        data: any;
        direction: NonNullable<"row" | "column">;
        enabled: boolean;
        label: string;
        path: string;
        readonly: NonNullable<boolean | undefined>;
        renderers: JsonFormsRendererRegistryEntry[];
        schema: NonNullable<JsonSchema>;
        uischema: NonNullable<Layout & UISchemaElement>;
        visible: boolean;
    }>
  • styles: Styles
  • visibleCategoriesWithIndex: ComputedRef<{
        category: ComputedRef<{
            cells: JsonFormsCellRendererRegistryEntry[];
            config: any;
            data: any;
            direction: NonNullable<"row" | "column">;
            enabled: boolean;
            label: string;
            path: string;
            readonly: NonNullable<boolean | undefined>;
            renderers: JsonFormsRendererRegistryEntry[];
            schema: NonNullable<JsonSchema>;
            uischema: NonNullable<Layout & UISchemaElement>;
            visible: boolean;
        }>;
        originalIndex: number;
    }[]>
  • vuetifyProps: ((path) => any)
      • (path): any
      • Parameters

        • path: string

        Returns any

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

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

          Type declaration

            Type declaration

            • DispatchRenderer: DefineComponent<ExtractPropTypes<{
                  cells: {
                      default: undefined;
                      required: boolean;
                      type: PropType<JsonFormsCellRendererRegistryEntry[]>;
                  };
                  config: {
                      default: undefined;
                      required: boolean;
                      type: ObjectConstructor;
                  };
                  enabled: {
                      default: undefined;
                      required: false;
                      type: BooleanConstructor;
                  };
                  path: {
                      required: true;
                      type: StringConstructor;
                  };
                  readonly: {
                      default: undefined;
                      required: false;
                      type: BooleanConstructor;
                  };
                  renderers: {
                      default: undefined;
                      required: boolean;
                      type: PropType<JsonFormsRendererRegistryEntry[]>;
                  };
                  schema: {
                      required: true;
                      type: PropType<JsonSchema>;
                  };
                  uischema: {
                      required: true;
                      type: PropType<UISchemaElement>;
                  };
              }>, {
                  renderer: ComputedRef<{
                      cells: JsonFormsCellRendererRegistryEntry[];
                      config: any;
                      enabled: NonNullable<boolean | undefined>;
                      path: string;
                      readonly: NonNullable<boolean | undefined>;
                      renderers: JsonFormsRendererRegistryEntry[];
                      schema: NonNullable<JsonSchema | undefined>;
                      uischema: NonNullable<UISchemaElement | undefined>;
                      uischemas: JsonFormsUISchemaRegistryEntry[];
                      visible: NonNullable<boolean | undefined>;
                  }>;
                  rootSchema: ComputedRef<NonNullable<JsonSchema>>;
              }, {}, {
                  determinedRenderer(): any;
              }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
                  cells: {
                      default: undefined;
                      required: boolean;
                      type: PropType<JsonFormsCellRendererRegistryEntry[]>;
                  };
                  config: {
                      default: undefined;
                      required: boolean;
                      type: ObjectConstructor;
                  };
                  enabled: {
                      default: undefined;
                      required: false;
                      type: BooleanConstructor;
                  };
                  path: {
                      required: true;
                      type: StringConstructor;
                  };
                  readonly: {
                      default: undefined;
                      required: false;
                      type: BooleanConstructor;
                  };
                  renderers: {
                      default: undefined;
                      required: boolean;
                      type: PropType<JsonFormsRendererRegistryEntry[]>;
                  };
                  schema: {
                      required: true;
                      type: PropType<JsonSchema>;
                  };
                  uischema: {
                      required: true;
                      type: PropType<UISchemaElement>;
                  };
              }>> & Readonly<{}>, {
                  cells: JsonFormsCellRendererRegistryEntry[];
                  config: Record<string, any>;
                  enabled: boolean;
                  readonly: boolean;
                  renderers: JsonFormsRendererRegistryEntry[];
              }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>
            • VCol: {
                  __isFragment?: undefined;
                  __isSuspense?: undefined;
                  __isTeleport?: undefined;
                  new (...args): CreateComponentPublicInstanceWithMixins<{
                      alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                      cols: string | number | boolean;
                      offset: string | number;
                      order: string | number;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      tag: string | JSXComponent;
                  } & {
                      class?: any;
                      lg?: string | number | boolean;
                      md?: string | number | boolean;
                      offsetLg?: string | number;
                      offsetMd?: string | number;
                      offsetSm?: string | number;
                      offsetXl?: string | number;
                      offsetXxl?: string | number;
                      orderLg?: string | number;
                      orderMd?: string | number;
                      orderSm?: string | number;
                      orderXl?: string | number;
                      orderXxl?: string | number;
                      sm?: string | number | boolean;
                      xl?: string | number | boolean;
                      xxl?: string | number | boolean;
                  } & {
                      $children?: {
                          default?: ...;
                      } | {
                          $stable?: boolean;
                      } | (() => VNodeChild) | VNodeChild;
                      v-slots?: {
                          default?: false | (...);
                      };
                  } & {
                      v-slot:default?: false | (() => VNodeChild);
                  }, (() => VNode<RendererNode, RendererElement, {
                      [key: string]: any;
                  }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                      alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                      cols: string | number | boolean;
                      offset: string | number;
                      order: string | number;
                      style: StyleValue;
                      tag: string | JSXComponent;
                  }, true, {}, SlotsType<Partial<{
                      default: (() => VNode<(...), (...), (...)>[]);
                  }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                      B: {};
                      C: {};
                      D: {};
                      Defaults: {};
                      M: {};
                      P: {};
                  }, {
                      alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                      cols: string | number | boolean;
                      offset: string | number;
                      order: string | number;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      tag: string | JSXComponent;
                  } & {
                      class?: any;
                      lg?: string | number | boolean;
                      md?: string | number | boolean;
                      offsetLg?: string | number;
                      offsetMd?: string | number;
                      offsetSm?: string | number;
                      offsetXl?: string | number;
                      offsetXxl?: string | number;
                      orderLg?: string | number;
                      orderMd?: string | number;
                      orderSm?: string | number;
                      orderXl?: string | number;
                      orderXxl?: string | number;
                      sm?: string | number | boolean;
                      xl?: string | number | boolean;
                      xxl?: string | number | boolean;
                  } & {
                      $children?: {
                          default?: ...;
                      } | {
                          $stable?: boolean;
                      } | (() => VNodeChild) | VNodeChild;
                      v-slots?: {
                          default?: false | (...);
                      };
                  } & {
                      v-slot:default?: false | (() => VNodeChild);
                  }, (() => VNode<RendererNode, RendererElement, {
                      [key: string]: any;
                  }>), {}, {}, {}, {
                      alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                      cols: string | number | boolean;
                      offset: string | number;
                      order: string | number;
                      style: StyleValue;
                      tag: string | JSXComponent;
                  }>;
              } & ComponentOptionsBase<{
                  alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                  cols: string | number | boolean;
                  offset: string | number;
                  order: string | number;
                  style: string | false | StyleValue[] | CSSProperties | null;
                  tag: string | JSXComponent;
              } & {
                  class?: any;
                  lg?: string | number | boolean;
                  md?: string | number | boolean;
                  offsetLg?: string | number;
                  offsetMd?: string | number;
                  offsetSm?: string | number;
                  offsetXl?: string | number;
                  offsetXxl?: string | number;
                  orderLg?: string | number;
                  orderMd?: string | number;
                  orderSm?: string | number;
                  orderXl?: string | number;
                  orderXxl?: string | number;
                  sm?: string | number | boolean;
                  xl?: string | number | boolean;
                  xxl?: string | number | boolean;
              } & {
                  $children?: {
                      default?: (() => ...);
                  } | {
                      $stable?: boolean;
                  } | (() => VNodeChild) | VNodeChild;
                  v-slots?: {
                      default?: false | (() => ...);
                  };
              } & {
                  v-slot:default?: false | (() => VNodeChild);
              }, (() => VNode<RendererNode, RendererElement, {
                  [key: string]: any;
              }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                  alignSelf: "auto" | "baseline" | "center" | "end" | "start" | "stretch";
                  cols: string | number | boolean;
                  offset: string | number;
                  order: string | number;
                  style: StyleValue;
                  tag: string | JSXComponent;
              }, {}, string, SlotsType<Partial<{
                  default: (() => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
              }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                  alignSelf: {
                      default: null;
                      type: PropType<"auto" | "baseline" | "center" | "end" | "start" | "stretch">;
                      validator: ((str) => boolean);
                  };
                  class: PropType<any>;
                  cols: {
                      default: boolean;
                      type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                  };
                  lg: Prop<string | number | boolean, false>;
                  md: Prop<string | number | boolean, false>;
                  offset: {
                      default: null;
                      type: (NumberConstructor | StringConstructor)[];
                  };
                  offsetLg: Prop<string | number, null>;
                  offsetMd: Prop<string | number, null>;
                  offsetSm: Prop<string | number, null>;
                  offsetXl: Prop<string | number, null>;
                  offsetXxl: Prop<string | number, null>;
                  order: {
                      default: null;
                      type: (NumberConstructor | StringConstructor)[];
                  };
                  orderLg: Prop<string | number, null>;
                  orderMd: Prop<string | number, null>;
                  orderSm: Prop<string | number, null>;
                  orderXl: Prop<string | number, null>;
                  orderXxl: Prop<string | number, null>;
                  sm: Prop<string | number | boolean, false>;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  tag: {
                      default: string;
                      type: PropType<string | JSXComponent>;
                  };
                  xl: Prop<string | number | boolean, false>;
                  xxl: Prop<string | number | boolean, false>;
              }, ExtractPropTypes<{
                  alignSelf: {
                      default: null;
                      type: PropType<"auto" | "baseline" | "center" | "end" | "start" | "stretch">;
                      validator: ((str) => boolean);
                  };
                  class: PropType<any>;
                  cols: {
                      default: boolean;
                      type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                  };
                  lg: Prop<string | number | boolean, false>;
                  md: Prop<string | number | boolean, false>;
                  offset: {
                      default: null;
                      type: (NumberConstructor | StringConstructor)[];
                  };
                  offsetLg: Prop<string | number, null>;
                  offsetMd: Prop<string | number, null>;
                  offsetSm: Prop<string | number, null>;
                  offsetXl: Prop<string | number, null>;
                  offsetXxl: Prop<string | number, null>;
                  order: {
                      default: null;
                      type: (NumberConstructor | StringConstructor)[];
                  };
                  orderLg: Prop<string | number, null>;
                  orderMd: Prop<string | number, null>;
                  orderSm: Prop<string | number, null>;
                  orderXl: Prop<string | number, null>;
                  orderXxl: Prop<string | number, null>;
                  sm: Prop<string | number | boolean, false>;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  tag: {
                      default: string;
                      type: PropType<string | JSXComponent>;
                  };
                  xl: Prop<string | number | boolean, false>;
                  xxl: Prop<string | number | boolean, false>;
              }>>
            • VContainer: {
                  __isFragment?: undefined;
                  __isSuspense?: undefined;
                  __isTeleport?: undefined;
                  new (...args): CreateComponentPublicInstanceWithMixins<{
                      fluid: boolean;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      tag: string | JSXComponent;
                  } & {
                      class?: any;
                      height?: string | number;
                      maxHeight?: string | number;
                      maxWidth?: string | number;
                      minHeight?: string | number;
                      minWidth?: string | number;
                      width?: string | number;
                  } & {
                      $children?: {
                          default?: ...;
                      } | {
                          $stable?: boolean;
                      } | (() => VNodeChild) | VNodeChild;
                      v-slots?: {
                          default?: false | (...);
                      };
                  } & {
                      v-slot:default?: false | (() => VNodeChild);
                  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                      fluid: boolean;
                      style: StyleValue;
                      tag: string | JSXComponent;
                  }, true, {}, SlotsType<Partial<{
                      default: (() => VNode<(...), (...), (...)>[]);
                  }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                      B: {};
                      C: {};
                      D: {};
                      Defaults: {};
                      M: {};
                      P: {};
                  }, {
                      fluid: boolean;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      tag: string | JSXComponent;
                  } & {
                      class?: any;
                      height?: string | number;
                      maxHeight?: string | number;
                      maxWidth?: string | number;
                      minHeight?: string | number;
                      minWidth?: string | number;
                      width?: string | number;
                  } & {
                      $children?: {
                          default?: ...;
                      } | {
                          $stable?: boolean;
                      } | (() => VNodeChild) | VNodeChild;
                      v-slots?: {
                          default?: false | (...);
                      };
                  } & {
                      v-slot:default?: false | (() => VNodeChild);
                  }, {}, {}, {}, {}, {
                      fluid: boolean;
                      style: StyleValue;
                      tag: string | JSXComponent;
                  }>;
              } & ComponentOptionsBase<{
                  fluid: boolean;
                  style: string | false | StyleValue[] | CSSProperties | null;
                  tag: string | JSXComponent;
              } & {
                  class?: any;
                  height?: string | number;
                  maxHeight?: string | number;
                  maxWidth?: string | number;
                  minHeight?: string | number;
                  minWidth?: string | number;
                  width?: string | number;
              } & {
                  $children?: {
                      default?: (() => ...);
                  } | {
                      $stable?: boolean;
                  } | (() => VNodeChild) | VNodeChild;
                  v-slots?: {
                      default?: false | (() => ...);
                  };
              } & {
                  v-slot:default?: false | (() => VNodeChild);
              }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                  fluid: boolean;
                  style: StyleValue;
                  tag: string | JSXComponent;
              }, {}, string, SlotsType<Partial<{
                  default: (() => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
              }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                  class: PropType<any>;
                  fluid: {
                      default: boolean;
                      type: BooleanConstructor;
                  };
                  height: (NumberConstructor | StringConstructor)[];
                  maxHeight: (NumberConstructor | StringConstructor)[];
                  maxWidth: (NumberConstructor | StringConstructor)[];
                  minHeight: (NumberConstructor | StringConstructor)[];
                  minWidth: (NumberConstructor | StringConstructor)[];
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  tag: {
                      default: string;
                      type: PropType<string | JSXComponent>;
                  };
                  width: (NumberConstructor | StringConstructor)[];
              }, ExtractPropTypes<{
                  class: PropType<any>;
                  fluid: {
                      default: boolean;
                      type: BooleanConstructor;
                  };
                  height: (NumberConstructor | StringConstructor)[];
                  maxHeight: (NumberConstructor | StringConstructor)[];
                  maxWidth: (NumberConstructor | StringConstructor)[];
                  minHeight: (NumberConstructor | StringConstructor)[];
                  minWidth: (NumberConstructor | StringConstructor)[];
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  tag: {
                      default: string;
                      type: PropType<string | JSXComponent>;
                  };
                  width: (NumberConstructor | StringConstructor)[];
              }>>
            • VRow: {
                  __isFragment?: undefined;
                  __isSuspense?: undefined;
                  __isTeleport?: undefined;
                  new (...args): CreateComponentPublicInstanceWithMixins<{
                      align: "baseline" | "center" | "end" | "start" | "stretch";
                      alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      dense: boolean;
                      justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      noGutters: boolean;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      tag: string | JSXComponent;
                  } & {
                      alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
                      alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
                      alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
                      alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
                      alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
                      class?: any;
                      justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                      justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                      justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                      justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                      justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                  } & {
                      $children?: {
                          default?: ...;
                      } | {
                          $stable?: boolean;
                      } | (() => VNodeChild) | VNodeChild;
                      v-slots?: {
                          default?: false | (...);
                      };
                  } & {
                      v-slot:default?: false | (() => VNodeChild);
                  }, (() => VNode<RendererNode, RendererElement, {
                      [key: string]: any;
                  }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                      align: "baseline" | "center" | "end" | "start" | "stretch";
                      alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      dense: boolean;
                      justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      noGutters: boolean;
                      style: StyleValue;
                      tag: string | JSXComponent;
                  }, true, {}, SlotsType<Partial<{
                      default: (() => VNode<(...), (...), (...)>[]);
                  }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                      B: {};
                      C: {};
                      D: {};
                      Defaults: {};
                      M: {};
                      P: {};
                  }, {
                      align: "baseline" | "center" | "end" | "start" | "stretch";
                      alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      dense: boolean;
                      justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      noGutters: boolean;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      tag: string | JSXComponent;
                  } & {
                      alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
                      alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
                      alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
                      alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
                      alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
                      class?: any;
                      justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                      justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                      justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                      justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                      justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                  } & {
                      $children?: {
                          default?: ...;
                      } | {
                          $stable?: boolean;
                      } | (() => VNodeChild) | VNodeChild;
                      v-slots?: {
                          default?: false | (...);
                      };
                  } & {
                      v-slot:default?: false | (() => VNodeChild);
                  }, (() => VNode<RendererNode, RendererElement, {
                      [key: string]: any;
                  }>), {}, {}, {}, {
                      align: "baseline" | "center" | "end" | "start" | "stretch";
                      alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      dense: boolean;
                      justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                      noGutters: boolean;
                      style: StyleValue;
                      tag: string | JSXComponent;
                  }>;
              } & ComponentOptionsBase<{
                  align: "baseline" | "center" | "end" | "start" | "stretch";
                  alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                  dense: boolean;
                  justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                  noGutters: boolean;
                  style: string | false | StyleValue[] | CSSProperties | null;
                  tag: string | JSXComponent;
              } & {
                  alignContentLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                  alignContentMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                  alignContentSm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                  alignContentXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                  alignContentXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                  alignLg?: "baseline" | "center" | "end" | "start" | "stretch";
                  alignMd?: "baseline" | "center" | "end" | "start" | "stretch";
                  alignSm?: "baseline" | "center" | "end" | "start" | "stretch";
                  alignXl?: "baseline" | "center" | "end" | "start" | "stretch";
                  alignXxl?: "baseline" | "center" | "end" | "start" | "stretch";
                  class?: any;
                  justifyLg?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                  justifyMd?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                  justifySm?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                  justifyXl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
                  justifyXxl?: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start";
              } & {
                  $children?: {
                      default?: (() => ...);
                  } | {
                      $stable?: boolean;
                  } | (() => VNodeChild) | VNodeChild;
                  v-slots?: {
                      default?: false | (() => ...);
                  };
              } & {
                  v-slot:default?: false | (() => VNodeChild);
              }, (() => VNode<RendererNode, RendererElement, {
                  [key: string]: any;
              }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                  align: "baseline" | "center" | "end" | "start" | "stretch";
                  alignContent: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                  dense: boolean;
                  justify: "center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch";
                  noGutters: boolean;
                  style: StyleValue;
                  tag: string | JSXComponent;
              }, {}, string, SlotsType<Partial<{
                  default: (() => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
              }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                  align: {
                      default: null;
                      type: PropType<"baseline" | "center" | "end" | "start" | "stretch">;
                      validator: ((str) => boolean);
                  };
                  alignContent: {
                      default: null;
                      type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
                      validator: ((str) => boolean);
                  };
                  alignContentLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                  alignContentMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                  alignContentSm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                  alignContentXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                  alignContentXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                  alignLg: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                  alignMd: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                  alignSm: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                  alignXl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                  alignXxl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                  class: PropType<any>;
                  dense: BooleanConstructor;
                  justify: {
                      default: null;
                      type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
                      validator: ((str) => boolean);
                  };
                  justifyLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                  justifyMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                  justifySm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                  justifyXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                  justifyXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                  noGutters: BooleanConstructor;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  tag: {
                      default: string;
                      type: PropType<string | JSXComponent>;
                  };
              }, ExtractPropTypes<{
                  align: {
                      default: null;
                      type: PropType<"baseline" | "center" | "end" | "start" | "stretch">;
                      validator: ((str) => boolean);
                  };
                  alignContent: {
                      default: null;
                      type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
                      validator: ((str) => boolean);
                  };
                  alignContentLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                  alignContentMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                  alignContentSm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                  alignContentXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                  alignContentXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch", null>;
                  alignLg: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                  alignMd: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                  alignSm: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                  alignXl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                  alignXxl: Prop<"baseline" | "center" | "end" | "start" | "stretch", null>;
                  class: PropType<any>;
                  dense: BooleanConstructor;
                  justify: {
                      default: null;
                      type: PropType<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start" | "stretch">;
                      validator: ((str) => boolean);
                  };
                  justifyLg: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                  justifyMd: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                  justifySm: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                  justifyXl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                  justifyXxl: Prop<"center" | "end" | "space-around" | "space-between" | "space-evenly" | "start", null>;
                  noGutters: BooleanConstructor;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  tag: {
                      default: string;
                      type: PropType<string | JSXComponent>;
                  };
              }>>
            • VTab: {
                  __isFragment?: undefined;
                  __isSuspense?: undefined;
                  __isTeleport?: undefined;
                  new (...args): CreateComponentPublicInstanceWithMixins<{
                      density: Density;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      exact: boolean;
                      fixed: boolean;
                      hideSlider: boolean;
                      inset: boolean;
                      readonly: boolean;
                      replace: boolean;
                      ripple: boolean | {
                          class?: string;
                          keys?: (...)[];
                      };
                      selectedClass: string;
                      size: string | number;
                      slim: boolean;
                      stacked: boolean;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      tag: string | JSXComponent;
                      tile: boolean;
                      variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
                  } & {
                      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;
                      sliderTransition?: "fade" | "grow" | "shift";
                      sliderTransitionDuration?: string | number;
                      spaced?: "both" | "end" | "start";
                      text?: string | number | boolean;
                      theme?: string;
                      to?: string | ObjectRenderer | ObjectRenderer;
                      value?: any;
                      width?: string | number;
                  } & {
                      $children?: {
                          append?: ...;
                          default?: ...;
                          loader?: ...;
                          prepend?: ...;
                      } | {
                          $stable?: boolean;
                      } | (() => VNodeChild) | VNodeChild;
                      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" | "readonly" | "style" | "theme" | "class" | "text" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "tag" | "variant" | "disabled" | "slim" | "border" | "elevation" | "rounded" | "color" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "href" | "to" | "active" | "appendIcon" | "prependIcon" | "value" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "stacked" | "selectedClass" | "loading" | "position" | "spaced" | "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;
                      inset: boolean;
                      readonly: boolean;
                      replace: boolean;
                      ripple: boolean | {
                          class?: string;
                          keys?: string[];
                      } | 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: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
                  }, 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;
                      inset: boolean;
                      readonly: boolean;
                      replace: boolean;
                      ripple: boolean | {
                          class?: string;
                          keys?: (...)[];
                      };
                      selectedClass: string;
                      size: string | number;
                      slim: boolean;
                      stacked: boolean;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      tag: string | JSXComponent;
                      tile: boolean;
                      variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
                  } & {
                      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;
                      sliderTransition?: "fade" | "grow" | "shift";
                      sliderTransitionDuration?: string | number;
                      spaced?: "both" | "end" | "start";
                      text?: string | number | boolean;
                      theme?: string;
                      to?: string | ObjectRenderer | ObjectRenderer;
                      value?: any;
                      width?: string | number;
                  } & {
                      $children?: {
                          append?: ...;
                          default?: ...;
                          loader?: ...;
                          prepend?: ...;
                      } | {
                          $stable?: boolean;
                      } | (() => VNodeChild) | VNodeChild;
                      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" | "readonly" | "style" | "theme" | "class" | "text" | "$children" | "v-slots" | "v-slot:default" | "v-slot:append" | "v-slot:prepend" | "density" | "tile" | "tag" | "variant" | "disabled" | "slim" | "border" | "elevation" | "rounded" | "color" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "href" | "to" | "active" | "appendIcon" | "prependIcon" | "value" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "stacked" | "selectedClass" | "loading" | "position" | "spaced" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
                      _allExposed: {
                          group: GroupItemProvide | null;
                      } | {};
                  }, {}, {}, {}, {
                      density: Density;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      exact: boolean;
                      fixed: boolean;
                      hideSlider: boolean;
                      inset: boolean;
                      readonly: boolean;
                      replace: boolean;
                      ripple: boolean | {
                          class?: string;
                          keys?: string[];
                      } | 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: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
                  }>;
              } & ComponentOptionsBase<{
                  density: Density;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  exact: boolean;
                  fixed: boolean;
                  hideSlider: boolean;
                  inset: boolean;
                  readonly: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: string[];
                  };
                  selectedClass: string;
                  size: string | number;
                  slim: boolean;
                  stacked: boolean;
                  style: string | false | StyleValue[] | CSSProperties | null;
                  tag: string | JSXComponent;
                  tile: boolean;
                  variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
              } & {
                  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;
                  sliderTransition?: "fade" | "grow" | "shift";
                  sliderTransitionDuration?: string | number;
                  spaced?: "both" | "end" | "start";
                  text?: string | number | boolean;
                  theme?: string;
                  to?: string | ObjectRenderer | ObjectRenderer;
                  value?: any;
                  width?: string | number;
              } & {
                  $children?: {
                      append?: (() => ...);
                      default?: (() => ...);
                      loader?: (() => ...);
                      prepend?: (() => ...);
                  } | {
                      $stable?: boolean;
                  } | (() => VNodeChild) | VNodeChild;
                  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?: ...;
                  spaced?: ...;
                  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" | "readonly" | "rounded" | "tile" | "tag" | "disabled" | "block" | "density" | "variant" | "slim" | "exact" | "active" | "ripple" | "stacked"> & ShallowUnwrapRef<{
                  group: (...) | (...);
              }> & ComponentCustomProperties, "symbol" | "size" | "flat" | "loading" | "color" | "replace" | "theme" | "class" | "style" | "text" | "readonly" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "value" | "rounded" | "tile" | "tag" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "location" | "icon" | "disabled" | "block" | "v-slot:append" | "v-slot:prepend" | "border" | "density" | "elevation" | "variant" | "baseColor" | "activeColor" | "slim" | "href" | "to" | "exact" | "active" | "appendIcon" | "prependIcon" | "ripple" | "selectedClass" | "position" | "stacked" | "spaced" | "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;
                  inset: boolean;
                  readonly: boolean;
                  replace: boolean;
                  ripple: boolean | {
                      class?: string;
                      keys?: string[];
                  } | 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: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
              }, {}, string, SlotsType<Partial<{
                  append: (() => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  default: (() => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  loader: (() => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  prepend: (() => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
              }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                  activeColor: StringConstructor;
                  appendIcon: PropType<IconValue>;
                  baseColor: StringConstructor;
                  border: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                  class: PropType<any>;
                  color: StringConstructor;
                  density: {
                      default: string;
                      type: PropType<Density>;
                      validator: ((v) => boolean);
                  };
                  direction: {
                      default: string;
                      type: PropType<"horizontal" | "vertical">;
                  };
                  disabled: BooleanConstructor;
                  elevation: {
                      type: (NumberConstructor | StringConstructor)[];
                      validator(v): boolean;
                  };
                  exact: BooleanConstructor;
                  fixed: BooleanConstructor;
                  height: (NumberConstructor | StringConstructor)[];
                  hideSlider: BooleanConstructor;
                  href: StringConstructor;
                  icon: PropType<boolean | IconValue>;
                  inset: BooleanConstructor;
                  loading: (BooleanConstructor | StringConstructor)[];
                  maxHeight: (NumberConstructor | StringConstructor)[];
                  maxWidth: (NumberConstructor | StringConstructor)[];
                  minHeight: (NumberConstructor | StringConstructor)[];
                  minWidth: (NumberConstructor | StringConstructor)[];
                  prependIcon: PropType<IconValue>;
                  readonly: BooleanConstructor;
                  replace: BooleanConstructor;
                  ripple: {
                      default: boolean;
                      type: PropType<boolean | {
                          class?: string;
                          keys?: (...)[];
                      } | undefined>;
                  };
                  rounded: {
                      default: undefined;
                      type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                  };
                  selectedClass: {
                      default: string;
                      type: PropType<string>;
                  };
                  size: {
                      default: string;
                      type: (NumberConstructor | StringConstructor)[];
                  };
                  sliderColor: StringConstructor;
                  sliderTransition: PropType<"fade" | "grow" | "shift">;
                  sliderTransitionDuration: (NumberConstructor | StringConstructor)[];
                  slim: BooleanConstructor;
                  spaced: PropType<"both" | "end" | "start">;
                  stacked: BooleanConstructor;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  tag: Omit<{
                      default: string;
                      type: PropType<string | JSXComponent>;
                  }, "default" | "type"> & {
                      default: NonNullable<string | JSXComponent>;
                      type: PropType<string | JSXComponent>;
                  };
                  text: {
                      default: undefined;
                      type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                  };
                  theme: StringConstructor;
                  tile: BooleanConstructor;
                  to: PropType<string | ObjectRenderer | ObjectRenderer>;
                  value: null;
                  variant: Omit<Omit<{
                      default: string;
                      type: PropType<(...)>;
                      validator: ((v) => ...);
                  }, "default" | "type"> & {
                      default: NonNullable<(...) | (...) | (...) | (...) | (...) | (...)>;
                      type: PropType<(...) | (...) | (...) | (...) | (...) | (...)>;
                  }, "default" | "type"> & {
                      default: NonNullable<"elevated" | "flat" | "outlined" | "plain" | "text" | "tonal">;
                      type: PropType<"elevated" | "flat" | "outlined" | "plain" | "text" | "tonal">;
                  };
                  width: (NumberConstructor | StringConstructor)[];
              }, ExtractPropTypes<{
                  activeColor: StringConstructor;
                  appendIcon: PropType<IconValue>;
                  baseColor: StringConstructor;
                  border: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                  class: PropType<any>;
                  color: StringConstructor;
                  density: {
                      default: string;
                      type: PropType<Density>;
                      validator: ((v) => boolean);
                  };
                  direction: {
                      default: string;
                      type: PropType<"horizontal" | "vertical">;
                  };
                  disabled: BooleanConstructor;
                  elevation: {
                      type: (NumberConstructor | StringConstructor)[];
                      validator(v): boolean;
                  };
                  exact: BooleanConstructor;
                  fixed: BooleanConstructor;
                  height: (NumberConstructor | StringConstructor)[];
                  hideSlider: BooleanConstructor;
                  href: StringConstructor;
                  icon: PropType<boolean | IconValue>;
                  inset: BooleanConstructor;
                  loading: (BooleanConstructor | StringConstructor)[];
                  maxHeight: (NumberConstructor | StringConstructor)[];
                  maxWidth: (NumberConstructor | StringConstructor)[];
                  minHeight: (NumberConstructor | StringConstructor)[];
                  minWidth: (NumberConstructor | StringConstructor)[];
                  prependIcon: PropType<IconValue>;
                  readonly: BooleanConstructor;
                  replace: BooleanConstructor;
                  ripple: {
                      default: boolean;
                      type: PropType<boolean | {
                          class?: (...) | (...);
                          keys?: (...) | (...);
                      } | undefined>;
                  };
                  rounded: {
                      default: undefined;
                      type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                  };
                  selectedClass: {
                      default: string;
                      type: PropType<string>;
                  };
                  size: {
                      default: string;
                      type: (NumberConstructor | StringConstructor)[];
                  };
                  sliderColor: StringConstructor;
                  sliderTransition: PropType<"fade" | "grow" | "shift">;
                  sliderTransitionDuration: (NumberConstructor | StringConstructor)[];
                  slim: BooleanConstructor;
                  spaced: PropType<"both" | "end" | "start">;
                  stacked: BooleanConstructor;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  tag: Omit<{
                      default: string;
                      type: PropType<(...) | (...)>;
                  }, "default" | "type"> & {
                      default: NonNullable<string | JSXComponent>;
                      type: PropType<string | JSXComponent>;
                  };
                  text: {
                      default: undefined;
                      type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
                  };
                  theme: StringConstructor;
                  tile: BooleanConstructor;
                  to: PropType<string | ObjectRenderer | ObjectRenderer>;
                  value: null;
                  variant: Omit<Omit<{
                      default: ...;
                      type: ...;
                      validator: ...;
                  }, (...) | (...)> & {
                      default: NonNullable<(...)>;
                      type: PropType<(...)>;
                  }, "default" | "type"> & {
                      default: NonNullable<"elevated" | "flat" | "outlined" | "plain" | "text" | "tonal">;
                      type: PropType<"elevated" | "flat" | "outlined" | "plain" | "text" | "tonal">;
                  };
                  width: (NumberConstructor | StringConstructor)[];
              }>>
            • VTabs: {
                  __isFragment?: undefined;
                  __isSuspense?: undefined;
                  __isTeleport?: undefined;
                  new (...args): CreateComponentPublicInstanceWithMixins<{
                      alignTabs: "center" | "end" | "start" | "title";
                      centerActive: boolean;
                      density: Density;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      fixedTabs: boolean;
                      grow: boolean;
                      hideSlider: boolean;
                      inset: boolean;
                      mandatory: "force" | boolean;
                      mobile: boolean | null;
                      multiple: boolean;
                      nextIcon: IconValue;
                      prevIcon: IconValue;
                      scrollToActive: boolean;
                      selectedClass: string;
                      stacked: boolean;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      symbol: any;
                      tag: string | JSXComponent;
                  } & {
                      bgColor?: string;
                      class?: any;
                      color?: string;
                      contentClass?: any;
                      height?: string | number;
                      insetPadding?: string | number;
                      insetRadius?: string | number;
                      max?: number;
                      mobileBreakpoint?: number | DisplayBreakpoint;
                      showArrows?: string | boolean;
                      sliderColor?: string;
                      sliderTransition?: "fade" | "grow" | "shift";
                      sliderTransitionDuration?: string | number;
                      spaced?: "both" | "end" | "start";
                  }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                      update:modelValue: ((v) => true);
                  }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:tab" | "v-slot:window" | `v-slot:item.${string}` | `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;
                      inset: boolean;
                      mandatory: "force" | boolean;
                      mobile: boolean | null;
                      multiple: boolean;
                      nextIcon: IconValue;
                      prevIcon: IconValue;
                      scrollToActive: boolean;
                      selectedClass: string;
                      stacked: boolean;
                      style: StyleValue;
                      symbol: any;
                      tag: string | JSXComponent;
                  }, true, {}, SlotsType<Partial<{
                      default: (() => VNode<(...), (...), (...)>[]);
                      item: ((arg) => VNode<(...), (...), (...)>[]);
                      next: (() => VNode<(...), (...), (...)>[]);
                      prev: (() => 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;
                      inset: boolean;
                      mandatory: "force" | boolean;
                      mobile: boolean | null;
                      multiple: boolean;
                      nextIcon: IconValue;
                      prevIcon: IconValue;
                      scrollToActive: boolean;
                      selectedClass: string;
                      stacked: boolean;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      symbol: any;
                      tag: string | JSXComponent;
                  } & {
                      bgColor?: string;
                      class?: any;
                      color?: string;
                      contentClass?: any;
                      height?: string | number;
                      insetPadding?: string | number;
                      insetRadius?: string | number;
                      max?: number;
                      mobileBreakpoint?: number | DisplayBreakpoint;
                      showArrows?: string | boolean;
                      sliderColor?: string;
                      sliderTransition?: "fade" | "grow" | "shift";
                      sliderTransitionDuration?: string | number;
                      spaced?: "both" | "end" | "start";
                  }, {}, {}, {}, {}, {
                      alignTabs: "center" | "end" | "start" | "title";
                      centerActive: boolean;
                      density: Density;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      fixedTabs: boolean;
                      grow: boolean;
                      height: string | number;
                      hideSlider: boolean;
                      inset: boolean;
                      mandatory: "force" | boolean;
                      mobile: boolean | null;
                      multiple: boolean;
                      nextIcon: IconValue;
                      prevIcon: IconValue;
                      scrollToActive: boolean;
                      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;
                  inset: boolean;
                  mandatory: "force" | boolean;
                  mobile: boolean | null;
                  multiple: boolean;
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  scrollToActive: boolean;
                  selectedClass: string;
                  stacked: boolean;
                  style: string | false | StyleValue[] | CSSProperties | null;
                  symbol: any;
                  tag: string | JSXComponent;
              } & {
                  bgColor?: string;
                  class?: any;
                  color?: string;
                  contentClass?: any;
                  height?: string | number;
                  insetPadding?: string | number;
                  insetRadius?: string | number;
                  max?: number;
                  mobileBreakpoint?: number | DisplayBreakpoint;
                  showArrows?: string | boolean;
                  sliderColor?: string;
                  sliderTransition?: "fade" | "grow" | "shift";
                  sliderTransitionDuration?: string | number;
                  spaced?: "both" | "end" | "start";
              }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                  update:modelValue: ((v) => true);
              }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "items" | "v-slot:item" | "v-slot:next" | "v-slot:prev" | "v-slot:tab" | "v-slot:window" | `v-slot:item.${string}` | `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;
                  inset: boolean;
                  mandatory: "force" | boolean;
                  mobile: boolean | null;
                  multiple: boolean;
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  scrollToActive: boolean;
                  selectedClass: string;
                  stacked: boolean;
                  style: StyleValue;
                  symbol: any;
                  tag: string | JSXComponent;
              }, {}, string, SlotsType<Partial<{
                  default: (() => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  item: ((arg) => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  next: (() => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  prev: (() => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  tab: ((arg) => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  window: (() => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  [x: `tab.${string}`]: ((arg) => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
              }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <TModel, T>(props, slots) => GenericProps<{
                  items?: T[];
                  modelValue?: TModel;
                  onUpdate:modelValue?: ((value) => void);
              }, VTabsSlots<T>>) & FilterPropsOptions<{
                  alignTabs: {
                      default: string;
                      type: PropType<"center" | "end" | "start" | "title">;
                  };
                  bgColor: StringConstructor;
                  centerActive: BooleanConstructor;
                  class: PropType<any>;
                  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: (NumberConstructor | StringConstructor)[];
                  };
                  hideSlider: BooleanConstructor;
                  inset: BooleanConstructor;
                  insetPadding: (NumberConstructor | StringConstructor)[];
                  insetRadius: (NumberConstructor | StringConstructor)[];
                  items: {
                      default: (() => never[]);
                      type: PropType<readonly TabItem[]>;
                  };
                  mandatory: {
                      default: NonNullable<"force" | boolean>;
                      type: PropType<"force" | boolean>;
                  };
                  max: NumberConstructor;
                  mobile: Omit<{
                      default: boolean;
                      type: PropType<boolean | null>;
                  }, "default" | "type"> & {
                      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>;
                  };
                  scrollToActive: {
                      default: boolean;
                      type: BooleanConstructor;
                  };
                  selectedClass: Omit<{
                      default: string;
                      type: PropType<string>;
                  }, "default" | "type"> & {
                      default: string;
                      type: PropType<string>;
                  };
                  showArrows: {
                      type: (BooleanConstructor | StringConstructor)[];
                      validator: ((v) => boolean);
                  };
                  sliderColor: StringConstructor;
                  sliderTransition: PropType<"fade" | "grow" | "shift">;
                  sliderTransitionDuration: (NumberConstructor | StringConstructor)[];
                  spaced: PropType<"both" | "end" | "start">;
                  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<"center" | "end" | "start" | "title">;
                  };
                  bgColor: StringConstructor;
                  centerActive: BooleanConstructor;
                  class: PropType<any>;
                  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: (NumberConstructor | StringConstructor)[];
                  };
                  hideSlider: BooleanConstructor;
                  inset: BooleanConstructor;
                  insetPadding: (NumberConstructor | StringConstructor)[];
                  insetRadius: (NumberConstructor | StringConstructor)[];
                  items: {
                      default: (() => never[]);
                      type: PropType<readonly TabItem[]>;
                  };
                  mandatory: {
                      default: NonNullable<"force" | boolean>;
                      type: PropType<"force" | boolean>;
                  };
                  max: NumberConstructor;
                  mobile: Omit<{
                      default: boolean;
                      type: PropType<(...) | (...)>;
                  }, "default" | "type"> & {
                      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>;
                  };
                  scrollToActive: {
                      default: boolean;
                      type: BooleanConstructor;
                  };
                  selectedClass: Omit<{
                      default: string;
                      type: PropType<string>;
                  }, "default" | "type"> & {
                      default: string;
                      type: PropType<string>;
                  };
                  showArrows: {
                      type: (BooleanConstructor | StringConstructor)[];
                      validator: ((v) => boolean);
                  };
                  sliderColor: StringConstructor;
                  sliderTransition: PropType<"fade" | "grow" | "shift">;
                  sliderTransitionDuration: (NumberConstructor | StringConstructor)[];
                  spaced: PropType<"both" | "end" | "start">;
                  stacked: BooleanConstructor;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  symbol: {
                      default: InjectionKey<GroupProvide>;
                      type: null;
                  };
                  tag: {
                      default: string;
                      type: PropType<string | JSXComponent>;
                  };
              }>>
            • VWindow: {
                  __isFragment?: undefined;
                  __isSuspense?: undefined;
                  __isTeleport?: undefined;
                  new (...args): CreateComponentPublicInstanceWithMixins<{
                      continuous: boolean;
                      crossfade: boolean;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      mandatory: "force" | boolean;
                      nextIcon: IconValue;
                      prevIcon: IconValue;
                      reverse: boolean;
                      selectedClass: string;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      tag: string | JSXComponent;
                  } & {
                      class?: any;
                      showArrows?: string | boolean;
                      theme?: string;
                      touch?: boolean | TouchHandlers;
                      transitionDuration?: number;
                      verticalArrows?: "left" | "right" | boolean;
                  }, {
                      group: GroupProvide;
                  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                      update:modelValue: ((value) => true);
                  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:additional">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                      continuous: boolean;
                      crossfade: boolean;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      mandatory: "force" | boolean;
                      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;
                      crossfade: boolean;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      mandatory: "force" | boolean;
                      nextIcon: IconValue;
                      prevIcon: IconValue;
                      reverse: boolean;
                      selectedClass: string;
                      style: string | false | StyleValue[] | CSSProperties | null;
                      tag: string | JSXComponent;
                  } & {
                      class?: any;
                      showArrows?: string | boolean;
                      theme?: string;
                      touch?: boolean | TouchHandlers;
                      transitionDuration?: number;
                      verticalArrows?: "left" | "right" | boolean;
                  }, {
                      group: GroupProvide;
                  }, {}, {}, {}, {
                      continuous: boolean;
                      crossfade: boolean;
                      direction: "horizontal" | "vertical";
                      disabled: boolean;
                      mandatory: "force" | boolean;
                      nextIcon: IconValue;
                      prevIcon: IconValue;
                      reverse: boolean;
                      selectedClass: string;
                      style: StyleValue;
                      tag: string | JSXComponent;
                      touch: boolean | TouchHandlers;
                  }>;
              } & ComponentOptionsBase<{
                  continuous: boolean;
                  crossfade: boolean;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  mandatory: "force" | boolean;
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  reverse: boolean;
                  selectedClass: string;
                  style: string | false | StyleValue[] | CSSProperties | null;
                  tag: string | JSXComponent;
              } & {
                  class?: any;
                  showArrows?: string | boolean;
                  theme?: string;
                  touch?: boolean | TouchHandlers;
                  transitionDuration?: number;
                  verticalArrows?: "left" | "right" | boolean;
              }, {
                  group: GroupProvide;
              }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                  update:modelValue: ((value) => true);
              }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:additional">, string, {
                  continuous: boolean;
                  crossfade: boolean;
                  direction: "horizontal" | "vertical";
                  disabled: boolean;
                  mandatory: "force" | boolean;
                  nextIcon: IconValue;
                  prevIcon: IconValue;
                  reverse: boolean;
                  selectedClass: string;
                  style: StyleValue;
                  tag: string | JSXComponent;
                  touch: boolean | TouchHandlers;
              }, {}, string, SlotsType<Partial<{
                  additional: ((arg) => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  default: ((arg) => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  next: ((arg) => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
                  prev: ((arg) => VNode<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
              }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<{
                  modelValue?: T;
                  onUpdate:modelValue?: ((value) => void);
              }, VWindowSlots>) & FilterPropsOptions<{
                  class: PropType<any>;
                  continuous: BooleanConstructor;
                  crossfade: BooleanConstructor;
                  direction: {
                      default: string;
                      type: PropType<"horizontal" | "vertical">;
                  };
                  disabled: BooleanConstructor;
                  mandatory: {
                      default: "force";
                      type: PropType<"force" | boolean>;
                  };
                  modelValue: null;
                  nextIcon: {
                      default: string;
                      type: PropType<IconValue>;
                  };
                  prevIcon: {
                      default: string;
                      type: PropType<IconValue>;
                  };
                  reverse: BooleanConstructor;
                  selectedClass: {
                      default: string;
                      type: StringConstructor;
                  };
                  showArrows: {
                      type: (BooleanConstructor | StringConstructor)[];
                      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>;
                  };
                  transitionDuration: NumberConstructor;
                  verticalArrows: PropType<"left" | "right" | boolean>;
              }, ExtractPropTypes<{
                  class: PropType<any>;
                  continuous: BooleanConstructor;
                  crossfade: BooleanConstructor;
                  direction: {
                      default: string;
                      type: PropType<"horizontal" | "vertical">;
                  };
                  disabled: BooleanConstructor;
                  mandatory: {
                      default: "force";
                      type: PropType<"force" | boolean>;
                  };
                  modelValue: null;
                  nextIcon: {
                      default: string;
                      type: PropType<IconValue>;
                  };
                  prevIcon: {
                      default: string;
                      type: PropType<IconValue>;
                  };
                  reverse: BooleanConstructor;
                  selectedClass: {
                      default: string;
                      type: StringConstructor;
                  };
                  showArrows: {
                      type: (BooleanConstructor | StringConstructor)[];
                      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>;
                  };
                  transitionDuration: NumberConstructor;
                  verticalArrows: PropType<"left" | "right" | boolean>;
              }>>
            • VWindowItem: {
                  __isFragment?: undefined;
                  __isSuspense?: undefined;
                  __isTeleport?: undefined;
                  new (...args): CreateComponentPublicInstanceWithMixins<{
                      disabled: boolean;
                      eager: boolean;
                      style: string | false | StyleValue[] | CSSProperties | null;
                  } & {
                      class?: any;
                      reverseTransition?: string | boolean;
                      selectedClass?: string;
                      transition?: string | boolean;
                      value?: any;
                  } & {
                      $children?: {
                          default?: ...;
                      } | {
                          $stable?: boolean;
                      } | (() => VNodeChild) | 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: string | false | StyleValue[] | CSSProperties | null;
                  } & {
                      class?: any;
                      reverseTransition?: string | boolean;
                      selectedClass?: string;
                      transition?: string | boolean;
                      value?: any;
                  } & {
                      $children?: {
                          default?: ...;
                      } | {
                          $stable?: boolean;
                      } | (() => VNodeChild) | 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: string | false | StyleValue[] | CSSProperties | null;
              } & {
                  class?: any;
                  reverseTransition?: string | boolean;
                  selectedClass?: string;
                  transition?: string | boolean;
                  value?: any;
              } & {
                  $children?: {
                      default?: (() => ...);
                  } | {
                      $stable?: boolean;
                  } | (() => VNodeChild) | 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<RendererNode, RendererElement, {
                      [key: ...]: ...;
                  }>[]);
              }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                  class: PropType<any>;
                  disabled: BooleanConstructor;
                  eager: BooleanConstructor;
                  reverseTransition: {
                      default: undefined;
                      type: (BooleanConstructor | StringConstructor)[];
                  };
                  selectedClass: StringConstructor;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  transition: {
                      default: undefined;
                      type: (BooleanConstructor | StringConstructor)[];
                  };
                  value: null;
              }, ExtractPropTypes<{
                  class: PropType<any>;
                  disabled: BooleanConstructor;
                  eager: BooleanConstructor;
                  reverseTransition: {
                      default: undefined;
                      type: (BooleanConstructor | StringConstructor)[];
                  };
                  selectedClass: StringConstructor;
                  style: {
                      default: null;
                      type: PropType<StyleValue>;
                  };
                  transition: {
                      default: undefined;
                      type: (BooleanConstructor | StringConstructor)[];
                  };
                  value: null;
              }>>

            Type declaration

              Type declaration