AnyOfRenderer: DefineComponent<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: ControlElement;
}, {
    appliedOptions: ComputedRef<any>;
    clearable: ComputedRef<any>;
    computedLabel: ComputedRef<string>;
    control: ComputedRef<{
        cells: JsonFormsCellRendererRegistryEntry[] & {
            cell: any;
            tester: RankedTester;
        }[];
        config: any;
        data: any;
        description: string;
        enabled: boolean;
        errors: string;
        i18nKeyPrefix: string;
        id: string;
        indexOfFittingSchema: number;
        label: string;
        path: string;
        renderers: JsonFormsRendererRegistryEntry[];
        required: NonNullable<boolean | undefined>;
        rootSchema: NonNullable<JsonSchema>;
        schema: NonNullable<JsonSchema>;
        uischema: ControlElement;
        uischemas: JsonFormsUISchemaRegistryEntry[];
        visible: boolean;
    }> & ComputedRef<{
        config: any;
        description: string;
        enabled: boolean;
        errors: string;
        id: string;
        label: string;
        path: string;
        required: boolean;
        uischema: ControlElement;
        visible: boolean;
    } & {
        errors: string;
    }>;
    controlWrapper: ComputedRef<{
        description: string;
        errors: string;
        id: string;
        label: string;
        required: boolean;
        visible: boolean;
    }>;
    handleBlur: (() => void);
    handleFocus: (() => void);
    isFocused: Ref<boolean, boolean>;
    onChange: ((value) => void);
    persistentHint: (() => boolean);
    rawErrors: ComputedRef<string>;
    selectedIndex: Ref<number, number>;
    styles: Styles;
    touched: Ref<boolean, boolean>;
    vuetifyProps: ((path) => any);
    handleChange(path, value): void;
}, {}, {
    anyOfRenderInfos(): CombinatorSubSchemaRenderInfo[];
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: ControlElement;
}> & Readonly<{}>, {
    cells: JsonFormsCellRendererRegistryEntry[];
    config: Record<string, any>;
    enabled: boolean;
    renderers: JsonFormsRendererRegistryEntry[];
}, {}, {
    CombinatorProperties: DefineComponent<{
        combinatorKeyword: "oneOf" | "anyOf" | "allOf";
        path: string;
        rootSchema: JsonSchema;
        schema: JsonSchema;
    }, {
        foundUISchema: UISchemaElement;
        isLayoutWithElements: boolean;
        otherProps: JsonSchema;
    }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
        combinatorKeyword: "oneOf" | "anyOf" | "allOf";
        path: string;
        rootSchema: JsonSchema;
        schema: JsonSchema;
    }> & Readonly<{}>, {}, {}, {
        DispatchRenderer: DefineComponent<ExtractPropTypes<{
            cells: {
                default: undefined;
                required: boolean;
                type: PropType<JsonFormsCellRendererRegistryEntry[]>;
            };
            config: {
                default: undefined;
                required: boolean;
                type: ObjectConstructor;
            };
            enabled: {
                default: undefined;
                required: false;
                type: BooleanConstructor;
            };
            path: {
                required: true;
                type: StringConstructor;
            };
            renderers: {
                default: undefined;
                required: boolean;
                type: PropType<JsonFormsRendererRegistryEntry[]>;
            };
            schema: {
                required: true;
                type: PropType<JsonSchema>;
            };
            uischema: {
                required: true;
                type: PropType<UISchemaElement>;
            };
        }>, {
            renderer: ComputedRef<{
                cells: JsonFormsCellRendererRegistryEntry[];
                config: any;
                enabled: NonNullable<boolean | undefined>;
                path: string;
                renderers: JsonFormsRendererRegistryEntry[];
                schema: NonNullable<JsonSchema | undefined>;
                uischema: NonNullable<UISchemaElement | undefined>;
                uischemas: JsonFormsUISchemaRegistryEntry[];
                visible: NonNullable<boolean | undefined>;
            }>;
            rootSchema: ComputedRef<NonNullable<JsonSchema>>;
        }, {}, {
            determinedRenderer(): any;
        }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
            cells: {
                default: undefined;
                required: boolean;
                type: PropType<(...)>;
            };
            config: {
                default: undefined;
                required: boolean;
                type: ObjectConstructor;
            };
            enabled: {
                default: undefined;
                required: false;
                type: BooleanConstructor;
            };
            path: {
                required: true;
                type: StringConstructor;
            };
            renderers: {
                default: undefined;
                required: boolean;
                type: PropType<(...)>;
            };
            schema: {
                required: true;
                type: PropType<(...)>;
            };
            uischema: {
                required: true;
                type: PropType<(...)>;
            };
        }>> & Readonly<{}>, {
            cells: JsonFormsCellRendererRegistryEntry[];
            config: Record<string, any>;
            enabled: boolean;
            renderers: JsonFormsRendererRegistryEntry[];
        }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
    }, {}, string, ComponentProvideOptions, true, {}, any>;
    DispatchRenderer: DefineComponent<ExtractPropTypes<{
        cells: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsCellRendererRegistryEntry[]>;
        };
        config: {
            default: undefined;
            required: boolean;
            type: ObjectConstructor;
        };
        enabled: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        path: {
            required: true;
            type: StringConstructor;
        };
        renderers: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsRendererRegistryEntry[]>;
        };
        schema: {
            required: true;
            type: PropType<JsonSchema>;
        };
        uischema: {
            required: true;
            type: PropType<UISchemaElement>;
        };
    }>, {
        renderer: ComputedRef<{
            cells: JsonFormsCellRendererRegistryEntry[];
            config: any;
            enabled: NonNullable<boolean | undefined>;
            path: string;
            renderers: JsonFormsRendererRegistryEntry[];
            schema: NonNullable<JsonSchema | undefined>;
            uischema: NonNullable<UISchemaElement | undefined>;
            uischemas: JsonFormsUISchemaRegistryEntry[];
            visible: NonNullable<boolean | undefined>;
        }>;
        rootSchema: ComputedRef<NonNullable<JsonSchema>>;
    }, {}, {
        determinedRenderer(): any;
    }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
        cells: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsCellRendererRegistryEntry[]>;
        };
        config: {
            default: undefined;
            required: boolean;
            type: ObjectConstructor;
        };
        enabled: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        path: {
            required: true;
            type: StringConstructor;
        };
        renderers: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsRendererRegistryEntry[]>;
        };
        schema: {
            required: true;
            type: PropType<JsonSchema>;
        };
        uischema: {
            required: true;
            type: PropType<UISchemaElement>;
        };
    }>> & Readonly<{}>, {
        cells: JsonFormsCellRendererRegistryEntry[];
        config: Record<string, any>;
        enabled: boolean;
        renderers: JsonFormsRendererRegistryEntry[];
    }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
    VTab: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            exact: boolean;
            fixed: boolean;
            hideSlider: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            selectedClass: string;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        } & {
            activeColor?: string;
            appendIcon?: IconValue;
            baseColor?: string;
            border?: string | number | boolean;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            href?: string;
            icon?: boolean | IconValue;
            loading?: string | boolean;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            prependIcon?: IconValue;
            rounded?: string | number | boolean;
            sliderColor?: string;
            text?: string | number | boolean;
            theme?: string;
            to?: string | ObjectRenderer | ObjectRenderer;
            value?: any;
            width?: string | number;
        } & {
            $children?: VNodeChild | (() => VNodeChild) | {
                append?: ...;
                default?: ...;
                loader?: ...;
                prepend?: ...;
            };
            v-slots?: {
                append?: false | (...);
                default?: false | (...);
                loader?: false | (...);
                prepend?: false | (...);
            };
        } & {
            v-slot:append?: false | (() => VNodeChild);
            v-slot:default?: false | (() => VNodeChild);
            v-slot:loader?: false | (() => VNodeChild);
            v-slot:prepend?: false | (() => VNodeChild);
        }, Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: ((event, val) => ...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            block: ...;
            density: ...;
            disabled: ...;
            exact: ...;
            flat: ...;
            readonly: ...;
            replace: ...;
            ripple: ...;
            rounded: ...;
            size: ...;
            slim: ...;
            stacked: ...;
            style: ...;
            symbol: ...;
            tag: ...;
            text: ...;
            tile: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
            group: ...;
        }> & ComponentCustomProperties, "symbol" | "style" | "text" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "tag" | "density" | "tile" | "slim" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "rounded" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "active" | "value" | "to" | "href" | "prependIcon" | "appendIcon" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "readonly" | "stacked" | "position" | "loading" | "selectedClass" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
            _allExposed: {
                group: GroupItemProvide | null;
            } | {};
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            exact: boolean;
            fixed: boolean;
            hideSlider: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            selectedClass: string;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            text: string | number | boolean;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        }, true, {}, SlotsType<Partial<{
            append: (() => VNode[]);
            default: (() => VNode[]);
            loader: (() => VNode[]);
            prepend: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            exact: boolean;
            fixed: boolean;
            hideSlider: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            selectedClass: string;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        } & {
            activeColor?: string;
            appendIcon?: IconValue;
            baseColor?: string;
            border?: string | number | boolean;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            href?: string;
            icon?: boolean | IconValue;
            loading?: string | boolean;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            prependIcon?: IconValue;
            rounded?: string | number | boolean;
            sliderColor?: string;
            text?: string | number | boolean;
            theme?: string;
            to?: string | ObjectRenderer | ObjectRenderer;
            value?: any;
            width?: string | number;
        } & {
            $children?: VNodeChild | (() => VNodeChild) | {
                append?: ...;
                default?: ...;
                loader?: ...;
                prepend?: ...;
            };
            v-slots?: {
                append?: false | (...);
                default?: false | (...);
                loader?: false | (...);
                prepend?: false | (...);
            };
        } & {
            v-slot:append?: false | (() => VNodeChild);
            v-slot:default?: false | (() => VNodeChild);
            v-slot:loader?: false | (() => VNodeChild);
            v-slot:prepend?: false | (() => VNodeChild);
        }, Omit<Omit<{
            $: ComponentInternalInstance;
            $attrs: {
                [x: ...]: ...;
            };
            $data: {};
            $el: any;
            $emit: ((event, val) => ...);
            $forceUpdate: (() => ...);
            $host: (...) | (...);
            $nextTick: nextTick;
            $options: (...) & (...);
            $parent: (...) | (...);
            $props: (...) & (...);
            $refs: {
                [x: ...]: ...;
            };
            $root: (...) | (...);
            $slots: Readonly<(...)>;
            $watch<T>(source, cb, options?): WatchStopHandle;
        } & Readonly<{
            active: ...;
            block: ...;
            density: ...;
            disabled: ...;
            exact: ...;
            flat: ...;
            readonly: ...;
            replace: ...;
            ripple: ...;
            rounded: ...;
            size: ...;
            slim: ...;
            stacked: ...;
            style: ...;
            symbol: ...;
            tag: ...;
            text: ...;
            tile: ...;
            variant: ...;
        }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
            group: ...;
        }> & ComponentCustomProperties, "symbol" | "style" | "text" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "tag" | "density" | "tile" | "slim" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "rounded" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "active" | "value" | "to" | "href" | "prependIcon" | "appendIcon" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "readonly" | "stacked" | "position" | "loading" | "selectedClass" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
            _allExposed: {
                group: GroupItemProvide | null;
            } | {};
        }, {}, {}, {}, {
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            exact: boolean;
            fixed: boolean;
            hideSlider: boolean;
            readonly: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            selectedClass: string;
            size: string | number;
            slim: boolean;
            stacked: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            text: string | number | boolean;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        }>;
    } & ComponentOptionsBase<{
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        exact: boolean;
        fixed: boolean;
        hideSlider: boolean;
        readonly: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        selectedClass: string;
        size: string | number;
        slim: boolean;
        stacked: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
    } & {
        activeColor?: string;
        appendIcon?: IconValue;
        baseColor?: string;
        border?: string | number | boolean;
        class?: any;
        color?: string;
        elevation?: string | number;
        height?: string | number;
        href?: string;
        icon?: boolean | IconValue;
        loading?: string | boolean;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        prependIcon?: IconValue;
        rounded?: string | number | boolean;
        sliderColor?: string;
        text?: string | number | boolean;
        theme?: string;
        to?: string | ObjectRenderer | ObjectRenderer;
        value?: any;
        width?: string | number;
    } & {
        $children?: VNodeChild | (() => VNodeChild) | {
            append?: (() => ...);
            default?: (() => ...);
            loader?: (() => ...);
            prepend?: (() => ...);
        };
        v-slots?: {
            append?: false | (() => ...);
            default?: false | (() => ...);
            loader?: false | (() => ...);
            prepend?: false | (() => ...);
        };
    } & {
        v-slot:append?: false | (() => VNodeChild);
        v-slot:default?: false | (() => VNodeChild);
        v-slot:loader?: false | (() => VNodeChild);
        v-slot:prepend?: false | (() => VNodeChild);
    }, Omit<Omit<{
        $: ComponentInternalInstance;
        $attrs: {
            [x: string]: unknown;
        };
        $data: {};
        $el: any;
        $emit: ((event, val) => void);
        $forceUpdate: (() => void);
        $host: Element | null;
        $nextTick: nextTick;
        $options: ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & {
            activated?: ...;
            beforeCreate?: ...;
            beforeDestroy?: ...;
            beforeMount?: ...;
            beforeUnmount?: ...;
            beforeUpdate?: ...;
            created?: ...;
            deactivated?: ...;
            destroyed?: ...;
            errorCaptured?: ...;
            mounted?: ...;
            renderTracked?: ...;
            renderTriggered?: ...;
            unmounted?: ...;
            updated?: ...;
        };
        $parent: ComponentPublicInstance | null;
        $props: Partial<(...)> & Omit<(...), (...)>;
        $refs: {
            [x: string]: unknown;
        };
        $root: ComponentPublicInstance | null;
        $slots: Readonly<{
            append?: ...;
            default?: ...;
            loader?: ...;
            prepend?: ...;
        }>;
        $watch<T>(source, cb, options?): WatchStopHandle;
    } & Readonly<{
        active: boolean;
        block: boolean;
        density: Density;
        disabled: boolean;
        exact: boolean;
        flat: boolean;
        readonly: boolean;
        replace: boolean;
        ripple: (...) | (...) | (...);
        rounded: (...) | (...) | (...);
        size: (...) | (...);
        slim: boolean;
        stacked: boolean;
        style: StyleValue;
        symbol: any;
        tag: (...) | (...);
        text: (...) | (...) | (...);
        tile: boolean;
        variant: (...) | (...) | (...) | (...) | (...) | (...);
    }> & Omit<{
        block: ...;
        density: ...;
        disabled: ...;
        exact: ...;
        flat: ...;
        readonly: ...;
        replace: ...;
        ripple: ...;
        size: ...;
        slim: ...;
        stacked: ...;
        style: ...;
        symbol: ...;
        tag: ...;
        tile: ...;
        variant: ...;
    } & {
        active?: ...;
        activeColor?: ...;
        appendIcon?: ...;
        baseColor?: ...;
        border?: ...;
        class?: ...;
        color?: ...;
        elevation?: ...;
        height?: ...;
        href?: ...;
        icon?: ...;
        loading?: ...;
        location?: ...;
        maxHeight?: ...;
        maxWidth?: ...;
        minHeight?: ...;
        minWidth?: ...;
        position?: ...;
        prependIcon?: ...;
        rounded?: ...;
        selectedClass?: ...;
        text?: ...;
        theme?: ...;
        to?: ...;
        value?: ...;
        width?: ...;
    } & {
        $children?: ...;
        v-slots?: ...;
    } & {
        v-slot:append?: ...;
        v-slot:default?: ...;
        v-slot:loader?: ...;
        v-slot:prepend?: ...;
    } & {
        onGroup:selected?: ...;
    }, "symbol" | "group" | "size" | "flat" | "replace" | "style" | "text" | "tag" | "rounded" | "tile" | "disabled" | "block" | "variant" | "density" | "slim" | "exact" | "active" | "ripple" | "readonly" | "stacked"> & ShallowUnwrapRef<{
        group: (...) | (...);
    }> & ComponentCustomProperties, "symbol" | "size" | "loading" | "color" | "flat" | "replace" | "theme" | "class" | "style" | "text" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "value" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "tag" | "rounded" | "tile" | "location" | "icon" | "disabled" | "block" | "v-slot:prepend" | "v-slot:append" | "variant" | "elevation" | "density" | "border" | "baseColor" | "activeColor" | "slim" | "href" | "to" | "exact" | "active" | "appendIcon" | "prependIcon" | "ripple" | "position" | "selectedClass" | "readonly" | "stacked" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
        _allExposed: {
            group: GroupItemProvide | null;
        } | {};
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        exact: boolean;
        fixed: boolean;
        hideSlider: boolean;
        readonly: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        rounded: string | number | boolean;
        selectedClass: string;
        size: string | number;
        slim: boolean;
        stacked: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
        text: string | number | boolean;
        tile: boolean;
        variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
    }, {}, string, SlotsType<Partial<{
        append: (() => VNode[]);
        default: (() => VNode[]);
        loader: (() => VNode[]);
        prepend: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        activeColor: StringConstructor;
        appendIcon: PropType<IconValue>;
        baseColor: StringConstructor;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        fixed: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideSlider: BooleanConstructor;
        href: StringConstructor;
        icon: PropType<boolean | IconValue>;
        loading: (StringConstructor | BooleanConstructor)[];
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        prependIcon: PropType<IconValue>;
        readonly: BooleanConstructor;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        selectedClass: {
            default: string;
            type: PropType<string>;
        };
        size: {
            default: string;
            type: (StringConstructor | NumberConstructor)[];
        };
        sliderColor: StringConstructor;
        slim: BooleanConstructor;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: Omit<{
            default: string;
            type: PropType<string | JSXComponent>;
        }, "type" | "default"> & {
            default: NonNullable<string | JSXComponent>;
            type: PropType<string | JSXComponent>;
        };
        text: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        to: PropType<ObjectRenderer>;
        value: null;
        variant: Omit<Omit<{
            default: string;
            type: PropType<(...)>;
            validator: ((v) => ...);
        }, "type" | "default"> & {
            default: NonNullable<(...) | (...) | (...) | (...) | (...) | (...)>;
            type: PropType<(...) | (...) | (...) | (...) | (...) | (...)>;
        }, "type" | "default"> & {
            default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
            type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
        };
        width: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        activeColor: StringConstructor;
        appendIcon: PropType<IconValue>;
        baseColor: StringConstructor;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        fixed: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideSlider: BooleanConstructor;
        href: StringConstructor;
        icon: PropType<boolean | IconValue>;
        loading: (StringConstructor | BooleanConstructor)[];
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        prependIcon: PropType<IconValue>;
        readonly: BooleanConstructor;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        selectedClass: {
            default: string;
            type: PropType<string>;
        };
        size: {
            default: string;
            type: (StringConstructor | NumberConstructor)[];
        };
        sliderColor: StringConstructor;
        slim: BooleanConstructor;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: Omit<{
            default: string;
            type: PropType<(...) | (...)>;
        }, "type" | "default"> & {
            default: NonNullable<string | JSXComponent>;
            type: PropType<string | JSXComponent>;
        };
        text: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        to: PropType<ObjectRenderer>;
        value: null;
        variant: Omit<Omit<{
            default: ...;
            type: ...;
            validator: ...;
        }, (...) | (...)> & {
            default: NonNullable<(...)>;
            type: PropType<(...)>;
        }, "type" | "default"> & {
            default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
            type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
        };
        width: (StringConstructor | NumberConstructor)[];
    }>>;
    VTabs: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            alignTabs: "center" | "end" | "start" | "title";
            centerActive: boolean;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            fixedTabs: boolean;
            grow: boolean;
            hideSlider: boolean;
            mandatory: boolean | "force";
            mobile: boolean | null;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            selectedClass: string;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            contentClass?: any;
            height?: string | number;
            max?: number;
            mobileBreakpoint?: number | DisplayBreakpoint;
            modelValue?: any;
            showArrows?: string | boolean;
            sliderColor?: string;
        } & {
            onUpdate:modelValue?: ((v) => any);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
            update:modelValue: ((v) => true);
        }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            alignTabs: "center" | "end" | "start" | "title";
            centerActive: boolean;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            fixedTabs: boolean;
            grow: boolean;
            height: string | number;
            hideSlider: boolean;
            mandatory: boolean | "force";
            mobile: boolean | null;
            modelValue: any;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            selectedClass: string;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode[]);
            item: ((arg) => VNode[]);
            tab: ((arg) => VNode[]);
            window: (() => VNode[]);
            [x: `tab.${string}`]: ((arg) => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            alignTabs: "center" | "end" | "start" | "title";
            centerActive: boolean;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            fixedTabs: boolean;
            grow: boolean;
            hideSlider: boolean;
            mandatory: boolean | "force";
            mobile: boolean | null;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            selectedClass: string;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            contentClass?: any;
            height?: string | number;
            max?: number;
            mobileBreakpoint?: number | DisplayBreakpoint;
            modelValue?: any;
            showArrows?: string | boolean;
            sliderColor?: string;
        } & {
            onUpdate:modelValue?: ((v) => any);
        }, {}, {}, {}, {}, {
            alignTabs: "center" | "end" | "start" | "title";
            centerActive: boolean;
            density: Density;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            fixedTabs: boolean;
            grow: boolean;
            height: string | number;
            hideSlider: boolean;
            mandatory: boolean | "force";
            mobile: boolean | null;
            modelValue: any;
            multiple: boolean;
            nextIcon: IconValue;
            prevIcon: IconValue;
            selectedClass: string;
            stacked: boolean;
            style: StyleValue;
            symbol: any;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        alignTabs: "center" | "end" | "start" | "title";
        centerActive: boolean;
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        fixedTabs: boolean;
        grow: boolean;
        hideSlider: boolean;
        mandatory: boolean | "force";
        mobile: boolean | null;
        multiple: boolean;
        nextIcon: IconValue;
        prevIcon: IconValue;
        selectedClass: string;
        stacked: boolean;
        style: StyleValue;
        symbol: any;
        tag: string | JSXComponent;
    } & {
        bgColor?: string;
        class?: any;
        color?: string;
        contentClass?: any;
        height?: string | number;
        max?: number;
        mobileBreakpoint?: number | DisplayBreakpoint;
        modelValue?: any;
        showArrows?: string | boolean;
        sliderColor?: string;
    } & {
        onUpdate:modelValue?: ((v) => any);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
        update:modelValue: ((v) => true);
    }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, string, {
        alignTabs: "center" | "end" | "start" | "title";
        centerActive: boolean;
        density: Density;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        fixedTabs: boolean;
        grow: boolean;
        height: string | number;
        hideSlider: boolean;
        mandatory: boolean | "force";
        mobile: boolean | null;
        modelValue: any;
        multiple: boolean;
        nextIcon: IconValue;
        prevIcon: IconValue;
        selectedClass: string;
        stacked: boolean;
        style: StyleValue;
        symbol: any;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
        item: ((arg) => VNode[]);
        tab: ((arg) => VNode[]);
        window: (() => VNode[]);
        [x: `tab.${string}`]: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
        alignTabs: {
            default: string;
            type: PropType<"start" | "title" | "center" | "end">;
        };
        bgColor: StringConstructor;
        centerActive: BooleanConstructor;
        class: PropType<ClassValue>;
        color: StringConstructor;
        contentClass: null;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        fixedTabs: BooleanConstructor;
        grow: BooleanConstructor;
        height: {
            default: undefined;
            type: (StringConstructor | NumberConstructor)[];
        };
        hideSlider: BooleanConstructor;
        items: {
            default: (() => never[]);
            type: PropType<readonly TabItem[]>;
        };
        mandatory: {
            default: NonNullable<boolean | "force">;
            type: PropType<boolean | "force">;
        };
        max: NumberConstructor;
        mobile: Omit<{
            default: boolean;
            type: PropType<boolean | null>;
        }, "type" | "default"> & {
            default: NonNullable<boolean | null> | null;
            type: PropType<boolean | null>;
        };
        mobileBreakpoint: PropType<number | DisplayBreakpoint>;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        nextIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        prevIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        selectedClass: Omit<{
            default: string;
            type: PropType<string>;
        }, "type" | "default"> & {
            default: string;
            type: PropType<string>;
        };
        showArrows: {
            type: (StringConstructor | BooleanConstructor)[];
            validator: ((v) => boolean);
        };
        sliderColor: StringConstructor;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        symbol: {
            default: InjectionKey<GroupProvide>;
            type: null;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }, ExtractPropTypes<{
        alignTabs: {
            default: string;
            type: PropType<"start" | "title" | "center" | "end">;
        };
        bgColor: StringConstructor;
        centerActive: BooleanConstructor;
        class: PropType<ClassValue>;
        color: StringConstructor;
        contentClass: null;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        fixedTabs: BooleanConstructor;
        grow: BooleanConstructor;
        height: {
            default: undefined;
            type: (StringConstructor | NumberConstructor)[];
        };
        hideSlider: BooleanConstructor;
        items: {
            default: (() => never[]);
            type: PropType<readonly TabItem[]>;
        };
        mandatory: {
            default: NonNullable<boolean | "force">;
            type: PropType<boolean | "force">;
        };
        max: NumberConstructor;
        mobile: Omit<{
            default: boolean;
            type: PropType<(...) | (...)>;
        }, "type" | "default"> & {
            default: NonNullable<(...) | (...)> | null;
            type: PropType<boolean | null>;
        };
        mobileBreakpoint: PropType<number | DisplayBreakpoint>;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        nextIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        prevIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        selectedClass: Omit<{
            default: string;
            type: PropType<string>;
        }, "type" | "default"> & {
            default: string;
            type: PropType<string>;
        };
        showArrows: {
            type: (StringConstructor | BooleanConstructor)[];
            validator: ((v) => boolean);
        };
        sliderColor: StringConstructor;
        stacked: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        symbol: {
            default: InjectionKey<GroupProvide>;
            type: null;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
    }>>;
    VWindow: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            continuous: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: boolean | "force";
            nextIcon: IconValue;
            prevIcon: IconValue;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
        } & {
            class?: any;
            showArrows?: string | boolean;
            theme?: string;
            touch?: boolean | TouchHandlers;
            verticalArrows?: boolean | "left" | "right";
        }, {
            group: GroupProvide;
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
            update:modelValue: ((value) => true);
        }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            continuous: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: boolean | "force";
            nextIcon: IconValue;
            prevIcon: IconValue;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
            touch: boolean | TouchHandlers;
        }, true, {}, SlotsType<Partial<{
            additional: ((arg) => VNode[]);
            default: ((arg) => VNode[]);
            next: ((arg) => VNode[]);
            prev: ((arg) => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            continuous: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: boolean | "force";
            nextIcon: IconValue;
            prevIcon: IconValue;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
        } & {
            class?: any;
            showArrows?: string | boolean;
            theme?: string;
            touch?: boolean | TouchHandlers;
            verticalArrows?: boolean | "left" | "right";
        }, {
            group: GroupProvide;
        }, {}, {}, {}, {
            continuous: boolean;
            direction: "horizontal" | "vertical";
            disabled: boolean;
            mandatory: boolean | "force";
            nextIcon: IconValue;
            prevIcon: IconValue;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
            touch: boolean | TouchHandlers;
        }>;
    } & ComponentOptionsBase<{
        continuous: boolean;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        mandatory: boolean | "force";
        nextIcon: IconValue;
        prevIcon: IconValue;
        reverse: boolean;
        selectedClass: string;
        style: StyleValue;
        tag: string | JSXComponent;
    } & {
        class?: any;
        showArrows?: string | boolean;
        theme?: string;
        touch?: boolean | TouchHandlers;
        verticalArrows?: boolean | "left" | "right";
    }, {
        group: GroupProvide;
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
        update:modelValue: ((value) => true);
    }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, string, {
        continuous: boolean;
        direction: "horizontal" | "vertical";
        disabled: boolean;
        mandatory: boolean | "force";
        nextIcon: IconValue;
        prevIcon: IconValue;
        reverse: boolean;
        selectedClass: string;
        style: StyleValue;
        tag: string | JSXComponent;
        touch: boolean | TouchHandlers;
    }, {}, string, SlotsType<Partial<{
        additional: ((arg) => VNode[]);
        default: ((arg) => VNode[]);
        next: ((arg) => VNode[]);
        prev: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
        class: PropType<ClassValue>;
        continuous: BooleanConstructor;
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        mandatory: {
            default: "force";
            type: PropType<boolean | "force">;
        };
        modelValue: null;
        nextIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        prevIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        reverse: BooleanConstructor;
        selectedClass: {
            default: string;
            type: StringConstructor;
        };
        showArrows: {
            type: (StringConstructor | BooleanConstructor)[];
            validator: ((v) => boolean);
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        touch: {
            default: undefined;
            type: PropType<boolean | TouchHandlers>;
        };
        verticalArrows: PropType<boolean | "left" | "right">;
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        continuous: BooleanConstructor;
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        mandatory: {
            default: "force";
            type: PropType<boolean | "force">;
        };
        modelValue: null;
        nextIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        prevIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        reverse: BooleanConstructor;
        selectedClass: {
            default: string;
            type: StringConstructor;
        };
        showArrows: {
            type: (StringConstructor | BooleanConstructor)[];
            validator: ((v) => boolean);
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        touch: {
            default: undefined;
            type: PropType<boolean | TouchHandlers>;
        };
        verticalArrows: PropType<boolean | "left" | "right">;
    }>>;
    VWindowItem: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            disabled: boolean;
            eager: boolean;
            style: StyleValue;
        } & {
            class?: any;
            reverseTransition?: string | boolean;
            selectedClass?: string;
            transition?: string | boolean;
            value?: any;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        } & {
            onGroup:selected?: ((val) => any);
        }, {
            groupItem: GroupItemProvide;
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            group:selected: ((val) => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            disabled: boolean;
            eager: boolean;
            reverseTransition: string | boolean;
            style: StyleValue;
            transition: string | boolean;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            disabled: boolean;
            eager: boolean;
            style: StyleValue;
        } & {
            class?: any;
            reverseTransition?: string | boolean;
            selectedClass?: string;
            transition?: string | boolean;
            value?: any;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        } & {
            onGroup:selected?: ((val) => any);
        }, {
            groupItem: GroupItemProvide;
        }, {}, {}, {}, {
            disabled: boolean;
            eager: boolean;
            reverseTransition: string | boolean;
            style: StyleValue;
            transition: string | boolean;
        }>;
    } & ComponentOptionsBase<{
        disabled: boolean;
        eager: boolean;
        style: StyleValue;
    } & {
        class?: any;
        reverseTransition?: string | boolean;
        selectedClass?: string;
        transition?: string | boolean;
        value?: any;
    } & {
        $children?: VNodeChild | {
            default?: (() => ...);
        } | (() => VNodeChild);
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    } & {
        onGroup:selected?: ((val) => any);
    }, {
        groupItem: GroupItemProvide;
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        group:selected: ((val) => true);
    }, string, {
        disabled: boolean;
        eager: boolean;
        reverseTransition: string | boolean;
        style: StyleValue;
        transition: string | boolean;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        reverseTransition: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor)[];
        };
        selectedClass: StringConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        transition: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor)[];
        };
        value: null;
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        reverseTransition: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor)[];
        };
        selectedClass: StringConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        transition: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor)[];
        };
        value: null;
    }>>;
}, {}, string, ComponentProvideOptions, true, {}, any>

Type declaration

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

Type declaration

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

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

  • isFocused: Ref<boolean, boolean>
  • onChange: ((value) => void)
      • (value): void
      • Parameters

        • value: any

        Returns void

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

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

        • path: string

        Returns any

  • handleChange:function
    • Parameters

      • path: string
      • value: any

      Returns void

Type declaration

    Type declaration

    • anyOfRenderInfos:function
      • Returns CombinatorSubSchemaRenderInfo[]

    Type declaration

      Type declaration

        Type declaration

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

        Type declaration

          Type declaration

          • CombinatorProperties: DefineComponent<{
                combinatorKeyword: "oneOf" | "anyOf" | "allOf";
                path: string;
                rootSchema: JsonSchema;
                schema: JsonSchema;
            }, {
                foundUISchema: UISchemaElement;
                isLayoutWithElements: boolean;
                otherProps: JsonSchema;
            }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
                combinatorKeyword: "oneOf" | "anyOf" | "allOf";
                path: string;
                rootSchema: JsonSchema;
                schema: JsonSchema;
            }> & Readonly<{}>, {}, {}, {
                DispatchRenderer: DefineComponent<ExtractPropTypes<{
                    cells: {
                        default: undefined;
                        required: boolean;
                        type: PropType<JsonFormsCellRendererRegistryEntry[]>;
                    };
                    config: {
                        default: undefined;
                        required: boolean;
                        type: ObjectConstructor;
                    };
                    enabled: {
                        default: undefined;
                        required: false;
                        type: BooleanConstructor;
                    };
                    path: {
                        required: true;
                        type: StringConstructor;
                    };
                    renderers: {
                        default: undefined;
                        required: boolean;
                        type: PropType<JsonFormsRendererRegistryEntry[]>;
                    };
                    schema: {
                        required: true;
                        type: PropType<JsonSchema>;
                    };
                    uischema: {
                        required: true;
                        type: PropType<UISchemaElement>;
                    };
                }>, {
                    renderer: ComputedRef<{
                        cells: JsonFormsCellRendererRegistryEntry[];
                        config: any;
                        enabled: NonNullable<boolean | undefined>;
                        path: string;
                        renderers: JsonFormsRendererRegistryEntry[];
                        schema: NonNullable<JsonSchema | undefined>;
                        uischema: NonNullable<UISchemaElement | undefined>;
                        uischemas: JsonFormsUISchemaRegistryEntry[];
                        visible: NonNullable<boolean | undefined>;
                    }>;
                    rootSchema: ComputedRef<NonNullable<JsonSchema>>;
                }, {}, {
                    determinedRenderer(): any;
                }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
                    cells: {
                        default: undefined;
                        required: boolean;
                        type: PropType<(...)>;
                    };
                    config: {
                        default: undefined;
                        required: boolean;
                        type: ObjectConstructor;
                    };
                    enabled: {
                        default: undefined;
                        required: false;
                        type: BooleanConstructor;
                    };
                    path: {
                        required: true;
                        type: StringConstructor;
                    };
                    renderers: {
                        default: undefined;
                        required: boolean;
                        type: PropType<(...)>;
                    };
                    schema: {
                        required: true;
                        type: PropType<(...)>;
                    };
                    uischema: {
                        required: true;
                        type: PropType<(...)>;
                    };
                }>> & Readonly<{}>, {
                    cells: JsonFormsCellRendererRegistryEntry[];
                    config: Record<string, any>;
                    enabled: boolean;
                    renderers: JsonFormsRendererRegistryEntry[];
                }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
            }, {}, string, ComponentProvideOptions, true, {}, any>
          • DispatchRenderer: DefineComponent<ExtractPropTypes<{
                cells: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsCellRendererRegistryEntry[]>;
                };
                config: {
                    default: undefined;
                    required: boolean;
                    type: ObjectConstructor;
                };
                enabled: {
                    default: undefined;
                    required: false;
                    type: BooleanConstructor;
                };
                path: {
                    required: true;
                    type: StringConstructor;
                };
                renderers: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsRendererRegistryEntry[]>;
                };
                schema: {
                    required: true;
                    type: PropType<JsonSchema>;
                };
                uischema: {
                    required: true;
                    type: PropType<UISchemaElement>;
                };
            }>, {
                renderer: ComputedRef<{
                    cells: JsonFormsCellRendererRegistryEntry[];
                    config: any;
                    enabled: NonNullable<boolean | undefined>;
                    path: string;
                    renderers: JsonFormsRendererRegistryEntry[];
                    schema: NonNullable<JsonSchema | undefined>;
                    uischema: NonNullable<UISchemaElement | undefined>;
                    uischemas: JsonFormsUISchemaRegistryEntry[];
                    visible: NonNullable<boolean | undefined>;
                }>;
                rootSchema: ComputedRef<NonNullable<JsonSchema>>;
            }, {}, {
                determinedRenderer(): any;
            }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
                cells: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsCellRendererRegistryEntry[]>;
                };
                config: {
                    default: undefined;
                    required: boolean;
                    type: ObjectConstructor;
                };
                enabled: {
                    default: undefined;
                    required: false;
                    type: BooleanConstructor;
                };
                path: {
                    required: true;
                    type: StringConstructor;
                };
                renderers: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsRendererRegistryEntry[]>;
                };
                schema: {
                    required: true;
                    type: PropType<JsonSchema>;
                };
                uischema: {
                    required: true;
                    type: PropType<UISchemaElement>;
                };
            }>> & Readonly<{}>, {
                cells: JsonFormsCellRendererRegistryEntry[];
                config: Record<string, any>;
                enabled: boolean;
                renderers: JsonFormsRendererRegistryEntry[];
            }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>
          • VTab: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    density: Density;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    exact: boolean;
                    fixed: boolean;
                    hideSlider: boolean;
                    readonly: boolean;
                    replace: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    selectedClass: string;
                    size: string | number;
                    slim: boolean;
                    stacked: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
                } & {
                    activeColor?: string;
                    appendIcon?: IconValue;
                    baseColor?: string;
                    border?: string | number | boolean;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    height?: string | number;
                    href?: string;
                    icon?: boolean | IconValue;
                    loading?: string | boolean;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    prependIcon?: IconValue;
                    rounded?: string | number | boolean;
                    sliderColor?: string;
                    text?: string | number | boolean;
                    theme?: string;
                    to?: string | ObjectRenderer | ObjectRenderer;
                    value?: any;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | (() => VNodeChild) | {
                        append?: ...;
                        default?: ...;
                        loader?: ...;
                        prepend?: ...;
                    };
                    v-slots?: {
                        append?: false | (...);
                        default?: false | (...);
                        loader?: false | (...);
                        prepend?: false | (...);
                    };
                } & {
                    v-slot:append?: false | (() => VNodeChild);
                    v-slot:default?: false | (() => VNodeChild);
                    v-slot:loader?: false | (() => VNodeChild);
                    v-slot:prepend?: false | (() => VNodeChild);
                }, Omit<Omit<{
                    $: ComponentInternalInstance;
                    $attrs: {
                        [x: ...]: ...;
                    };
                    $data: {};
                    $el: any;
                    $emit: ((event, val) => ...);
                    $forceUpdate: (() => ...);
                    $host: (...) | (...);
                    $nextTick: nextTick;
                    $options: (...) & (...);
                    $parent: (...) | (...);
                    $props: (...) & (...);
                    $refs: {
                        [x: ...]: ...;
                    };
                    $root: (...) | (...);
                    $slots: Readonly<(...)>;
                    $watch<T>(source, cb, options?): WatchStopHandle;
                } & Readonly<{
                    active: ...;
                    block: ...;
                    density: ...;
                    disabled: ...;
                    exact: ...;
                    flat: ...;
                    readonly: ...;
                    replace: ...;
                    ripple: ...;
                    rounded: ...;
                    size: ...;
                    slim: ...;
                    stacked: ...;
                    style: ...;
                    symbol: ...;
                    tag: ...;
                    text: ...;
                    tile: ...;
                    variant: ...;
                }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
                    group: ...;
                }> & ComponentCustomProperties, "symbol" | "style" | "text" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "tag" | "density" | "tile" | "slim" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "rounded" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "active" | "value" | "to" | "href" | "prependIcon" | "appendIcon" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "readonly" | "stacked" | "position" | "loading" | "selectedClass" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
                    _allExposed: {
                        group: GroupItemProvide | null;
                    } | {};
                }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    density: Density;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    exact: boolean;
                    fixed: boolean;
                    hideSlider: boolean;
                    readonly: boolean;
                    replace: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rounded: string | number | boolean;
                    selectedClass: string;
                    size: string | number;
                    slim: boolean;
                    stacked: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    text: string | number | boolean;
                    tile: boolean;
                    variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
                }, true, {}, SlotsType<Partial<{
                    append: (() => VNode[]);
                    default: (() => VNode[]);
                    loader: (() => VNode[]);
                    prepend: (() => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    density: Density;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    exact: boolean;
                    fixed: boolean;
                    hideSlider: boolean;
                    readonly: boolean;
                    replace: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    selectedClass: string;
                    size: string | number;
                    slim: boolean;
                    stacked: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
                } & {
                    activeColor?: string;
                    appendIcon?: IconValue;
                    baseColor?: string;
                    border?: string | number | boolean;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    height?: string | number;
                    href?: string;
                    icon?: boolean | IconValue;
                    loading?: string | boolean;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    prependIcon?: IconValue;
                    rounded?: string | number | boolean;
                    sliderColor?: string;
                    text?: string | number | boolean;
                    theme?: string;
                    to?: string | ObjectRenderer | ObjectRenderer;
                    value?: any;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | (() => VNodeChild) | {
                        append?: ...;
                        default?: ...;
                        loader?: ...;
                        prepend?: ...;
                    };
                    v-slots?: {
                        append?: false | (...);
                        default?: false | (...);
                        loader?: false | (...);
                        prepend?: false | (...);
                    };
                } & {
                    v-slot:append?: false | (() => VNodeChild);
                    v-slot:default?: false | (() => VNodeChild);
                    v-slot:loader?: false | (() => VNodeChild);
                    v-slot:prepend?: false | (() => VNodeChild);
                }, Omit<Omit<{
                    $: ComponentInternalInstance;
                    $attrs: {
                        [x: ...]: ...;
                    };
                    $data: {};
                    $el: any;
                    $emit: ((event, val) => ...);
                    $forceUpdate: (() => ...);
                    $host: (...) | (...);
                    $nextTick: nextTick;
                    $options: (...) & (...);
                    $parent: (...) | (...);
                    $props: (...) & (...);
                    $refs: {
                        [x: ...]: ...;
                    };
                    $root: (...) | (...);
                    $slots: Readonly<(...)>;
                    $watch<T>(source, cb, options?): WatchStopHandle;
                } & Readonly<{
                    active: ...;
                    block: ...;
                    density: ...;
                    disabled: ...;
                    exact: ...;
                    flat: ...;
                    readonly: ...;
                    replace: ...;
                    ripple: ...;
                    rounded: ...;
                    size: ...;
                    slim: ...;
                    stacked: ...;
                    style: ...;
                    symbol: ...;
                    tag: ...;
                    text: ...;
                    tile: ...;
                    variant: ...;
                }> & Omit<(...) & (...) & (...) & (...) & (...), (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...) | (...)> & ShallowUnwrapRef<{
                    group: ...;
                }> & ComponentCustomProperties, "symbol" | "style" | "text" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "variant" | "disabled" | "tag" | "density" | "tile" | "slim" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "rounded" | "baseColor" | "activeColor" | "flat" | "replace" | "exact" | "ripple" | "active" | "value" | "to" | "href" | "prependIcon" | "appendIcon" | "size" | "icon" | "location" | (keyof VNodeProps) | "block" | "readonly" | "stacked" | "position" | "loading" | "selectedClass" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
                    _allExposed: {
                        group: GroupItemProvide | null;
                    } | {};
                }, {}, {}, {}, {
                    density: Density;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    exact: boolean;
                    fixed: boolean;
                    hideSlider: boolean;
                    readonly: boolean;
                    replace: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rounded: string | number | boolean;
                    selectedClass: string;
                    size: string | number;
                    slim: boolean;
                    stacked: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    text: string | number | boolean;
                    tile: boolean;
                    variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
                }>;
            } & ComponentOptionsBase<{
                density: Density;
                direction: "horizontal" | "vertical";
                disabled: boolean;
                exact: boolean;
                fixed: boolean;
                hideSlider: boolean;
                readonly: boolean;
                replace: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                selectedClass: string;
                size: string | number;
                slim: boolean;
                stacked: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
                variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
            } & {
                activeColor?: string;
                appendIcon?: IconValue;
                baseColor?: string;
                border?: string | number | boolean;
                class?: any;
                color?: string;
                elevation?: string | number;
                height?: string | number;
                href?: string;
                icon?: boolean | IconValue;
                loading?: string | boolean;
                maxHeight?: string | number;
                maxWidth?: string | number;
                minHeight?: string | number;
                minWidth?: string | number;
                prependIcon?: IconValue;
                rounded?: string | number | boolean;
                sliderColor?: string;
                text?: string | number | boolean;
                theme?: string;
                to?: string | ObjectRenderer | ObjectRenderer;
                value?: any;
                width?: string | number;
            } & {
                $children?: VNodeChild | (() => VNodeChild) | {
                    append?: (() => ...);
                    default?: (() => ...);
                    loader?: (() => ...);
                    prepend?: (() => ...);
                };
                v-slots?: {
                    append?: false | (() => ...);
                    default?: false | (() => ...);
                    loader?: false | (() => ...);
                    prepend?: false | (() => ...);
                };
            } & {
                v-slot:append?: false | (() => VNodeChild);
                v-slot:default?: false | (() => VNodeChild);
                v-slot:loader?: false | (() => VNodeChild);
                v-slot:prepend?: false | (() => VNodeChild);
            }, Omit<Omit<{
                $: ComponentInternalInstance;
                $attrs: {
                    [x: string]: unknown;
                };
                $data: {};
                $el: any;
                $emit: ((event, val) => void);
                $forceUpdate: (() => void);
                $host: Element | null;
                $nextTick: nextTick;
                $options: ComponentOptionsBase<(...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...), (...)> & {
                    activated?: ...;
                    beforeCreate?: ...;
                    beforeDestroy?: ...;
                    beforeMount?: ...;
                    beforeUnmount?: ...;
                    beforeUpdate?: ...;
                    created?: ...;
                    deactivated?: ...;
                    destroyed?: ...;
                    errorCaptured?: ...;
                    mounted?: ...;
                    renderTracked?: ...;
                    renderTriggered?: ...;
                    unmounted?: ...;
                    updated?: ...;
                };
                $parent: ComponentPublicInstance | null;
                $props: Partial<(...)> & Omit<(...), (...)>;
                $refs: {
                    [x: string]: unknown;
                };
                $root: ComponentPublicInstance | null;
                $slots: Readonly<{
                    append?: ...;
                    default?: ...;
                    loader?: ...;
                    prepend?: ...;
                }>;
                $watch<T>(source, cb, options?): WatchStopHandle;
            } & Readonly<{
                active: boolean;
                block: boolean;
                density: Density;
                disabled: boolean;
                exact: boolean;
                flat: boolean;
                readonly: boolean;
                replace: boolean;
                ripple: (...) | (...) | (...);
                rounded: (...) | (...) | (...);
                size: (...) | (...);
                slim: boolean;
                stacked: boolean;
                style: StyleValue;
                symbol: any;
                tag: (...) | (...);
                text: (...) | (...) | (...);
                tile: boolean;
                variant: (...) | (...) | (...) | (...) | (...) | (...);
            }> & Omit<{
                block: ...;
                density: ...;
                disabled: ...;
                exact: ...;
                flat: ...;
                readonly: ...;
                replace: ...;
                ripple: ...;
                size: ...;
                slim: ...;
                stacked: ...;
                style: ...;
                symbol: ...;
                tag: ...;
                tile: ...;
                variant: ...;
            } & {
                active?: ...;
                activeColor?: ...;
                appendIcon?: ...;
                baseColor?: ...;
                border?: ...;
                class?: ...;
                color?: ...;
                elevation?: ...;
                height?: ...;
                href?: ...;
                icon?: ...;
                loading?: ...;
                location?: ...;
                maxHeight?: ...;
                maxWidth?: ...;
                minHeight?: ...;
                minWidth?: ...;
                position?: ...;
                prependIcon?: ...;
                rounded?: ...;
                selectedClass?: ...;
                text?: ...;
                theme?: ...;
                to?: ...;
                value?: ...;
                width?: ...;
            } & {
                $children?: ...;
                v-slots?: ...;
            } & {
                v-slot:append?: ...;
                v-slot:default?: ...;
                v-slot:loader?: ...;
                v-slot:prepend?: ...;
            } & {
                onGroup:selected?: ...;
            }, "symbol" | "group" | "size" | "flat" | "replace" | "style" | "text" | "tag" | "rounded" | "tile" | "disabled" | "block" | "variant" | "density" | "slim" | "exact" | "active" | "ripple" | "readonly" | "stacked"> & ShallowUnwrapRef<{
                group: (...) | (...);
            }> & ComponentCustomProperties, "symbol" | "size" | "loading" | "color" | "flat" | "replace" | "theme" | "class" | "style" | "text" | "$children" | "v-slots" | "v-slot:default" | keyof VNodeProps | "value" | "height" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "width" | "tag" | "rounded" | "tile" | "location" | "icon" | "disabled" | "block" | "v-slot:prepend" | "v-slot:append" | "variant" | "elevation" | "density" | "border" | "baseColor" | "activeColor" | "slim" | "href" | "to" | "exact" | "active" | "appendIcon" | "prependIcon" | "ripple" | "position" | "selectedClass" | "readonly" | "stacked" | "v-slot:loader" | "onGroup:selected">, `$${any}`> & {
                _allExposed: {
                    group: GroupItemProvide | null;
                } | {};
            }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                density: Density;
                direction: "horizontal" | "vertical";
                disabled: boolean;
                exact: boolean;
                fixed: boolean;
                hideSlider: boolean;
                readonly: boolean;
                replace: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                rounded: string | number | boolean;
                selectedClass: string;
                size: string | number;
                slim: boolean;
                stacked: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
                text: string | number | boolean;
                tile: boolean;
                variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
            }, {}, string, SlotsType<Partial<{
                append: (() => VNode[]);
                default: (() => VNode[]);
                loader: (() => VNode[]);
                prepend: (() => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                activeColor: StringConstructor;
                appendIcon: PropType<IconValue>;
                baseColor: StringConstructor;
                border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                class: PropType<ClassValue>;
                color: StringConstructor;
                density: {
                    default: string;
                    type: PropType<Density>;
                    validator: ((v) => boolean);
                };
                direction: {
                    default: string;
                    type: PropType<"horizontal" | "vertical">;
                };
                disabled: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                exact: BooleanConstructor;
                fixed: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hideSlider: BooleanConstructor;
                href: StringConstructor;
                icon: PropType<boolean | IconValue>;
                loading: (StringConstructor | BooleanConstructor)[];
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                prependIcon: PropType<IconValue>;
                readonly: BooleanConstructor;
                replace: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                selectedClass: {
                    default: string;
                    type: PropType<string>;
                };
                size: {
                    default: string;
                    type: (StringConstructor | NumberConstructor)[];
                };
                sliderColor: StringConstructor;
                slim: BooleanConstructor;
                stacked: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: Omit<{
                    default: string;
                    type: PropType<string | JSXComponent>;
                }, "type" | "default"> & {
                    default: NonNullable<string | JSXComponent>;
                    type: PropType<string | JSXComponent>;
                };
                text: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                theme: StringConstructor;
                tile: BooleanConstructor;
                to: PropType<ObjectRenderer>;
                value: null;
                variant: Omit<Omit<{
                    default: string;
                    type: PropType<(...)>;
                    validator: ((v) => ...);
                }, "type" | "default"> & {
                    default: NonNullable<(...) | (...) | (...) | (...) | (...) | (...)>;
                    type: PropType<(...) | (...) | (...) | (...) | (...) | (...)>;
                }, "type" | "default"> & {
                    default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                    type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                };
                width: (StringConstructor | NumberConstructor)[];
            }, ExtractPropTypes<{
                activeColor: StringConstructor;
                appendIcon: PropType<IconValue>;
                baseColor: StringConstructor;
                border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                class: PropType<ClassValue>;
                color: StringConstructor;
                density: {
                    default: string;
                    type: PropType<Density>;
                    validator: ((v) => boolean);
                };
                direction: {
                    default: string;
                    type: PropType<"horizontal" | "vertical">;
                };
                disabled: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                exact: BooleanConstructor;
                fixed: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hideSlider: BooleanConstructor;
                href: StringConstructor;
                icon: PropType<boolean | IconValue>;
                loading: (StringConstructor | BooleanConstructor)[];
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                prependIcon: PropType<IconValue>;
                readonly: BooleanConstructor;
                replace: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                selectedClass: {
                    default: string;
                    type: PropType<string>;
                };
                size: {
                    default: string;
                    type: (StringConstructor | NumberConstructor)[];
                };
                sliderColor: StringConstructor;
                slim: BooleanConstructor;
                stacked: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: Omit<{
                    default: string;
                    type: PropType<(...) | (...)>;
                }, "type" | "default"> & {
                    default: NonNullable<string | JSXComponent>;
                    type: PropType<string | JSXComponent>;
                };
                text: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                theme: StringConstructor;
                tile: BooleanConstructor;
                to: PropType<ObjectRenderer>;
                value: null;
                variant: Omit<Omit<{
                    default: ...;
                    type: ...;
                    validator: ...;
                }, (...) | (...)> & {
                    default: NonNullable<(...)>;
                    type: PropType<(...)>;
                }, "type" | "default"> & {
                    default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                    type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                };
                width: (StringConstructor | NumberConstructor)[];
            }>>
          • VTabs: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    alignTabs: "center" | "end" | "start" | "title";
                    centerActive: boolean;
                    density: Density;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    fixedTabs: boolean;
                    grow: boolean;
                    hideSlider: boolean;
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    multiple: boolean;
                    nextIcon: IconValue;
                    prevIcon: IconValue;
                    selectedClass: string;
                    stacked: boolean;
                    style: StyleValue;
                    symbol: any;
                    tag: string | JSXComponent;
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    contentClass?: any;
                    height?: string | number;
                    max?: number;
                    mobileBreakpoint?: number | DisplayBreakpoint;
                    modelValue?: any;
                    showArrows?: string | boolean;
                    sliderColor?: string;
                } & {
                    onUpdate:modelValue?: ((v) => any);
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                    update:modelValue: ((v) => true);
                }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    alignTabs: "center" | "end" | "start" | "title";
                    centerActive: boolean;
                    density: Density;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    fixedTabs: boolean;
                    grow: boolean;
                    height: string | number;
                    hideSlider: boolean;
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    modelValue: any;
                    multiple: boolean;
                    nextIcon: IconValue;
                    prevIcon: IconValue;
                    selectedClass: string;
                    stacked: boolean;
                    style: StyleValue;
                    symbol: any;
                    tag: string | JSXComponent;
                }, true, {}, SlotsType<Partial<{
                    default: (() => VNode[]);
                    item: ((arg) => VNode[]);
                    tab: ((arg) => VNode[]);
                    window: (() => VNode[]);
                    [x: `tab.${string}`]: ((arg) => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    alignTabs: "center" | "end" | "start" | "title";
                    centerActive: boolean;
                    density: Density;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    fixedTabs: boolean;
                    grow: boolean;
                    hideSlider: boolean;
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    multiple: boolean;
                    nextIcon: IconValue;
                    prevIcon: IconValue;
                    selectedClass: string;
                    stacked: boolean;
                    style: StyleValue;
                    symbol: any;
                    tag: string | JSXComponent;
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    contentClass?: any;
                    height?: string | number;
                    max?: number;
                    mobileBreakpoint?: number | DisplayBreakpoint;
                    modelValue?: any;
                    showArrows?: string | boolean;
                    sliderColor?: string;
                } & {
                    onUpdate:modelValue?: ((v) => any);
                }, {}, {}, {}, {}, {
                    alignTabs: "center" | "end" | "start" | "title";
                    centerActive: boolean;
                    density: Density;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    fixedTabs: boolean;
                    grow: boolean;
                    height: string | number;
                    hideSlider: boolean;
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    modelValue: any;
                    multiple: boolean;
                    nextIcon: IconValue;
                    prevIcon: IconValue;
                    selectedClass: string;
                    stacked: boolean;
                    style: StyleValue;
                    symbol: any;
                    tag: string | JSXComponent;
                }>;
            } & ComponentOptionsBase<{
                alignTabs: "center" | "end" | "start" | "title";
                centerActive: boolean;
                density: Density;
                direction: "horizontal" | "vertical";
                disabled: boolean;
                fixedTabs: boolean;
                grow: boolean;
                hideSlider: boolean;
                mandatory: boolean | "force";
                mobile: boolean | null;
                multiple: boolean;
                nextIcon: IconValue;
                prevIcon: IconValue;
                selectedClass: string;
                stacked: boolean;
                style: StyleValue;
                symbol: any;
                tag: string | JSXComponent;
            } & {
                bgColor?: string;
                class?: any;
                color?: string;
                contentClass?: any;
                height?: string | number;
                max?: number;
                mobileBreakpoint?: number | DisplayBreakpoint;
                modelValue?: any;
                showArrows?: string | boolean;
                sliderColor?: string;
            } & {
                onUpdate:modelValue?: ((v) => any);
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                update:modelValue: ((v) => true);
            }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, string, {
                alignTabs: "center" | "end" | "start" | "title";
                centerActive: boolean;
                density: Density;
                direction: "horizontal" | "vertical";
                disabled: boolean;
                fixedTabs: boolean;
                grow: boolean;
                height: string | number;
                hideSlider: boolean;
                mandatory: boolean | "force";
                mobile: boolean | null;
                modelValue: any;
                multiple: boolean;
                nextIcon: IconValue;
                prevIcon: IconValue;
                selectedClass: string;
                stacked: boolean;
                style: StyleValue;
                symbol: any;
                tag: string | JSXComponent;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode[]);
                item: ((arg) => VNode[]);
                tab: ((arg) => VNode[]);
                window: (() => VNode[]);
                [x: `tab.${string}`]: ((arg) => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
                alignTabs: {
                    default: string;
                    type: PropType<"start" | "title" | "center" | "end">;
                };
                bgColor: StringConstructor;
                centerActive: BooleanConstructor;
                class: PropType<ClassValue>;
                color: StringConstructor;
                contentClass: null;
                density: {
                    default: string;
                    type: PropType<Density>;
                    validator: ((v) => boolean);
                };
                direction: {
                    default: string;
                    type: PropType<"horizontal" | "vertical">;
                };
                disabled: BooleanConstructor;
                fixedTabs: BooleanConstructor;
                grow: BooleanConstructor;
                height: {
                    default: undefined;
                    type: (StringConstructor | NumberConstructor)[];
                };
                hideSlider: BooleanConstructor;
                items: {
                    default: (() => never[]);
                    type: PropType<readonly TabItem[]>;
                };
                mandatory: {
                    default: NonNullable<boolean | "force">;
                    type: PropType<boolean | "force">;
                };
                max: NumberConstructor;
                mobile: Omit<{
                    default: boolean;
                    type: PropType<boolean | null>;
                }, "type" | "default"> & {
                    default: NonNullable<boolean | null> | null;
                    type: PropType<boolean | null>;
                };
                mobileBreakpoint: PropType<number | DisplayBreakpoint>;
                modelValue: {
                    default: undefined;
                    type: null;
                };
                multiple: BooleanConstructor;
                nextIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                prevIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                selectedClass: Omit<{
                    default: string;
                    type: PropType<string>;
                }, "type" | "default"> & {
                    default: string;
                    type: PropType<string>;
                };
                showArrows: {
                    type: (StringConstructor | BooleanConstructor)[];
                    validator: ((v) => boolean);
                };
                sliderColor: StringConstructor;
                stacked: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                symbol: {
                    default: InjectionKey<GroupProvide>;
                    type: null;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
            }, ExtractPropTypes<{
                alignTabs: {
                    default: string;
                    type: PropType<"start" | "title" | "center" | "end">;
                };
                bgColor: StringConstructor;
                centerActive: BooleanConstructor;
                class: PropType<ClassValue>;
                color: StringConstructor;
                contentClass: null;
                density: {
                    default: string;
                    type: PropType<Density>;
                    validator: ((v) => boolean);
                };
                direction: {
                    default: string;
                    type: PropType<"horizontal" | "vertical">;
                };
                disabled: BooleanConstructor;
                fixedTabs: BooleanConstructor;
                grow: BooleanConstructor;
                height: {
                    default: undefined;
                    type: (StringConstructor | NumberConstructor)[];
                };
                hideSlider: BooleanConstructor;
                items: {
                    default: (() => never[]);
                    type: PropType<readonly TabItem[]>;
                };
                mandatory: {
                    default: NonNullable<boolean | "force">;
                    type: PropType<boolean | "force">;
                };
                max: NumberConstructor;
                mobile: Omit<{
                    default: boolean;
                    type: PropType<(...) | (...)>;
                }, "type" | "default"> & {
                    default: NonNullable<(...) | (...)> | null;
                    type: PropType<boolean | null>;
                };
                mobileBreakpoint: PropType<number | DisplayBreakpoint>;
                modelValue: {
                    default: undefined;
                    type: null;
                };
                multiple: BooleanConstructor;
                nextIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                prevIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                selectedClass: Omit<{
                    default: string;
                    type: PropType<string>;
                }, "type" | "default"> & {
                    default: string;
                    type: PropType<string>;
                };
                showArrows: {
                    type: (StringConstructor | BooleanConstructor)[];
                    validator: ((v) => boolean);
                };
                sliderColor: StringConstructor;
                stacked: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                symbol: {
                    default: InjectionKey<GroupProvide>;
                    type: null;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
            }>>
          • VWindow: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    continuous: boolean;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    mandatory: boolean | "force";
                    nextIcon: IconValue;
                    prevIcon: IconValue;
                    reverse: boolean;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                } & {
                    class?: any;
                    showArrows?: string | boolean;
                    theme?: string;
                    touch?: boolean | TouchHandlers;
                    verticalArrows?: boolean | "left" | "right";
                }, {
                    group: GroupProvide;
                }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                    update:modelValue: ((value) => true);
                }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    continuous: boolean;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    mandatory: boolean | "force";
                    nextIcon: IconValue;
                    prevIcon: IconValue;
                    reverse: boolean;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    touch: boolean | TouchHandlers;
                }, true, {}, SlotsType<Partial<{
                    additional: ((arg) => VNode[]);
                    default: ((arg) => VNode[]);
                    next: ((arg) => VNode[]);
                    prev: ((arg) => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    continuous: boolean;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    mandatory: boolean | "force";
                    nextIcon: IconValue;
                    prevIcon: IconValue;
                    reverse: boolean;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                } & {
                    class?: any;
                    showArrows?: string | boolean;
                    theme?: string;
                    touch?: boolean | TouchHandlers;
                    verticalArrows?: boolean | "left" | "right";
                }, {
                    group: GroupProvide;
                }, {}, {}, {}, {
                    continuous: boolean;
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    mandatory: boolean | "force";
                    nextIcon: IconValue;
                    prevIcon: IconValue;
                    reverse: boolean;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    touch: boolean | TouchHandlers;
                }>;
            } & ComponentOptionsBase<{
                continuous: boolean;
                direction: "horizontal" | "vertical";
                disabled: boolean;
                mandatory: boolean | "force";
                nextIcon: IconValue;
                prevIcon: IconValue;
                reverse: boolean;
                selectedClass: string;
                style: StyleValue;
                tag: string | JSXComponent;
            } & {
                class?: any;
                showArrows?: string | boolean;
                theme?: string;
                touch?: boolean | TouchHandlers;
                verticalArrows?: boolean | "left" | "right";
            }, {
                group: GroupProvide;
            }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                update:modelValue: ((value) => true);
            }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev">, string, {
                continuous: boolean;
                direction: "horizontal" | "vertical";
                disabled: boolean;
                mandatory: boolean | "force";
                nextIcon: IconValue;
                prevIcon: IconValue;
                reverse: boolean;
                selectedClass: string;
                style: StyleValue;
                tag: string | JSXComponent;
                touch: boolean | TouchHandlers;
            }, {}, string, SlotsType<Partial<{
                additional: ((arg) => VNode[]);
                default: ((arg) => VNode[]);
                next: ((arg) => VNode[]);
                prev: ((arg) => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
                class: PropType<ClassValue>;
                continuous: BooleanConstructor;
                direction: {
                    default: string;
                    type: PropType<"horizontal" | "vertical">;
                };
                disabled: BooleanConstructor;
                mandatory: {
                    default: "force";
                    type: PropType<boolean | "force">;
                };
                modelValue: null;
                nextIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                prevIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                reverse: BooleanConstructor;
                selectedClass: {
                    default: string;
                    type: StringConstructor;
                };
                showArrows: {
                    type: (StringConstructor | BooleanConstructor)[];
                    validator: ((v) => boolean);
                };
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                theme: StringConstructor;
                touch: {
                    default: undefined;
                    type: PropType<boolean | TouchHandlers>;
                };
                verticalArrows: PropType<boolean | "left" | "right">;
            }, ExtractPropTypes<{
                class: PropType<ClassValue>;
                continuous: BooleanConstructor;
                direction: {
                    default: string;
                    type: PropType<"horizontal" | "vertical">;
                };
                disabled: BooleanConstructor;
                mandatory: {
                    default: "force";
                    type: PropType<boolean | "force">;
                };
                modelValue: null;
                nextIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                prevIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                reverse: BooleanConstructor;
                selectedClass: {
                    default: string;
                    type: StringConstructor;
                };
                showArrows: {
                    type: (StringConstructor | BooleanConstructor)[];
                    validator: ((v) => boolean);
                };
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                theme: StringConstructor;
                touch: {
                    default: undefined;
                    type: PropType<boolean | TouchHandlers>;
                };
                verticalArrows: PropType<boolean | "left" | "right">;
            }>>
          • VWindowItem: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    disabled: boolean;
                    eager: boolean;
                    style: StyleValue;
                } & {
                    class?: any;
                    reverseTransition?: string | boolean;
                    selectedClass?: string;
                    transition?: string | boolean;
                    value?: any;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                } & {
                    onGroup:selected?: ((val) => any);
                }, {
                    groupItem: GroupItemProvide;
                }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                    group:selected: ((val) => true);
                }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    disabled: boolean;
                    eager: boolean;
                    reverseTransition: string | boolean;
                    style: StyleValue;
                    transition: string | boolean;
                }, true, {}, SlotsType<Partial<{
                    default: (() => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    disabled: boolean;
                    eager: boolean;
                    style: StyleValue;
                } & {
                    class?: any;
                    reverseTransition?: string | boolean;
                    selectedClass?: string;
                    transition?: string | boolean;
                    value?: any;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                } & {
                    onGroup:selected?: ((val) => any);
                }, {
                    groupItem: GroupItemProvide;
                }, {}, {}, {}, {
                    disabled: boolean;
                    eager: boolean;
                    reverseTransition: string | boolean;
                    style: StyleValue;
                    transition: string | boolean;
                }>;
            } & ComponentOptionsBase<{
                disabled: boolean;
                eager: boolean;
                style: StyleValue;
            } & {
                class?: any;
                reverseTransition?: string | boolean;
                selectedClass?: string;
                transition?: string | boolean;
                value?: any;
            } & {
                $children?: VNodeChild | {
                    default?: (() => ...);
                } | (() => VNodeChild);
                v-slots?: {
                    default?: false | (() => ...);
                };
            } & {
                v-slot:default?: false | (() => VNodeChild);
            } & {
                onGroup:selected?: ((val) => any);
            }, {
                groupItem: GroupItemProvide;
            }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                group:selected: ((val) => true);
            }, string, {
                disabled: boolean;
                eager: boolean;
                reverseTransition: string | boolean;
                style: StyleValue;
                transition: string | boolean;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                class: PropType<ClassValue>;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                reverseTransition: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor)[];
                };
                selectedClass: StringConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                transition: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor)[];
                };
                value: null;
            }, ExtractPropTypes<{
                class: PropType<ClassValue>;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                reverseTransition: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor)[];
                };
                selectedClass: StringConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                transition: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor)[];
                };
                value: null;
            }>>

          Type declaration

            Type declaration