Variable CategorizationStepperRendererConst

CategorizationStepperRenderer: DefineComponent<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: Layout;
}, {
    activeCategory: Ref<number, number>;
    appliedOptions: ComputedRef<any>;
    categories: ComputedRef<{
        cells: JsonFormsCellRendererRegistryEntry[];
        config: any;
        data: any;
        direction: NonNullable<"row" | "column">;
        enabled: boolean;
        label: string;
        path: string;
        renderers: JsonFormsRendererRegistryEntry[];
        schema: NonNullable<JsonSchema>;
        uischema: NonNullable<Layout & UISchemaElement>;
        visible: boolean;
    }>[];
    layout: ComputedRef<{
        cells: JsonFormsCellRendererRegistryEntry[];
        config: any;
        data: any;
        direction: NonNullable<"row" | "column">;
        enabled: boolean;
        label: string;
        path: string;
        renderers: JsonFormsRendererRegistryEntry[];
        schema: NonNullable<JsonSchema>;
        uischema: NonNullable<Layout & UISchemaElement>;
        visible: boolean;
    }>;
    styles: Styles;
    vuetifyProps: ((path) => any);
}, {}, {
    visibleCategories(): ComputedRef<{
        cells: JsonFormsCellRendererRegistryEntry[];
        config: any;
        data: any;
        direction: NonNullable<"row" | "column">;
        enabled: boolean;
        label: string;
        path: string;
        renderers: JsonFormsRendererRegistryEntry[];
        schema: NonNullable<JsonSchema>;
        uischema: NonNullable<Layout & UISchemaElement>;
        visible: boolean;
    }>[];
    visibleCategoryLabels(): string[];
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
    cells?: JsonFormsCellRendererRegistryEntry[];
    config?: any;
    enabled?: boolean;
    path: string;
    renderers?: JsonFormsRendererRegistryEntry[];
    schema: JsonSchema;
    uischema: Layout;
}> & Readonly<{}>, {
    cells: JsonFormsCellRendererRegistryEntry[];
    config: Record<string, any>;
    enabled: boolean;
    renderers: JsonFormsRendererRegistryEntry[];
}, {}, {
    DispatchRenderer: DefineComponent<ExtractPropTypes<{
        cells: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsCellRendererRegistryEntry[]>;
        };
        config: {
            default: undefined;
            required: boolean;
            type: ObjectConstructor;
        };
        enabled: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        path: {
            required: true;
            type: StringConstructor;
        };
        renderers: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsRendererRegistryEntry[]>;
        };
        schema: {
            required: true;
            type: PropType<JsonSchema>;
        };
        uischema: {
            required: true;
            type: PropType<UISchemaElement>;
        };
    }>, {
        renderer: ComputedRef<{
            cells: JsonFormsCellRendererRegistryEntry[];
            config: any;
            enabled: NonNullable<boolean | undefined>;
            path: string;
            renderers: JsonFormsRendererRegistryEntry[];
            schema: NonNullable<JsonSchema | undefined>;
            uischema: NonNullable<UISchemaElement | undefined>;
            uischemas: JsonFormsUISchemaRegistryEntry[];
            visible: NonNullable<boolean | undefined>;
        }>;
        rootSchema: ComputedRef<NonNullable<JsonSchema>>;
    }, {}, {
        determinedRenderer(): any;
    }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
        cells: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsCellRendererRegistryEntry[]>;
        };
        config: {
            default: undefined;
            required: boolean;
            type: ObjectConstructor;
        };
        enabled: {
            default: undefined;
            required: false;
            type: BooleanConstructor;
        };
        path: {
            required: true;
            type: StringConstructor;
        };
        renderers: {
            default: undefined;
            required: boolean;
            type: PropType<JsonFormsRendererRegistryEntry[]>;
        };
        schema: {
            required: true;
            type: PropType<JsonSchema>;
        };
        uischema: {
            required: true;
            type: PropType<UISchemaElement>;
        };
    }>> & Readonly<{}>, {
        cells: JsonFormsCellRendererRegistryEntry[];
        config: Record<string, any>;
        enabled: boolean;
        renderers: JsonFormsRendererRegistryEntry[];
    }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
    VCard: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            hover: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        } & {
            appendAvatar?: string;
            appendIcon?: IconValue;
            border?: string | number | boolean;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            href?: string;
            image?: string;
            link?: boolean;
            loading?: string | boolean;
            location?: Anchor | null;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
            prependAvatar?: string;
            prependIcon?: IconValue;
            rounded?: string | number | boolean;
            subtitle?: string | number | boolean;
            text?: string | number | boolean;
            theme?: string;
            title?: string | number | boolean;
            to?: string | ObjectRenderer | ObjectRenderer;
            width?: string | number;
        } & {
            $children?: VNodeChild | (() => VNodeChild) | {
                actions?: ...;
                append?: ...;
                default?: ...;
                image?: ...;
                item?: ...;
                loader?: ...;
                prepend?: ...;
                subtitle?: ...;
                text?: ...;
                title?: ...;
            };
            v-slots?: {
                actions?: false | (...);
                append?: false | (...);
                default?: false | (...);
                image?: false | (...);
                item?: false | (...);
                loader?: false | (...);
                prepend?: false | (...);
                subtitle?: false | (...);
                text?: false | (...);
                title?: false | (...);
            };
        } & {
            v-slot:actions?: false | (() => VNodeChild);
            v-slot:append?: false | (() => VNodeChild);
            v-slot:default?: false | (() => VNodeChild);
            v-slot:image?: false | (() => VNodeChild);
            v-slot:item?: false | (() => VNodeChild);
            v-slot:loader?: false | ((arg) => VNodeChild);
            v-slot:prepend?: false | (() => VNodeChild);
            v-slot:subtitle?: false | (() => VNodeChild);
            v-slot:text?: false | (() => VNodeChild);
            v-slot:title?: false | (() => VNodeChild);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            hover: boolean;
            link: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            style: StyleValue;
            subtitle: string | number | boolean;
            tag: string | JSXComponent;
            text: string | number | boolean;
            tile: boolean;
            title: string | number | boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        }, true, {}, SlotsType<Partial<{
            actions: (() => VNode[]);
            append: (() => VNode[]);
            default: (() => VNode[]);
            image: (() => VNode[]);
            item: (() => VNode[]);
            loader: ((arg) => VNode[]);
            prepend: (() => VNode[]);
            subtitle: (() => VNode[]);
            text: (() => VNode[]);
            title: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            hover: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        } & {
            appendAvatar?: string;
            appendIcon?: IconValue;
            border?: string | number | boolean;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            href?: string;
            image?: string;
            link?: boolean;
            loading?: string | boolean;
            location?: Anchor | null;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
            prependAvatar?: string;
            prependIcon?: IconValue;
            rounded?: string | number | boolean;
            subtitle?: string | number | boolean;
            text?: string | number | boolean;
            theme?: string;
            title?: string | number | boolean;
            to?: string | ObjectRenderer | ObjectRenderer;
            width?: string | number;
        } & {
            $children?: VNodeChild | (() => VNodeChild) | {
                actions?: ...;
                append?: ...;
                default?: ...;
                image?: ...;
                item?: ...;
                loader?: ...;
                prepend?: ...;
                subtitle?: ...;
                text?: ...;
                title?: ...;
            };
            v-slots?: {
                actions?: false | (...);
                append?: false | (...);
                default?: false | (...);
                image?: false | (...);
                item?: false | (...);
                loader?: false | (...);
                prepend?: false | (...);
                subtitle?: false | (...);
                text?: false | (...);
                title?: false | (...);
            };
        } & {
            v-slot:actions?: false | (() => VNodeChild);
            v-slot:append?: false | (() => VNodeChild);
            v-slot:default?: false | (() => VNodeChild);
            v-slot:image?: false | (() => VNodeChild);
            v-slot:item?: false | (() => VNodeChild);
            v-slot:loader?: false | ((arg) => VNodeChild);
            v-slot:prepend?: false | (() => VNodeChild);
            v-slot:subtitle?: false | (() => VNodeChild);
            v-slot:text?: false | (() => VNodeChild);
            v-slot:title?: false | (() => VNodeChild);
        }, {}, {}, {}, {}, {
            density: Density;
            disabled: boolean;
            exact: boolean;
            flat: boolean;
            hover: boolean;
            link: boolean;
            replace: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            style: StyleValue;
            subtitle: string | number | boolean;
            tag: string | JSXComponent;
            text: string | number | boolean;
            tile: boolean;
            title: string | number | boolean;
            variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
        }>;
    } & ComponentOptionsBase<{
        density: Density;
        disabled: boolean;
        exact: boolean;
        flat: boolean;
        hover: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
    } & {
        appendAvatar?: string;
        appendIcon?: IconValue;
        border?: string | number | boolean;
        class?: any;
        color?: string;
        elevation?: string | number;
        height?: string | number;
        href?: string;
        image?: string;
        link?: boolean;
        loading?: string | boolean;
        location?: Anchor | null;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
        prependAvatar?: string;
        prependIcon?: IconValue;
        rounded?: string | number | boolean;
        subtitle?: string | number | boolean;
        text?: string | number | boolean;
        theme?: string;
        title?: string | number | boolean;
        to?: string | ObjectRenderer | ObjectRenderer;
        width?: string | number;
    } & {
        $children?: VNodeChild | (() => VNodeChild) | {
            actions?: (() => ...);
            append?: (() => ...);
            default?: (() => ...);
            image?: (() => ...);
            item?: (() => ...);
            loader?: ((arg) => ...);
            prepend?: (() => ...);
            subtitle?: (() => ...);
            text?: (() => ...);
            title?: (() => ...);
        };
        v-slots?: {
            actions?: false | (() => ...);
            append?: false | (() => ...);
            default?: false | (() => ...);
            image?: false | (() => ...);
            item?: false | (() => ...);
            loader?: false | ((arg) => ...);
            prepend?: false | (() => ...);
            subtitle?: false | (() => ...);
            text?: false | (() => ...);
            title?: false | (() => ...);
        };
    } & {
        v-slot:actions?: false | (() => VNodeChild);
        v-slot:append?: false | (() => VNodeChild);
        v-slot:default?: false | (() => VNodeChild);
        v-slot:image?: false | (() => VNodeChild);
        v-slot:item?: false | (() => VNodeChild);
        v-slot:loader?: false | ((arg) => VNodeChild);
        v-slot:prepend?: false | (() => VNodeChild);
        v-slot:subtitle?: false | (() => VNodeChild);
        v-slot:text?: false | (() => VNodeChild);
        v-slot:title?: false | (() => VNodeChild);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        density: Density;
        disabled: boolean;
        exact: boolean;
        flat: boolean;
        hover: boolean;
        link: boolean;
        replace: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        rounded: string | number | boolean;
        style: StyleValue;
        subtitle: string | number | boolean;
        tag: string | JSXComponent;
        text: string | number | boolean;
        tile: boolean;
        title: string | number | boolean;
        variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
    }, {}, string, SlotsType<Partial<{
        actions: (() => VNode[]);
        append: (() => VNode[]);
        default: (() => VNode[]);
        image: (() => VNode[]);
        item: (() => VNode[]);
        loader: ((arg) => VNode[]);
        prepend: (() => VNode[]);
        subtitle: (() => VNode[]);
        text: (() => VNode[]);
        title: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        appendAvatar: StringConstructor;
        appendIcon: PropType<IconValue>;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        flat: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hover: BooleanConstructor;
        href: StringConstructor;
        image: StringConstructor;
        link: {
            default: undefined;
            type: BooleanConstructor;
        };
        loading: (StringConstructor | BooleanConstructor)[];
        location: PropType<Anchor | null>;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        position: {
            type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
            validator: ((v) => boolean);
        };
        prependAvatar: StringConstructor;
        prependIcon: PropType<IconValue>;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        subtitle: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        text: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        title: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        to: PropType<ObjectRenderer>;
        variant: Omit<{
            default: string;
            type: PropType<Variant>;
            validator: ((v) => boolean);
        }, "type" | "default"> & {
            default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
            type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
        };
        width: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        appendAvatar: StringConstructor;
        appendIcon: PropType<IconValue>;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        density: {
            default: string;
            type: PropType<Density>;
            validator: ((v) => boolean);
        };
        disabled: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        exact: BooleanConstructor;
        flat: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hover: BooleanConstructor;
        href: StringConstructor;
        image: StringConstructor;
        link: {
            default: undefined;
            type: BooleanConstructor;
        };
        loading: (StringConstructor | BooleanConstructor)[];
        location: PropType<Anchor | null>;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        position: {
            type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
            validator: ((v) => boolean);
        };
        prependAvatar: StringConstructor;
        prependIcon: PropType<IconValue>;
        replace: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        subtitle: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        text: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        title: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        to: PropType<ObjectRenderer>;
        variant: Omit<{
            default: string;
            type: PropType<Variant>;
            validator: ((v) => boolean);
        }, "type" | "default"> & {
            default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
            type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
        };
        width: (StringConstructor | NumberConstructor)[];
    }>>;
    VDivider: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            inset: boolean;
            style: StyleValue;
            vertical: boolean;
        } & {
            class?: any;
            color?: string;
            length?: string | number;
            opacity?: string | number;
            theme?: string;
            thickness?: string | number;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            inset: boolean;
            style: StyleValue;
            vertical: boolean;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            inset: boolean;
            style: StyleValue;
            vertical: boolean;
        } & {
            class?: any;
            color?: string;
            length?: string | number;
            opacity?: string | number;
            theme?: string;
            thickness?: string | number;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, {}, {}, {}, {}, {
            inset: boolean;
            style: StyleValue;
            vertical: boolean;
        }>;
    } & ComponentOptionsBase<{
        inset: boolean;
        style: StyleValue;
        vertical: boolean;
    } & {
        class?: any;
        color?: string;
        length?: string | number;
        opacity?: string | number;
        theme?: string;
        thickness?: string | number;
    } & {
        $children?: VNodeChild | {
            default?: (() => ...);
        } | (() => VNodeChild);
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        inset: boolean;
        style: StyleValue;
        vertical: boolean;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        color: StringConstructor;
        inset: BooleanConstructor;
        length: (StringConstructor | NumberConstructor)[];
        opacity: (StringConstructor | NumberConstructor)[];
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        theme: StringConstructor;
        thickness: (StringConstructor | NumberConstructor)[];
        vertical: BooleanConstructor;
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        color: StringConstructor;
        inset: BooleanConstructor;
        length: (StringConstructor | NumberConstructor)[];
        opacity: (StringConstructor | NumberConstructor)[];
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        theme: StringConstructor;
        thickness: (StringConstructor | NumberConstructor)[];
        vertical: BooleanConstructor;
    }>>;
    VStepper: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            altLabels: boolean;
            disabled: boolean;
            editable: boolean;
            flat: boolean;
            hideActions: boolean;
            itemTitle: string;
            itemValue: string;
            items: readonly StepperItem[];
            mandatory: boolean | "force";
            mobile: boolean | null;
            multiple: boolean;
            nextText: string;
            nonLinear: boolean;
            prevText: string;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
        } & {
            bgColor?: string;
            border?: string | number | boolean;
            class?: any;
            color?: string;
            completeIcon?: IconValue;
            editIcon?: IconValue;
            elevation?: string | number;
            errorIcon?: IconValue;
            height?: string | number;
            location?: Anchor | null;
            max?: number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            mobileBreakpoint?: number | DisplayBreakpoint;
            modelValue?: any;
            position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
            rounded?: string | number | boolean;
            theme?: string;
            width?: string | number;
        } & {
            $children?: VNodeChild | {
                actions?: ...;
                default?: ...;
                header?: ...;
                header-item?: ...;
                icon?: ...;
                item?: ...;
                next?: ...;
                prev?: ...;
                subtitle?: ...;
                title?: ...;
                [x: `header-item.${string}`]: (...) | undefined;
            } | ((arg) => VNodeChild);
            v-slots?: {
                actions?: false | (...);
                default?: false | (...);
                header?: false | (...);
                header-item?: false | (...);
                icon?: false | (...);
                item?: false | (...);
                next?: false | (...);
                prev?: false | (...);
                subtitle?: false | (...);
                title?: false | (...);
                [x: `header-item.${string}`]: false | (...) | undefined;
            };
        } & {
            v-slot:actions?: false | ((arg) => VNodeChild);
            v-slot:default?: false | ((arg) => VNodeChild);
            v-slot:header?: false | ((arg) => VNodeChild);
            v-slot:header-item?: false | ((arg) => VNodeChild);
            v-slot:icon?: false | ((arg) => VNodeChild);
            v-slot:item?: false | ((arg) => VNodeChild);
            v-slot:next?: false | (() => VNodeChild);
            v-slot:prev?: false | (() => VNodeChild);
            v-slot:subtitle?: false | ((arg) => VNodeChild);
            v-slot:title?: false | ((arg) => VNodeChild);
            [x: `v-slot:header-item.${string}`]: false | ((arg) => VNodeChild) | undefined;
        } & {
            onUpdate:modelValue?: ((v) => any);
        }, {
            next: (() => void);
            prev: (() => void);
        }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            update:modelValue: ((v) => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            altLabels: boolean;
            disabled: boolean;
            editable: boolean;
            flat: boolean;
            hideActions: boolean;
            itemTitle: string;
            itemValue: string;
            items: readonly StepperItem[];
            mandatory: boolean | "force";
            mobile: boolean | null;
            modelValue: any;
            multiple: boolean;
            nextText: string;
            nonLinear: boolean;
            prevText: string;
            rounded: string | number | boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
        }, true, {}, SlotsType<Partial<{
            actions: ((arg) => VNode[]);
            default: ((arg) => VNode[]);
            header: ((arg) => VNode[]);
            header-item: ((arg) => VNode[]);
            icon: ((arg) => VNode[]);
            item: ((arg) => VNode[]);
            next: (() => VNode[]);
            prev: (() => VNode[]);
            subtitle: ((arg) => VNode[]);
            title: ((arg) => VNode[]);
            [x: `header-item.${string}`]: ((arg) => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            altLabels: boolean;
            disabled: boolean;
            editable: boolean;
            flat: boolean;
            hideActions: boolean;
            itemTitle: string;
            itemValue: string;
            items: readonly StepperItem[];
            mandatory: boolean | "force";
            mobile: boolean | null;
            multiple: boolean;
            nextText: string;
            nonLinear: boolean;
            prevText: string;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
        } & {
            bgColor?: string;
            border?: string | number | boolean;
            class?: any;
            color?: string;
            completeIcon?: IconValue;
            editIcon?: IconValue;
            elevation?: string | number;
            errorIcon?: IconValue;
            height?: string | number;
            location?: Anchor | null;
            max?: number;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            mobileBreakpoint?: number | DisplayBreakpoint;
            modelValue?: any;
            position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
            rounded?: string | number | boolean;
            theme?: string;
            width?: string | number;
        } & {
            $children?: VNodeChild | {
                actions?: ...;
                default?: ...;
                header?: ...;
                header-item?: ...;
                icon?: ...;
                item?: ...;
                next?: ...;
                prev?: ...;
                subtitle?: ...;
                title?: ...;
                [x: `header-item.${string}`]: (...) | undefined;
            } | ((arg) => VNodeChild);
            v-slots?: {
                actions?: false | (...);
                default?: false | (...);
                header?: false | (...);
                header-item?: false | (...);
                icon?: false | (...);
                item?: false | (...);
                next?: false | (...);
                prev?: false | (...);
                subtitle?: false | (...);
                title?: false | (...);
                [x: `header-item.${string}`]: false | (...) | undefined;
            };
        } & {
            v-slot:actions?: false | ((arg) => VNodeChild);
            v-slot:default?: false | ((arg) => VNodeChild);
            v-slot:header?: false | ((arg) => VNodeChild);
            v-slot:header-item?: false | ((arg) => VNodeChild);
            v-slot:icon?: false | ((arg) => VNodeChild);
            v-slot:item?: false | ((arg) => VNodeChild);
            v-slot:next?: false | (() => VNodeChild);
            v-slot:prev?: false | (() => VNodeChild);
            v-slot:subtitle?: false | ((arg) => VNodeChild);
            v-slot:title?: false | ((arg) => VNodeChild);
            [x: `v-slot:header-item.${string}`]: false | ((arg) => VNodeChild) | undefined;
        } & {
            onUpdate:modelValue?: ((v) => any);
        }, {
            next: (() => void);
            prev: (() => void);
        }, {}, {}, {}, {
            altLabels: boolean;
            disabled: boolean;
            editable: boolean;
            flat: boolean;
            hideActions: boolean;
            itemTitle: string;
            itemValue: string;
            items: readonly StepperItem[];
            mandatory: boolean | "force";
            mobile: boolean | null;
            modelValue: any;
            multiple: boolean;
            nextText: string;
            nonLinear: boolean;
            prevText: string;
            rounded: string | number | boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
        }>;
    } & ComponentOptionsBase<{
        altLabels: boolean;
        disabled: boolean;
        editable: boolean;
        flat: boolean;
        hideActions: boolean;
        itemTitle: string;
        itemValue: string;
        items: readonly StepperItem[];
        mandatory: boolean | "force";
        mobile: boolean | null;
        multiple: boolean;
        nextText: string;
        nonLinear: boolean;
        prevText: string;
        selectedClass: string;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
    } & {
        bgColor?: string;
        border?: string | number | boolean;
        class?: any;
        color?: string;
        completeIcon?: IconValue;
        editIcon?: IconValue;
        elevation?: string | number;
        errorIcon?: IconValue;
        height?: string | number;
        location?: Anchor | null;
        max?: number;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        mobileBreakpoint?: number | DisplayBreakpoint;
        modelValue?: any;
        position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
        rounded?: string | number | boolean;
        theme?: string;
        width?: string | number;
    } & {
        $children?: VNodeChild | {
            actions?: ((arg) => ...);
            default?: ((arg) => ...);
            header?: ((arg) => ...);
            header-item?: ((arg) => ...);
            icon?: ((arg) => ...);
            item?: ((arg) => ...);
            next?: (() => ...);
            prev?: (() => ...);
            subtitle?: ((arg) => ...);
            title?: ((arg) => ...);
            [x: `header-item.${string}`]: ((arg) => ...) | undefined;
        } | ((arg) => VNodeChild);
        v-slots?: {
            actions?: false | ((arg) => ...);
            default?: false | ((arg) => ...);
            header?: false | ((arg) => ...);
            header-item?: false | ((arg) => ...);
            icon?: false | ((arg) => ...);
            item?: false | ((arg) => ...);
            next?: false | (() => ...);
            prev?: false | (() => ...);
            subtitle?: false | ((arg) => ...);
            title?: false | ((arg) => ...);
            [x: `header-item.${string}`]: false | ((arg) => ...) | undefined;
        };
    } & {
        v-slot:actions?: false | ((arg) => VNodeChild);
        v-slot:default?: false | ((arg) => VNodeChild);
        v-slot:header?: false | ((arg) => VNodeChild);
        v-slot:header-item?: false | ((arg) => VNodeChild);
        v-slot:icon?: false | ((arg) => VNodeChild);
        v-slot:item?: false | ((arg) => VNodeChild);
        v-slot:next?: false | (() => VNodeChild);
        v-slot:prev?: false | (() => VNodeChild);
        v-slot:subtitle?: false | ((arg) => VNodeChild);
        v-slot:title?: false | ((arg) => VNodeChild);
        [x: `v-slot:header-item.${string}`]: false | ((arg) => VNodeChild) | undefined;
    } & {
        onUpdate:modelValue?: ((v) => any);
    }, {
        next: (() => void);
        prev: (() => void);
    }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        update:modelValue: ((v) => true);
    }, string, {
        altLabels: boolean;
        disabled: boolean;
        editable: boolean;
        flat: boolean;
        hideActions: boolean;
        itemTitle: string;
        itemValue: string;
        items: readonly StepperItem[];
        mandatory: boolean | "force";
        mobile: boolean | null;
        modelValue: any;
        multiple: boolean;
        nextText: string;
        nonLinear: boolean;
        prevText: string;
        rounded: string | number | boolean;
        selectedClass: string;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
    }, {}, string, SlotsType<Partial<{
        actions: ((arg) => VNode[]);
        default: ((arg) => VNode[]);
        header: ((arg) => VNode[]);
        header-item: ((arg) => VNode[]);
        icon: ((arg) => VNode[]);
        item: ((arg) => VNode[]);
        next: (() => VNode[]);
        prev: (() => VNode[]);
        subtitle: ((arg) => VNode[]);
        title: ((arg) => VNode[]);
        [x: `header-item.${string}`]: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        altLabels: BooleanConstructor;
        bgColor: StringConstructor;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        completeIcon: PropType<IconValue>;
        disabled: BooleanConstructor;
        editIcon: PropType<IconValue>;
        editable: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        errorIcon: PropType<IconValue>;
        flat: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideActions: BooleanConstructor;
        itemTitle: {
            default: string;
            type: StringConstructor;
        };
        itemValue: {
            default: string;
            type: StringConstructor;
        };
        items: {
            default: (() => never[]);
            type: PropType<readonly StepperItem[]>;
        };
        location: PropType<Anchor | null>;
        mandatory: {
            default: NonNullable<boolean | "force">;
            type: PropType<boolean | "force">;
        };
        max: NumberConstructor;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        mobile: {
            default: boolean;
            type: PropType<boolean | null>;
        };
        mobileBreakpoint: PropType<number | DisplayBreakpoint>;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        nextText: {
            default: string;
            type: StringConstructor;
        };
        nonLinear: BooleanConstructor;
        position: {
            type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
            validator: ((v) => boolean);
        };
        prevText: {
            default: string;
            type: StringConstructor;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        selectedClass: {
            default: string;
            type: PropType<string>;
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        width: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        altLabels: BooleanConstructor;
        bgColor: StringConstructor;
        border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        class: PropType<ClassValue>;
        color: StringConstructor;
        completeIcon: PropType<IconValue>;
        disabled: BooleanConstructor;
        editIcon: PropType<IconValue>;
        editable: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        errorIcon: PropType<IconValue>;
        flat: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideActions: BooleanConstructor;
        itemTitle: {
            default: string;
            type: StringConstructor;
        };
        itemValue: {
            default: string;
            type: StringConstructor;
        };
        items: {
            default: (() => never[]);
            type: PropType<readonly StepperItem[]>;
        };
        location: PropType<Anchor | null>;
        mandatory: {
            default: NonNullable<boolean | "force">;
            type: PropType<boolean | "force">;
        };
        max: NumberConstructor;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        mobile: {
            default: boolean;
            type: PropType<boolean | null>;
        };
        mobileBreakpoint: PropType<number | DisplayBreakpoint>;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        nextText: {
            default: string;
            type: StringConstructor;
        };
        nonLinear: BooleanConstructor;
        position: {
            type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
            validator: ((v) => boolean);
        };
        prevText: {
            default: string;
            type: StringConstructor;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        selectedClass: {
            default: string;
            type: PropType<string>;
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        width: (StringConstructor | NumberConstructor)[];
    }>>;
    VStepperActions: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            disabled: boolean | "next" | "prev";
            nextText: string;
            prevText: string;
        } & {
            color?: string;
        } & {
            $children?: {} | VNodeChild | {
                next?: ...;
                prev?: ...;
            };
            v-slots?: {
                next?: false | (...);
                prev?: false | (...);
            };
        } & {
            v-slot:next?: false | ((arg) => VNodeChild);
            v-slot:prev?: false | ((arg) => VNodeChild);
        } & {
            onClick:next?: (() => any);
            onClick:prev?: (() => any);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            click:next: (() => true);
            click:prev: (() => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            disabled: boolean | "next" | "prev";
            nextText: string;
            prevText: string;
        }, true, {}, SlotsType<Partial<{
            next: ((arg) => VNode[]);
            prev: ((arg) => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            disabled: boolean | "next" | "prev";
            nextText: string;
            prevText: string;
        } & {
            color?: string;
        } & {
            $children?: {} | VNodeChild | {
                next?: ...;
                prev?: ...;
            };
            v-slots?: {
                next?: false | (...);
                prev?: false | (...);
            };
        } & {
            v-slot:next?: false | ((arg) => VNodeChild);
            v-slot:prev?: false | ((arg) => VNodeChild);
        } & {
            onClick:next?: (() => any);
            onClick:prev?: (() => any);
        }, {}, {}, {}, {}, {
            disabled: boolean | "next" | "prev";
            nextText: string;
            prevText: string;
        }>;
    } & ComponentOptionsBase<{
        disabled: boolean | "next" | "prev";
        nextText: string;
        prevText: string;
    } & {
        color?: string;
    } & {
        $children?: {} | VNodeChild | {
            next?: ((arg) => ...);
            prev?: ((arg) => ...);
        };
        v-slots?: {
            next?: false | ((arg) => ...);
            prev?: false | ((arg) => ...);
        };
    } & {
        v-slot:next?: false | ((arg) => VNodeChild);
        v-slot:prev?: false | ((arg) => VNodeChild);
    } & {
        onClick:next?: (() => any);
        onClick:prev?: (() => any);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        click:next: (() => true);
        click:prev: (() => true);
    }, string, {
        disabled: boolean | "next" | "prev";
        nextText: string;
        prevText: string;
    }, {}, string, SlotsType<Partial<{
        next: ((arg) => VNode[]);
        prev: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        color: StringConstructor;
        disabled: {
            default: boolean;
            type: PropType<boolean | "next" | "prev">;
        };
        nextText: {
            default: string;
            type: StringConstructor;
        };
        prevText: {
            default: string;
            type: StringConstructor;
        };
    }, ExtractPropTypes<{
        color: StringConstructor;
        disabled: {
            default: boolean;
            type: PropType<boolean | "next" | "prev">;
        };
        nextText: {
            default: string;
            type: StringConstructor;
        };
        prevText: {
            default: string;
            type: StringConstructor;
        };
    }>>;
    VStepperHeader: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            style: StyleValue;
            tag: string;
        } & {
            class?: any;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            style: StyleValue;
            tag: string;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            style: StyleValue;
            tag: string;
        } & {
            class?: any;
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        }, (() => VNode<RendererNode, RendererElement, {
            [key: string]: any;
        }>), {}, {}, {}, {
            style: StyleValue;
            tag: string;
        }>;
    } & ComponentOptionsBase<{
        style: StyleValue;
        tag: string;
    } & {
        class?: any;
    } & {
        $children?: VNodeChild | {
            default?: (() => ...);
        } | (() => VNodeChild);
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    }, (() => VNode<RendererNode, RendererElement, {
        [key: string]: any;
    }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
        style: StyleValue;
        tag: string;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: StringConstructor;
        };
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: StringConstructor;
        };
    }>>;
    VStepperItem: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            complete: boolean;
            completeIcon: IconValue;
            disabled: boolean;
            editIcon: IconValue;
            editable: boolean;
            error: boolean;
            errorIcon: IconValue;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rules: readonly ValidationRule[];
        } & {
            color?: string;
            icon?: IconValue;
            selectedClass?: string;
            subtitle?: string;
            title?: string;
            value?: any;
        } & {
            $children?: VNodeChild | ((arg) => VNodeChild) | {
                default?: ...;
                icon?: ...;
                subtitle?: ...;
                title?: ...;
            };
            v-slots?: {
                default?: false | (...);
                icon?: false | (...);
                subtitle?: false | (...);
                title?: false | (...);
            };
        } & {
            v-slot:default?: false | ((arg) => VNodeChild);
            v-slot:icon?: false | ((arg) => VNodeChild);
            v-slot:subtitle?: false | ((arg) => VNodeChild);
            v-slot:title?: false | ((arg) => VNodeChild);
        } & {
            onGroup:selected?: ((val) => any);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            group:selected: ((val) => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            complete: boolean;
            completeIcon: IconValue;
            disabled: boolean;
            editIcon: IconValue;
            editable: boolean;
            error: boolean;
            errorIcon: IconValue;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rules: readonly ValidationRule[];
        }, true, {}, SlotsType<Partial<{
            default: ((arg) => VNode[]);
            icon: ((arg) => VNode[]);
            subtitle: ((arg) => VNode[]);
            title: ((arg) => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            complete: boolean;
            completeIcon: IconValue;
            disabled: boolean;
            editIcon: IconValue;
            editable: boolean;
            error: boolean;
            errorIcon: IconValue;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rules: readonly ValidationRule[];
        } & {
            color?: string;
            icon?: IconValue;
            selectedClass?: string;
            subtitle?: string;
            title?: string;
            value?: any;
        } & {
            $children?: VNodeChild | ((arg) => VNodeChild) | {
                default?: ...;
                icon?: ...;
                subtitle?: ...;
                title?: ...;
            };
            v-slots?: {
                default?: false | (...);
                icon?: false | (...);
                subtitle?: false | (...);
                title?: false | (...);
            };
        } & {
            v-slot:default?: false | ((arg) => VNodeChild);
            v-slot:icon?: false | ((arg) => VNodeChild);
            v-slot:subtitle?: false | ((arg) => VNodeChild);
            v-slot:title?: false | ((arg) => VNodeChild);
        } & {
            onGroup:selected?: ((val) => any);
        }, {}, {}, {}, {}, {
            complete: boolean;
            completeIcon: IconValue;
            disabled: boolean;
            editIcon: IconValue;
            editable: boolean;
            error: boolean;
            errorIcon: IconValue;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rules: readonly ValidationRule[];
        }>;
    } & ComponentOptionsBase<{
        complete: boolean;
        completeIcon: IconValue;
        disabled: boolean;
        editIcon: IconValue;
        editable: boolean;
        error: boolean;
        errorIcon: IconValue;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        rules: readonly ValidationRule[];
    } & {
        color?: string;
        icon?: IconValue;
        selectedClass?: string;
        subtitle?: string;
        title?: string;
        value?: any;
    } & {
        $children?: VNodeChild | ((arg) => VNodeChild) | {
            default?: ((arg) => ...);
            icon?: ((arg) => ...);
            subtitle?: ((arg) => ...);
            title?: ((arg) => ...);
        };
        v-slots?: {
            default?: false | ((arg) => ...);
            icon?: false | ((arg) => ...);
            subtitle?: false | ((arg) => ...);
            title?: false | ((arg) => ...);
        };
    } & {
        v-slot:default?: false | ((arg) => VNodeChild);
        v-slot:icon?: false | ((arg) => VNodeChild);
        v-slot:subtitle?: false | ((arg) => VNodeChild);
        v-slot:title?: false | ((arg) => VNodeChild);
    } & {
        onGroup:selected?: ((val) => any);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        group:selected: ((val) => true);
    }, string, {
        complete: boolean;
        completeIcon: IconValue;
        disabled: boolean;
        editIcon: IconValue;
        editable: boolean;
        error: boolean;
        errorIcon: IconValue;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        rules: readonly ValidationRule[];
    }, {}, string, SlotsType<Partial<{
        default: ((arg) => VNode[]);
        icon: ((arg) => VNode[]);
        subtitle: ((arg) => VNode[]);
        title: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        color: StringConstructor;
        complete: BooleanConstructor;
        completeIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        disabled: BooleanConstructor;
        editIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        editable: BooleanConstructor;
        error: BooleanConstructor;
        errorIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        icon: PropType<IconValue>;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly ValidationRule[]>;
        };
        selectedClass: StringConstructor;
        subtitle: StringConstructor;
        title: StringConstructor;
        value: null;
    }, ExtractPropTypes<{
        color: StringConstructor;
        complete: BooleanConstructor;
        completeIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        disabled: BooleanConstructor;
        editIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        editable: BooleanConstructor;
        error: BooleanConstructor;
        errorIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        icon: PropType<IconValue>;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly ValidationRule[]>;
        };
        selectedClass: StringConstructor;
        subtitle: StringConstructor;
        title: StringConstructor;
        value: null;
    }>>;
    VStepperVertical: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            altLabels: boolean;
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            editable: boolean;
            expandIcon: IconValue;
            flat: boolean;
            focusable: boolean;
            hideActions: boolean;
            itemTitle: string;
            itemValue: string;
            items: readonly StepperItem[];
            mandatory: boolean | "force";
            mobile: boolean | null;
            multiple: boolean;
            nextText: string;
            nonLinear: boolean;
            prevText: string;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "default" | "inset" | "accordion" | "popout";
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            completeIcon?: IconValue;
            editIcon?: IconValue;
            elevation?: string | number;
            errorIcon?: IconValue;
            max?: number;
            mobileBreakpoint?: number | DisplayBreakpoint;
            rounded?: string | number | boolean;
            selectedClass?: string;
            theme?: string;
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
            update:modelValue: ((val) => true);
        }, "$children" | "v-slots" | "v-slot:default" | "v-slot:title" | "v-slot:subtitle" | "modelValue" | `v-slot:item.${string}` | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:actions" | "v-slot:icon" | `v-slot:header-item.${string}`>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            altLabels: boolean;
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            editable: boolean;
            expandIcon: IconValue;
            flat: boolean;
            focusable: boolean;
            hideActions: boolean;
            itemTitle: string;
            itemValue: string;
            items: readonly StepperItem[];
            mandatory: boolean | "force";
            mobile: boolean | null;
            multiple: boolean;
            nextText: string;
            nonLinear: boolean;
            prevText: string;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "default" | "inset" | "accordion" | "popout";
        }, true, {}, SlotsType<Partial<{
            actions: ((arg) => VNode[]);
            default: ((arg) => VNode[]);
            icon: ((arg) => VNode[]);
            next: ((arg) => VNode[]);
            prev: ((arg) => VNode[]);
            subtitle: ((arg) => VNode[]);
            title: ((arg) => VNode[]);
            [x: `header-item.${string}`]: ((arg) => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            altLabels: boolean;
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            editable: boolean;
            expandIcon: IconValue;
            flat: boolean;
            focusable: boolean;
            hideActions: boolean;
            itemTitle: string;
            itemValue: string;
            items: readonly StepperItem[];
            mandatory: boolean | "force";
            mobile: boolean | null;
            multiple: boolean;
            nextText: string;
            nonLinear: boolean;
            prevText: string;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "default" | "inset" | "accordion" | "popout";
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            completeIcon?: IconValue;
            editIcon?: IconValue;
            elevation?: string | number;
            errorIcon?: IconValue;
            max?: number;
            mobileBreakpoint?: number | DisplayBreakpoint;
            rounded?: string | number | boolean;
            selectedClass?: string;
            theme?: string;
        }, {}, {}, {}, {}, {
            altLabels: boolean;
            collapseIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            editable: boolean;
            expandIcon: IconValue;
            flat: boolean;
            focusable: boolean;
            hideActions: boolean;
            itemTitle: string;
            itemValue: string;
            items: readonly StepperItem[];
            mandatory: boolean | "force";
            mobile: boolean | null;
            multiple: boolean;
            nextText: string;
            nonLinear: boolean;
            prevText: string;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
            variant: "default" | "inset" | "accordion" | "popout";
        }>;
    } & ComponentOptionsBase<{
        altLabels: boolean;
        collapseIcon: IconValue;
        disabled: boolean;
        eager: boolean;
        editable: boolean;
        expandIcon: IconValue;
        flat: boolean;
        focusable: boolean;
        hideActions: boolean;
        itemTitle: string;
        itemValue: string;
        items: readonly StepperItem[];
        mandatory: boolean | "force";
        mobile: boolean | null;
        multiple: boolean;
        nextText: string;
        nonLinear: boolean;
        prevText: string;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "default" | "inset" | "accordion" | "popout";
    } & {
        bgColor?: string;
        class?: any;
        color?: string;
        completeIcon?: IconValue;
        editIcon?: IconValue;
        elevation?: string | number;
        errorIcon?: IconValue;
        max?: number;
        mobileBreakpoint?: number | DisplayBreakpoint;
        rounded?: string | number | boolean;
        selectedClass?: string;
        theme?: string;
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
        update:modelValue: ((val) => true);
    }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:title" | "v-slot:subtitle" | "v-slot:actions" | `v-slot:item.${string}` | "v-slot:next" | "v-slot:prev" | "v-slot:icon" | `v-slot:header-item.${string}`>, string, {
        altLabels: boolean;
        collapseIcon: IconValue;
        disabled: boolean;
        eager: boolean;
        editable: boolean;
        expandIcon: IconValue;
        flat: boolean;
        focusable: boolean;
        hideActions: boolean;
        itemTitle: string;
        itemValue: string;
        items: readonly StepperItem[];
        mandatory: boolean | "force";
        mobile: boolean | null;
        multiple: boolean;
        nextText: string;
        nonLinear: boolean;
        prevText: string;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        rounded: string | number | boolean;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
        variant: "default" | "inset" | "accordion" | "popout";
    }, {}, string, SlotsType<Partial<{
        actions: ((arg) => VNode[]);
        default: ((arg) => VNode[]);
        icon: ((arg) => VNode[]);
        next: ((arg) => VNode[]);
        prev: ((arg) => VNode[]);
        subtitle: ((arg) => VNode[]);
        title: ((arg) => VNode[]);
        [x: `header-item.${string}`]: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
        altLabels: BooleanConstructor;
        bgColor: StringConstructor;
        class: PropType<ClassValue>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        completeIcon: PropType<IconValue>;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        editIcon: PropType<IconValue>;
        editable: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        errorIcon: PropType<IconValue>;
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        flat: BooleanConstructor;
        focusable: BooleanConstructor;
        hideActions: BooleanConstructor;
        itemTitle: {
            default: string;
            type: StringConstructor;
        };
        itemValue: {
            default: string;
            type: StringConstructor;
        };
        items: {
            default: (() => never[]);
            type: PropType<readonly StepperItem[]>;
        };
        mandatory: {
            default: NonNullable<boolean | "force">;
            type: PropType<boolean | "force">;
        };
        max: NumberConstructor;
        mobile: {
            default: boolean;
            type: PropType<boolean | null>;
        };
        mobileBreakpoint: PropType<number | DisplayBreakpoint>;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        nextText: {
            default: string;
            type: StringConstructor;
        };
        nonLinear: BooleanConstructor;
        prevText: {
            default: string;
            type: StringConstructor;
        };
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        selectedClass: StringConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        variant: Omit<{
            default: string;
            type: PropType<"default" | "inset" | "accordion" | "popout">;
            validator: ((v) => boolean);
        }, "type" | "default"> & {
            default: NonNullable<"default" | "inset" | "accordion" | "popout">;
            type: PropType<"default" | "inset" | "accordion" | "popout">;
        };
    }, ExtractPropTypes<{
        altLabels: BooleanConstructor;
        bgColor: StringConstructor;
        class: PropType<ClassValue>;
        collapseIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        completeIcon: PropType<IconValue>;
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        editIcon: PropType<IconValue>;
        editable: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        errorIcon: PropType<IconValue>;
        expandIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        flat: BooleanConstructor;
        focusable: BooleanConstructor;
        hideActions: BooleanConstructor;
        itemTitle: {
            default: string;
            type: StringConstructor;
        };
        itemValue: {
            default: string;
            type: StringConstructor;
        };
        items: {
            default: (() => never[]);
            type: PropType<readonly StepperItem[]>;
        };
        mandatory: {
            default: NonNullable<boolean | "force">;
            type: PropType<boolean | "force">;
        };
        max: NumberConstructor;
        mobile: {
            default: boolean;
            type: PropType<boolean | null>;
        };
        mobileBreakpoint: PropType<number | DisplayBreakpoint>;
        modelValue: {
            default: undefined;
            type: null;
        };
        multiple: BooleanConstructor;
        nextText: {
            default: string;
            type: StringConstructor;
        };
        nonLinear: BooleanConstructor;
        prevText: {
            default: string;
            type: StringConstructor;
        };
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        selectedClass: StringConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        tile: BooleanConstructor;
        variant: Omit<{
            default: string;
            type: PropType<(...) | (...) | (...) | (...)>;
            validator: ((v) => boolean);
        }, "type" | "default"> & {
            default: NonNullable<"default" | "inset" | "accordion" | "popout">;
            type: PropType<"default" | "inset" | "accordion" | "popout">;
        };
    }>>;
    VStepperVerticalItem: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            collapseIcon: IconValue;
            complete: boolean;
            completeIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            editIcon: IconValue;
            editable: boolean;
            error: boolean;
            errorIcon: IconValue;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rules: readonly ValidationRule[];
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            icon?: IconValue;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            rounded?: string | number | boolean;
            selectedClass?: string;
            subtitle?: string;
            text?: string;
            title?: string;
            value?: any;
            width?: string | number;
        } & {
            $children?: VNodeChild | ((arg) => VNodeChild) | {
                actions?: ...;
                default?: ...;
                icon?: ...;
                next?: ...;
                prev?: ...;
                subtitle?: ...;
                text?: ...;
                title?: ...;
            };
            v-slots?: {
                actions?: false | (...);
                default?: false | (...);
                icon?: false | (...);
                next?: false | (...);
                prev?: false | (...);
                subtitle?: false | (...);
                text?: false | (...);
                title?: false | (...);
            };
        } & {
            v-slot:actions?: false | ((arg) => VNodeChild);
            v-slot:default?: false | ((arg) => VNodeChild);
            v-slot:icon?: false | ((arg) => VNodeChild);
            v-slot:next?: false | ((arg) => VNodeChild);
            v-slot:prev?: false | ((arg) => VNodeChild);
            v-slot:subtitle?: false | ((arg) => VNodeChild);
            v-slot:text?: false | ((arg) => VNodeChild);
            v-slot:title?: false | ((arg) => VNodeChild);
        } & {
            onClick:finish?: (() => any);
            onClick:next?: (() => any);
            onClick:prev?: (() => any);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            click:finish: (() => true);
            click:next: (() => true);
            click:prev: (() => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            collapseIcon: IconValue;
            complete: boolean;
            completeIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            editIcon: IconValue;
            editable: boolean;
            error: boolean;
            errorIcon: IconValue;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            rules: readonly ValidationRule[];
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
        }, true, {}, SlotsType<Partial<{
            actions: ((arg) => VNode[]);
            default: ((arg) => VNode[]);
            icon: ((arg) => VNode[]);
            next: ((arg) => VNode[]);
            prev: ((arg) => VNode[]);
            subtitle: ((arg) => VNode[]);
            text: ((arg) => VNode[]);
            title: ((arg) => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            collapseIcon: IconValue;
            complete: boolean;
            completeIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            editIcon: IconValue;
            editable: boolean;
            error: boolean;
            errorIcon: IconValue;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rules: readonly ValidationRule[];
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
        } & {
            bgColor?: string;
            class?: any;
            color?: string;
            elevation?: string | number;
            height?: string | number;
            icon?: IconValue;
            maxHeight?: string | number;
            maxWidth?: string | number;
            minHeight?: string | number;
            minWidth?: string | number;
            rounded?: string | number | boolean;
            selectedClass?: string;
            subtitle?: string;
            text?: string;
            title?: string;
            value?: any;
            width?: string | number;
        } & {
            $children?: VNodeChild | ((arg) => VNodeChild) | {
                actions?: ...;
                default?: ...;
                icon?: ...;
                next?: ...;
                prev?: ...;
                subtitle?: ...;
                text?: ...;
                title?: ...;
            };
            v-slots?: {
                actions?: false | (...);
                default?: false | (...);
                icon?: false | (...);
                next?: false | (...);
                prev?: false | (...);
                subtitle?: false | (...);
                text?: false | (...);
                title?: false | (...);
            };
        } & {
            v-slot:actions?: false | ((arg) => VNodeChild);
            v-slot:default?: false | ((arg) => VNodeChild);
            v-slot:icon?: false | ((arg) => VNodeChild);
            v-slot:next?: false | ((arg) => VNodeChild);
            v-slot:prev?: false | ((arg) => VNodeChild);
            v-slot:subtitle?: false | ((arg) => VNodeChild);
            v-slot:text?: false | ((arg) => VNodeChild);
            v-slot:title?: false | ((arg) => VNodeChild);
        } & {
            onClick:finish?: (() => any);
            onClick:next?: (() => any);
            onClick:prev?: (() => any);
        }, {}, {}, {}, {}, {
            collapseIcon: IconValue;
            complete: boolean;
            completeIcon: IconValue;
            disabled: boolean;
            eager: boolean;
            editIcon: IconValue;
            editable: boolean;
            error: boolean;
            errorIcon: IconValue;
            expandIcon: IconValue;
            focusable: boolean;
            hideActions: boolean;
            readonly: boolean;
            ripple: boolean | {
                class?: string;
                keys?: number[];
            } | undefined;
            rounded: string | number | boolean;
            rules: readonly ValidationRule[];
            static: boolean;
            style: StyleValue;
            tag: string | JSXComponent;
            tile: boolean;
        }>;
    } & ComponentOptionsBase<{
        collapseIcon: IconValue;
        complete: boolean;
        completeIcon: IconValue;
        disabled: boolean;
        eager: boolean;
        editIcon: IconValue;
        editable: boolean;
        error: boolean;
        errorIcon: IconValue;
        expandIcon: IconValue;
        focusable: boolean;
        hideActions: boolean;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        rules: readonly ValidationRule[];
        static: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
    } & {
        bgColor?: string;
        class?: any;
        color?: string;
        elevation?: string | number;
        height?: string | number;
        icon?: IconValue;
        maxHeight?: string | number;
        maxWidth?: string | number;
        minHeight?: string | number;
        minWidth?: string | number;
        rounded?: string | number | boolean;
        selectedClass?: string;
        subtitle?: string;
        text?: string;
        title?: string;
        value?: any;
        width?: string | number;
    } & {
        $children?: VNodeChild | ((arg) => VNodeChild) | {
            actions?: ((arg) => ...);
            default?: ((arg) => ...);
            icon?: ((arg) => ...);
            next?: ((arg) => ...);
            prev?: ((arg) => ...);
            subtitle?: ((arg) => ...);
            text?: ((arg) => ...);
            title?: ((arg) => ...);
        };
        v-slots?: {
            actions?: false | ((arg) => ...);
            default?: false | ((arg) => ...);
            icon?: false | ((arg) => ...);
            next?: false | ((arg) => ...);
            prev?: false | ((arg) => ...);
            subtitle?: false | ((arg) => ...);
            text?: false | ((arg) => ...);
            title?: false | ((arg) => ...);
        };
    } & {
        v-slot:actions?: false | ((arg) => VNodeChild);
        v-slot:default?: false | ((arg) => VNodeChild);
        v-slot:icon?: false | ((arg) => VNodeChild);
        v-slot:next?: false | ((arg) => VNodeChild);
        v-slot:prev?: false | ((arg) => VNodeChild);
        v-slot:subtitle?: false | ((arg) => VNodeChild);
        v-slot:text?: false | ((arg) => VNodeChild);
        v-slot:title?: false | ((arg) => VNodeChild);
    } & {
        onClick:finish?: (() => any);
        onClick:next?: (() => any);
        onClick:prev?: (() => any);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        click:finish: (() => true);
        click:next: (() => true);
        click:prev: (() => true);
    }, string, {
        collapseIcon: IconValue;
        complete: boolean;
        completeIcon: IconValue;
        disabled: boolean;
        eager: boolean;
        editIcon: IconValue;
        editable: boolean;
        error: boolean;
        errorIcon: IconValue;
        expandIcon: IconValue;
        focusable: boolean;
        hideActions: boolean;
        readonly: boolean;
        ripple: boolean | {
            class?: string;
            keys?: number[];
        } | undefined;
        rounded: string | number | boolean;
        rules: readonly ValidationRule[];
        static: boolean;
        style: StyleValue;
        tag: string | JSXComponent;
        tile: boolean;
    }, {}, string, SlotsType<Partial<{
        actions: ((arg) => VNode[]);
        default: ((arg) => VNode[]);
        icon: ((arg) => VNode[]);
        next: ((arg) => VNode[]);
        prev: ((arg) => VNode[]);
        subtitle: ((arg) => VNode[]);
        text: ((arg) => VNode[]);
        title: ((arg) => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        bgColor: StringConstructor;
        class: PropType<ClassValue>;
        collapseIcon: Omit<{
            default: string;
            type: PropType<IconValue>;
        }, "type" | "default"> & {
            default: NonNullable<IconValue>;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        complete: BooleanConstructor;
        completeIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        editIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        editable: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        error: BooleanConstructor;
        errorIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        expandIcon: Omit<{
            default: string;
            type: PropType<IconValue>;
        }, "type" | "default"> & {
            default: NonNullable<IconValue>;
            type: PropType<IconValue>;
        };
        focusable: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideActions: BooleanConstructor;
        icon: PropType<IconValue>;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly ValidationRule[]>;
        };
        selectedClass: StringConstructor;
        static: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        subtitle: StringConstructor;
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        text: StringConstructor;
        tile: BooleanConstructor;
        title: StringConstructor;
        value: null;
        width: (StringConstructor | NumberConstructor)[];
    }, ExtractPropTypes<{
        bgColor: StringConstructor;
        class: PropType<ClassValue>;
        collapseIcon: Omit<{
            default: string;
            type: PropType<IconValue>;
        }, "type" | "default"> & {
            default: NonNullable<IconValue>;
            type: PropType<IconValue>;
        };
        color: StringConstructor;
        complete: BooleanConstructor;
        completeIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        disabled: BooleanConstructor;
        eager: BooleanConstructor;
        editIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        editable: BooleanConstructor;
        elevation: {
            type: (StringConstructor | NumberConstructor)[];
            validator(v): boolean;
        };
        error: BooleanConstructor;
        errorIcon: {
            default: string;
            type: PropType<IconValue>;
        };
        expandIcon: Omit<{
            default: string;
            type: PropType<IconValue>;
        }, "type" | "default"> & {
            default: NonNullable<IconValue>;
            type: PropType<IconValue>;
        };
        focusable: BooleanConstructor;
        height: (StringConstructor | NumberConstructor)[];
        hideActions: BooleanConstructor;
        icon: PropType<IconValue>;
        maxHeight: (StringConstructor | NumberConstructor)[];
        maxWidth: (StringConstructor | NumberConstructor)[];
        minHeight: (StringConstructor | NumberConstructor)[];
        minWidth: (StringConstructor | NumberConstructor)[];
        readonly: BooleanConstructor;
        ripple: {
            default: boolean;
            type: PropType<RippleDirectiveBinding["value"]>;
        };
        rounded: {
            default: undefined;
            type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
        };
        rules: {
            default: (() => never[]);
            type: PropType<readonly ValidationRule[]>;
        };
        selectedClass: StringConstructor;
        static: BooleanConstructor;
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        subtitle: StringConstructor;
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        text: StringConstructor;
        tile: BooleanConstructor;
        title: StringConstructor;
        value: null;
        width: (StringConstructor | NumberConstructor)[];
    }>>;
    VStepperWindow: {
        __isFragment?: never;
        __isSuspense?: never;
        __isTeleport?: never;
        new (...args): CreateComponentPublicInstanceWithMixins<{
            direction: "horizontal" | "vertical";
            disabled: boolean;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
        } & {
            class?: any;
            modelValue?: any;
            theme?: string;
            verticalArrows?: boolean | "left" | "right";
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        } & {
            onUpdate:modelValue?: ((v) => any);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
            update:modelValue: ((v) => true);
        }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
            direction: "horizontal" | "vertical";
            disabled: boolean;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
        }, true, {}, SlotsType<Partial<{
            default: (() => VNode[]);
        }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
            B: {};
            C: {};
            D: {};
            Defaults: {};
            M: {};
            P: {};
        }, {
            direction: "horizontal" | "vertical";
            disabled: boolean;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
        } & {
            class?: any;
            modelValue?: any;
            theme?: string;
            verticalArrows?: boolean | "left" | "right";
        } & {
            $children?: VNodeChild | {
                default?: ...;
            } | (() => VNodeChild);
            v-slots?: {
                default?: false | (...);
            };
        } & {
            v-slot:default?: false | (() => VNodeChild);
        } & {
            onUpdate:modelValue?: ((v) => any);
        }, {}, {}, {}, {}, {
            direction: "horizontal" | "vertical";
            disabled: boolean;
            reverse: boolean;
            selectedClass: string;
            style: StyleValue;
            tag: string | JSXComponent;
        }>;
    } & ComponentOptionsBase<{
        direction: "horizontal" | "vertical";
        disabled: boolean;
        reverse: boolean;
        selectedClass: string;
        style: StyleValue;
        tag: string | JSXComponent;
    } & {
        class?: any;
        modelValue?: any;
        theme?: string;
        verticalArrows?: boolean | "left" | "right";
    } & {
        $children?: VNodeChild | {
            default?: (() => ...);
        } | (() => VNodeChild);
        v-slots?: {
            default?: false | (() => ...);
        };
    } & {
        v-slot:default?: false | (() => VNodeChild);
    } & {
        onUpdate:modelValue?: ((v) => any);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        update:modelValue: ((v) => true);
    }, string, {
        direction: "horizontal" | "vertical";
        disabled: boolean;
        reverse: boolean;
        selectedClass: string;
        style: StyleValue;
        tag: string | JSXComponent;
    }, {}, string, SlotsType<Partial<{
        default: (() => VNode[]);
    }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
        class: PropType<ClassValue>;
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        modelValue: null;
        reverse: BooleanConstructor;
        selectedClass: {
            default: string;
            type: StringConstructor;
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        verticalArrows: PropType<boolean | "left" | "right">;
    }, ExtractPropTypes<{
        class: PropType<ClassValue>;
        direction: {
            default: string;
            type: PropType<"horizontal" | "vertical">;
        };
        disabled: BooleanConstructor;
        modelValue: null;
        reverse: BooleanConstructor;
        selectedClass: {
            default: string;
            type: StringConstructor;
        };
        style: {
            default: null;
            type: PropType<StyleValue>;
        };
        tag: {
            default: string;
            type: PropType<string | JSXComponent>;
        };
        theme: StringConstructor;
        verticalArrows: PropType<boolean | "left" | "right">;
    }>>;
    VStepperWindowItem: {
        __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);
        }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, 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);
        }, {}, {}, {}, {}, {
            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);
    }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, 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: Layout

Type declaration

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

        • path: string

        Returns any

Type declaration

    Type declaration

    • visibleCategories:function
      • Returns ComputedRef<{
            cells: JsonFormsCellRendererRegistryEntry[];
            config: any;
            data: any;
            direction: NonNullable<"row" | "column">;
            enabled: boolean;
            label: string;
            path: string;
            renderers: JsonFormsRendererRegistryEntry[];
            schema: NonNullable<JsonSchema>;
            uischema: NonNullable<Layout & UISchemaElement>;
            visible: boolean;
        }>[]

    • visibleCategoryLabels:function
      • Returns string[]

    Type declaration

      Type declaration

        Type declaration

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

        Type declaration

          Type declaration

          • DispatchRenderer: DefineComponent<ExtractPropTypes<{
                cells: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsCellRendererRegistryEntry[]>;
                };
                config: {
                    default: undefined;
                    required: boolean;
                    type: ObjectConstructor;
                };
                enabled: {
                    default: undefined;
                    required: false;
                    type: BooleanConstructor;
                };
                path: {
                    required: true;
                    type: StringConstructor;
                };
                renderers: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsRendererRegistryEntry[]>;
                };
                schema: {
                    required: true;
                    type: PropType<JsonSchema>;
                };
                uischema: {
                    required: true;
                    type: PropType<UISchemaElement>;
                };
            }>, {
                renderer: ComputedRef<{
                    cells: JsonFormsCellRendererRegistryEntry[];
                    config: any;
                    enabled: NonNullable<boolean | undefined>;
                    path: string;
                    renderers: JsonFormsRendererRegistryEntry[];
                    schema: NonNullable<JsonSchema | undefined>;
                    uischema: NonNullable<UISchemaElement | undefined>;
                    uischemas: JsonFormsUISchemaRegistryEntry[];
                    visible: NonNullable<boolean | undefined>;
                }>;
                rootSchema: ComputedRef<NonNullable<JsonSchema>>;
            }, {}, {
                determinedRenderer(): any;
            }, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
                cells: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsCellRendererRegistryEntry[]>;
                };
                config: {
                    default: undefined;
                    required: boolean;
                    type: ObjectConstructor;
                };
                enabled: {
                    default: undefined;
                    required: false;
                    type: BooleanConstructor;
                };
                path: {
                    required: true;
                    type: StringConstructor;
                };
                renderers: {
                    default: undefined;
                    required: boolean;
                    type: PropType<JsonFormsRendererRegistryEntry[]>;
                };
                schema: {
                    required: true;
                    type: PropType<JsonSchema>;
                };
                uischema: {
                    required: true;
                    type: PropType<UISchemaElement>;
                };
            }>> & Readonly<{}>, {
                cells: JsonFormsCellRendererRegistryEntry[];
                config: Record<string, any>;
                enabled: boolean;
                renderers: JsonFormsRendererRegistryEntry[];
            }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>
          • VCard: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    density: Density;
                    disabled: boolean;
                    exact: boolean;
                    flat: boolean;
                    hover: boolean;
                    replace: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
                } & {
                    appendAvatar?: string;
                    appendIcon?: IconValue;
                    border?: string | number | boolean;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    height?: string | number;
                    href?: string;
                    image?: string;
                    link?: boolean;
                    loading?: string | boolean;
                    location?: Anchor | null;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
                    prependAvatar?: string;
                    prependIcon?: IconValue;
                    rounded?: string | number | boolean;
                    subtitle?: string | number | boolean;
                    text?: string | number | boolean;
                    theme?: string;
                    title?: string | number | boolean;
                    to?: string | ObjectRenderer | ObjectRenderer;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | (() => VNodeChild) | {
                        actions?: ...;
                        append?: ...;
                        default?: ...;
                        image?: ...;
                        item?: ...;
                        loader?: ...;
                        prepend?: ...;
                        subtitle?: ...;
                        text?: ...;
                        title?: ...;
                    };
                    v-slots?: {
                        actions?: false | (...);
                        append?: false | (...);
                        default?: false | (...);
                        image?: false | (...);
                        item?: false | (...);
                        loader?: false | (...);
                        prepend?: false | (...);
                        subtitle?: false | (...);
                        text?: false | (...);
                        title?: false | (...);
                    };
                } & {
                    v-slot:actions?: false | (() => VNodeChild);
                    v-slot:append?: false | (() => VNodeChild);
                    v-slot:default?: false | (() => VNodeChild);
                    v-slot:image?: false | (() => VNodeChild);
                    v-slot:item?: false | (() => VNodeChild);
                    v-slot:loader?: false | ((arg) => VNodeChild);
                    v-slot:prepend?: false | (() => VNodeChild);
                    v-slot:subtitle?: false | (() => VNodeChild);
                    v-slot:text?: false | (() => VNodeChild);
                    v-slot:title?: false | (() => VNodeChild);
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    density: Density;
                    disabled: boolean;
                    exact: boolean;
                    flat: boolean;
                    hover: boolean;
                    link: boolean;
                    replace: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rounded: string | number | boolean;
                    style: StyleValue;
                    subtitle: string | number | boolean;
                    tag: string | JSXComponent;
                    text: string | number | boolean;
                    tile: boolean;
                    title: string | number | boolean;
                    variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
                }, true, {}, SlotsType<Partial<{
                    actions: (() => VNode[]);
                    append: (() => VNode[]);
                    default: (() => VNode[]);
                    image: (() => VNode[]);
                    item: (() => VNode[]);
                    loader: ((arg) => VNode[]);
                    prepend: (() => VNode[]);
                    subtitle: (() => VNode[]);
                    text: (() => VNode[]);
                    title: (() => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    density: Density;
                    disabled: boolean;
                    exact: boolean;
                    flat: boolean;
                    hover: boolean;
                    replace: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
                } & {
                    appendAvatar?: string;
                    appendIcon?: IconValue;
                    border?: string | number | boolean;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    height?: string | number;
                    href?: string;
                    image?: string;
                    link?: boolean;
                    loading?: string | boolean;
                    location?: Anchor | null;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
                    prependAvatar?: string;
                    prependIcon?: IconValue;
                    rounded?: string | number | boolean;
                    subtitle?: string | number | boolean;
                    text?: string | number | boolean;
                    theme?: string;
                    title?: string | number | boolean;
                    to?: string | ObjectRenderer | ObjectRenderer;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | (() => VNodeChild) | {
                        actions?: ...;
                        append?: ...;
                        default?: ...;
                        image?: ...;
                        item?: ...;
                        loader?: ...;
                        prepend?: ...;
                        subtitle?: ...;
                        text?: ...;
                        title?: ...;
                    };
                    v-slots?: {
                        actions?: false | (...);
                        append?: false | (...);
                        default?: false | (...);
                        image?: false | (...);
                        item?: false | (...);
                        loader?: false | (...);
                        prepend?: false | (...);
                        subtitle?: false | (...);
                        text?: false | (...);
                        title?: false | (...);
                    };
                } & {
                    v-slot:actions?: false | (() => VNodeChild);
                    v-slot:append?: false | (() => VNodeChild);
                    v-slot:default?: false | (() => VNodeChild);
                    v-slot:image?: false | (() => VNodeChild);
                    v-slot:item?: false | (() => VNodeChild);
                    v-slot:loader?: false | ((arg) => VNodeChild);
                    v-slot:prepend?: false | (() => VNodeChild);
                    v-slot:subtitle?: false | (() => VNodeChild);
                    v-slot:text?: false | (() => VNodeChild);
                    v-slot:title?: false | (() => VNodeChild);
                }, {}, {}, {}, {}, {
                    density: Density;
                    disabled: boolean;
                    exact: boolean;
                    flat: boolean;
                    hover: boolean;
                    link: boolean;
                    replace: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rounded: string | number | boolean;
                    style: StyleValue;
                    subtitle: string | number | boolean;
                    tag: string | JSXComponent;
                    text: string | number | boolean;
                    tile: boolean;
                    title: string | number | boolean;
                    variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
                }>;
            } & ComponentOptionsBase<{
                density: Density;
                disabled: boolean;
                exact: boolean;
                flat: boolean;
                hover: boolean;
                replace: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
                variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
            } & {
                appendAvatar?: string;
                appendIcon?: IconValue;
                border?: string | number | boolean;
                class?: any;
                color?: string;
                elevation?: string | number;
                height?: string | number;
                href?: string;
                image?: string;
                link?: boolean;
                loading?: string | boolean;
                location?: Anchor | null;
                maxHeight?: string | number;
                maxWidth?: string | number;
                minHeight?: string | number;
                minWidth?: string | number;
                position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
                prependAvatar?: string;
                prependIcon?: IconValue;
                rounded?: string | number | boolean;
                subtitle?: string | number | boolean;
                text?: string | number | boolean;
                theme?: string;
                title?: string | number | boolean;
                to?: string | ObjectRenderer | ObjectRenderer;
                width?: string | number;
            } & {
                $children?: VNodeChild | (() => VNodeChild) | {
                    actions?: (() => ...);
                    append?: (() => ...);
                    default?: (() => ...);
                    image?: (() => ...);
                    item?: (() => ...);
                    loader?: ((arg) => ...);
                    prepend?: (() => ...);
                    subtitle?: (() => ...);
                    text?: (() => ...);
                    title?: (() => ...);
                };
                v-slots?: {
                    actions?: false | (() => ...);
                    append?: false | (() => ...);
                    default?: false | (() => ...);
                    image?: false | (() => ...);
                    item?: false | (() => ...);
                    loader?: false | ((arg) => ...);
                    prepend?: false | (() => ...);
                    subtitle?: false | (() => ...);
                    text?: false | (() => ...);
                    title?: false | (() => ...);
                };
            } & {
                v-slot:actions?: false | (() => VNodeChild);
                v-slot:append?: false | (() => VNodeChild);
                v-slot:default?: false | (() => VNodeChild);
                v-slot:image?: false | (() => VNodeChild);
                v-slot:item?: false | (() => VNodeChild);
                v-slot:loader?: false | ((arg) => VNodeChild);
                v-slot:prepend?: false | (() => VNodeChild);
                v-slot:subtitle?: false | (() => VNodeChild);
                v-slot:text?: false | (() => VNodeChild);
                v-slot:title?: false | (() => VNodeChild);
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                density: Density;
                disabled: boolean;
                exact: boolean;
                flat: boolean;
                hover: boolean;
                link: boolean;
                replace: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                rounded: string | number | boolean;
                style: StyleValue;
                subtitle: string | number | boolean;
                tag: string | JSXComponent;
                text: string | number | boolean;
                tile: boolean;
                title: string | number | boolean;
                variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
            }, {}, string, SlotsType<Partial<{
                actions: (() => VNode[]);
                append: (() => VNode[]);
                default: (() => VNode[]);
                image: (() => VNode[]);
                item: (() => VNode[]);
                loader: ((arg) => VNode[]);
                prepend: (() => VNode[]);
                subtitle: (() => VNode[]);
                text: (() => VNode[]);
                title: (() => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                appendAvatar: StringConstructor;
                appendIcon: PropType<IconValue>;
                border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                class: PropType<ClassValue>;
                color: StringConstructor;
                density: {
                    default: string;
                    type: PropType<Density>;
                    validator: ((v) => boolean);
                };
                disabled: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                exact: BooleanConstructor;
                flat: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hover: BooleanConstructor;
                href: StringConstructor;
                image: StringConstructor;
                link: {
                    default: undefined;
                    type: BooleanConstructor;
                };
                loading: (StringConstructor | BooleanConstructor)[];
                location: PropType<Anchor | null>;
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                position: {
                    type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
                    validator: ((v) => boolean);
                };
                prependAvatar: StringConstructor;
                prependIcon: PropType<IconValue>;
                replace: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                subtitle: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                text: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                theme: StringConstructor;
                tile: BooleanConstructor;
                title: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                to: PropType<ObjectRenderer>;
                variant: Omit<{
                    default: string;
                    type: PropType<Variant>;
                    validator: ((v) => boolean);
                }, "type" | "default"> & {
                    default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                    type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                };
                width: (StringConstructor | NumberConstructor)[];
            }, ExtractPropTypes<{
                appendAvatar: StringConstructor;
                appendIcon: PropType<IconValue>;
                border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                class: PropType<ClassValue>;
                color: StringConstructor;
                density: {
                    default: string;
                    type: PropType<Density>;
                    validator: ((v) => boolean);
                };
                disabled: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                exact: BooleanConstructor;
                flat: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hover: BooleanConstructor;
                href: StringConstructor;
                image: StringConstructor;
                link: {
                    default: undefined;
                    type: BooleanConstructor;
                };
                loading: (StringConstructor | BooleanConstructor)[];
                location: PropType<Anchor | null>;
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                position: {
                    type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
                    validator: ((v) => boolean);
                };
                prependAvatar: StringConstructor;
                prependIcon: PropType<IconValue>;
                replace: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                subtitle: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                text: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                theme: StringConstructor;
                tile: BooleanConstructor;
                title: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                to: PropType<ObjectRenderer>;
                variant: Omit<{
                    default: string;
                    type: PropType<Variant>;
                    validator: ((v) => boolean);
                }, "type" | "default"> & {
                    default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                    type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
                };
                width: (StringConstructor | NumberConstructor)[];
            }>>
          • VDivider: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    inset: boolean;
                    style: StyleValue;
                    vertical: boolean;
                } & {
                    class?: any;
                    color?: string;
                    length?: string | number;
                    opacity?: string | number;
                    theme?: string;
                    thickness?: string | number;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    inset: boolean;
                    style: StyleValue;
                    vertical: boolean;
                }, true, {}, SlotsType<Partial<{
                    default: (() => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    inset: boolean;
                    style: StyleValue;
                    vertical: boolean;
                } & {
                    class?: any;
                    color?: string;
                    length?: string | number;
                    opacity?: string | number;
                    theme?: string;
                    thickness?: string | number;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, {}, {}, {}, {}, {
                    inset: boolean;
                    style: StyleValue;
                    vertical: boolean;
                }>;
            } & ComponentOptionsBase<{
                inset: boolean;
                style: StyleValue;
                vertical: boolean;
            } & {
                class?: any;
                color?: string;
                length?: string | number;
                opacity?: string | number;
                theme?: string;
                thickness?: string | number;
            } & {
                $children?: VNodeChild | {
                    default?: (() => ...);
                } | (() => VNodeChild);
                v-slots?: {
                    default?: false | (() => ...);
                };
            } & {
                v-slot:default?: false | (() => VNodeChild);
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                inset: boolean;
                style: StyleValue;
                vertical: boolean;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                class: PropType<ClassValue>;
                color: StringConstructor;
                inset: BooleanConstructor;
                length: (StringConstructor | NumberConstructor)[];
                opacity: (StringConstructor | NumberConstructor)[];
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                theme: StringConstructor;
                thickness: (StringConstructor | NumberConstructor)[];
                vertical: BooleanConstructor;
            }, ExtractPropTypes<{
                class: PropType<ClassValue>;
                color: StringConstructor;
                inset: BooleanConstructor;
                length: (StringConstructor | NumberConstructor)[];
                opacity: (StringConstructor | NumberConstructor)[];
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                theme: StringConstructor;
                thickness: (StringConstructor | NumberConstructor)[];
                vertical: BooleanConstructor;
            }>>
          • VStepper: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    altLabels: boolean;
                    disabled: boolean;
                    editable: boolean;
                    flat: boolean;
                    hideActions: boolean;
                    itemTitle: string;
                    itemValue: string;
                    items: readonly StepperItem[];
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    multiple: boolean;
                    nextText: string;
                    nonLinear: boolean;
                    prevText: string;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                } & {
                    bgColor?: string;
                    border?: string | number | boolean;
                    class?: any;
                    color?: string;
                    completeIcon?: IconValue;
                    editIcon?: IconValue;
                    elevation?: string | number;
                    errorIcon?: IconValue;
                    height?: string | number;
                    location?: Anchor | null;
                    max?: number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    mobileBreakpoint?: number | DisplayBreakpoint;
                    modelValue?: any;
                    position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
                    rounded?: string | number | boolean;
                    theme?: string;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | {
                        actions?: ...;
                        default?: ...;
                        header?: ...;
                        header-item?: ...;
                        icon?: ...;
                        item?: ...;
                        next?: ...;
                        prev?: ...;
                        subtitle?: ...;
                        title?: ...;
                        [x: `header-item.${string}`]: (...) | undefined;
                    } | ((arg) => VNodeChild);
                    v-slots?: {
                        actions?: false | (...);
                        default?: false | (...);
                        header?: false | (...);
                        header-item?: false | (...);
                        icon?: false | (...);
                        item?: false | (...);
                        next?: false | (...);
                        prev?: false | (...);
                        subtitle?: false | (...);
                        title?: false | (...);
                        [x: `header-item.${string}`]: false | (...) | undefined;
                    };
                } & {
                    v-slot:actions?: false | ((arg) => VNodeChild);
                    v-slot:default?: false | ((arg) => VNodeChild);
                    v-slot:header?: false | ((arg) => VNodeChild);
                    v-slot:header-item?: false | ((arg) => VNodeChild);
                    v-slot:icon?: false | ((arg) => VNodeChild);
                    v-slot:item?: false | ((arg) => VNodeChild);
                    v-slot:next?: false | (() => VNodeChild);
                    v-slot:prev?: false | (() => VNodeChild);
                    v-slot:subtitle?: false | ((arg) => VNodeChild);
                    v-slot:title?: false | ((arg) => VNodeChild);
                    [x: `v-slot:header-item.${string}`]: false | ((arg) => VNodeChild) | undefined;
                } & {
                    onUpdate:modelValue?: ((v) => any);
                }, {
                    next: (() => void);
                    prev: (() => void);
                }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                    update:modelValue: ((v) => true);
                }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    altLabels: boolean;
                    disabled: boolean;
                    editable: boolean;
                    flat: boolean;
                    hideActions: boolean;
                    itemTitle: string;
                    itemValue: string;
                    items: readonly StepperItem[];
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    modelValue: any;
                    multiple: boolean;
                    nextText: string;
                    nonLinear: boolean;
                    prevText: string;
                    rounded: string | number | boolean;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                }, true, {}, SlotsType<Partial<{
                    actions: ((arg) => VNode[]);
                    default: ((arg) => VNode[]);
                    header: ((arg) => VNode[]);
                    header-item: ((arg) => VNode[]);
                    icon: ((arg) => VNode[]);
                    item: ((arg) => VNode[]);
                    next: (() => VNode[]);
                    prev: (() => VNode[]);
                    subtitle: ((arg) => VNode[]);
                    title: ((arg) => VNode[]);
                    [x: `header-item.${string}`]: ((arg) => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    altLabels: boolean;
                    disabled: boolean;
                    editable: boolean;
                    flat: boolean;
                    hideActions: boolean;
                    itemTitle: string;
                    itemValue: string;
                    items: readonly StepperItem[];
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    multiple: boolean;
                    nextText: string;
                    nonLinear: boolean;
                    prevText: string;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                } & {
                    bgColor?: string;
                    border?: string | number | boolean;
                    class?: any;
                    color?: string;
                    completeIcon?: IconValue;
                    editIcon?: IconValue;
                    elevation?: string | number;
                    errorIcon?: IconValue;
                    height?: string | number;
                    location?: Anchor | null;
                    max?: number;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    mobileBreakpoint?: number | DisplayBreakpoint;
                    modelValue?: any;
                    position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
                    rounded?: string | number | boolean;
                    theme?: string;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | {
                        actions?: ...;
                        default?: ...;
                        header?: ...;
                        header-item?: ...;
                        icon?: ...;
                        item?: ...;
                        next?: ...;
                        prev?: ...;
                        subtitle?: ...;
                        title?: ...;
                        [x: `header-item.${string}`]: (...) | undefined;
                    } | ((arg) => VNodeChild);
                    v-slots?: {
                        actions?: false | (...);
                        default?: false | (...);
                        header?: false | (...);
                        header-item?: false | (...);
                        icon?: false | (...);
                        item?: false | (...);
                        next?: false | (...);
                        prev?: false | (...);
                        subtitle?: false | (...);
                        title?: false | (...);
                        [x: `header-item.${string}`]: false | (...) | undefined;
                    };
                } & {
                    v-slot:actions?: false | ((arg) => VNodeChild);
                    v-slot:default?: false | ((arg) => VNodeChild);
                    v-slot:header?: false | ((arg) => VNodeChild);
                    v-slot:header-item?: false | ((arg) => VNodeChild);
                    v-slot:icon?: false | ((arg) => VNodeChild);
                    v-slot:item?: false | ((arg) => VNodeChild);
                    v-slot:next?: false | (() => VNodeChild);
                    v-slot:prev?: false | (() => VNodeChild);
                    v-slot:subtitle?: false | ((arg) => VNodeChild);
                    v-slot:title?: false | ((arg) => VNodeChild);
                    [x: `v-slot:header-item.${string}`]: false | ((arg) => VNodeChild) | undefined;
                } & {
                    onUpdate:modelValue?: ((v) => any);
                }, {
                    next: (() => void);
                    prev: (() => void);
                }, {}, {}, {}, {
                    altLabels: boolean;
                    disabled: boolean;
                    editable: boolean;
                    flat: boolean;
                    hideActions: boolean;
                    itemTitle: string;
                    itemValue: string;
                    items: readonly StepperItem[];
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    modelValue: any;
                    multiple: boolean;
                    nextText: string;
                    nonLinear: boolean;
                    prevText: string;
                    rounded: string | number | boolean;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                }>;
            } & ComponentOptionsBase<{
                altLabels: boolean;
                disabled: boolean;
                editable: boolean;
                flat: boolean;
                hideActions: boolean;
                itemTitle: string;
                itemValue: string;
                items: readonly StepperItem[];
                mandatory: boolean | "force";
                mobile: boolean | null;
                multiple: boolean;
                nextText: string;
                nonLinear: boolean;
                prevText: string;
                selectedClass: string;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
            } & {
                bgColor?: string;
                border?: string | number | boolean;
                class?: any;
                color?: string;
                completeIcon?: IconValue;
                editIcon?: IconValue;
                elevation?: string | number;
                errorIcon?: IconValue;
                height?: string | number;
                location?: Anchor | null;
                max?: number;
                maxHeight?: string | number;
                maxWidth?: string | number;
                minHeight?: string | number;
                minWidth?: string | number;
                mobileBreakpoint?: number | DisplayBreakpoint;
                modelValue?: any;
                position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
                rounded?: string | number | boolean;
                theme?: string;
                width?: string | number;
            } & {
                $children?: VNodeChild | {
                    actions?: ((arg) => ...);
                    default?: ((arg) => ...);
                    header?: ((arg) => ...);
                    header-item?: ((arg) => ...);
                    icon?: ((arg) => ...);
                    item?: ((arg) => ...);
                    next?: (() => ...);
                    prev?: (() => ...);
                    subtitle?: ((arg) => ...);
                    title?: ((arg) => ...);
                    [x: `header-item.${string}`]: ((arg) => ...) | undefined;
                } | ((arg) => VNodeChild);
                v-slots?: {
                    actions?: false | ((arg) => ...);
                    default?: false | ((arg) => ...);
                    header?: false | ((arg) => ...);
                    header-item?: false | ((arg) => ...);
                    icon?: false | ((arg) => ...);
                    item?: false | ((arg) => ...);
                    next?: false | (() => ...);
                    prev?: false | (() => ...);
                    subtitle?: false | ((arg) => ...);
                    title?: false | ((arg) => ...);
                    [x: `header-item.${string}`]: false | ((arg) => ...) | undefined;
                };
            } & {
                v-slot:actions?: false | ((arg) => VNodeChild);
                v-slot:default?: false | ((arg) => VNodeChild);
                v-slot:header?: false | ((arg) => VNodeChild);
                v-slot:header-item?: false | ((arg) => VNodeChild);
                v-slot:icon?: false | ((arg) => VNodeChild);
                v-slot:item?: false | ((arg) => VNodeChild);
                v-slot:next?: false | (() => VNodeChild);
                v-slot:prev?: false | (() => VNodeChild);
                v-slot:subtitle?: false | ((arg) => VNodeChild);
                v-slot:title?: false | ((arg) => VNodeChild);
                [x: `v-slot:header-item.${string}`]: false | ((arg) => VNodeChild) | undefined;
            } & {
                onUpdate:modelValue?: ((v) => any);
            }, {
                next: (() => void);
                prev: (() => void);
            }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                update:modelValue: ((v) => true);
            }, string, {
                altLabels: boolean;
                disabled: boolean;
                editable: boolean;
                flat: boolean;
                hideActions: boolean;
                itemTitle: string;
                itemValue: string;
                items: readonly StepperItem[];
                mandatory: boolean | "force";
                mobile: boolean | null;
                modelValue: any;
                multiple: boolean;
                nextText: string;
                nonLinear: boolean;
                prevText: string;
                rounded: string | number | boolean;
                selectedClass: string;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
            }, {}, string, SlotsType<Partial<{
                actions: ((arg) => VNode[]);
                default: ((arg) => VNode[]);
                header: ((arg) => VNode[]);
                header-item: ((arg) => VNode[]);
                icon: ((arg) => VNode[]);
                item: ((arg) => VNode[]);
                next: (() => VNode[]);
                prev: (() => VNode[]);
                subtitle: ((arg) => VNode[]);
                title: ((arg) => VNode[]);
                [x: `header-item.${string}`]: ((arg) => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                altLabels: BooleanConstructor;
                bgColor: StringConstructor;
                border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                class: PropType<ClassValue>;
                color: StringConstructor;
                completeIcon: PropType<IconValue>;
                disabled: BooleanConstructor;
                editIcon: PropType<IconValue>;
                editable: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                errorIcon: PropType<IconValue>;
                flat: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hideActions: BooleanConstructor;
                itemTitle: {
                    default: string;
                    type: StringConstructor;
                };
                itemValue: {
                    default: string;
                    type: StringConstructor;
                };
                items: {
                    default: (() => never[]);
                    type: PropType<readonly StepperItem[]>;
                };
                location: PropType<Anchor | null>;
                mandatory: {
                    default: NonNullable<boolean | "force">;
                    type: PropType<boolean | "force">;
                };
                max: NumberConstructor;
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                mobile: {
                    default: boolean;
                    type: PropType<boolean | null>;
                };
                mobileBreakpoint: PropType<number | DisplayBreakpoint>;
                modelValue: {
                    default: undefined;
                    type: null;
                };
                multiple: BooleanConstructor;
                nextText: {
                    default: string;
                    type: StringConstructor;
                };
                nonLinear: BooleanConstructor;
                position: {
                    type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
                    validator: ((v) => boolean);
                };
                prevText: {
                    default: string;
                    type: StringConstructor;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                selectedClass: {
                    default: string;
                    type: PropType<string>;
                };
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                theme: StringConstructor;
                tile: BooleanConstructor;
                width: (StringConstructor | NumberConstructor)[];
            }, ExtractPropTypes<{
                altLabels: BooleanConstructor;
                bgColor: StringConstructor;
                border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                class: PropType<ClassValue>;
                color: StringConstructor;
                completeIcon: PropType<IconValue>;
                disabled: BooleanConstructor;
                editIcon: PropType<IconValue>;
                editable: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                errorIcon: PropType<IconValue>;
                flat: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hideActions: BooleanConstructor;
                itemTitle: {
                    default: string;
                    type: StringConstructor;
                };
                itemValue: {
                    default: string;
                    type: StringConstructor;
                };
                items: {
                    default: (() => never[]);
                    type: PropType<readonly StepperItem[]>;
                };
                location: PropType<Anchor | null>;
                mandatory: {
                    default: NonNullable<boolean | "force">;
                    type: PropType<boolean | "force">;
                };
                max: NumberConstructor;
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                mobile: {
                    default: boolean;
                    type: PropType<boolean | null>;
                };
                mobileBreakpoint: PropType<number | DisplayBreakpoint>;
                modelValue: {
                    default: undefined;
                    type: null;
                };
                multiple: BooleanConstructor;
                nextText: {
                    default: string;
                    type: StringConstructor;
                };
                nonLinear: BooleanConstructor;
                position: {
                    type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
                    validator: ((v) => boolean);
                };
                prevText: {
                    default: string;
                    type: StringConstructor;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                selectedClass: {
                    default: string;
                    type: PropType<string>;
                };
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                theme: StringConstructor;
                tile: BooleanConstructor;
                width: (StringConstructor | NumberConstructor)[];
            }>>
          • VStepperActions: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    disabled: boolean | "next" | "prev";
                    nextText: string;
                    prevText: string;
                } & {
                    color?: string;
                } & {
                    $children?: {} | VNodeChild | {
                        next?: ...;
                        prev?: ...;
                    };
                    v-slots?: {
                        next?: false | (...);
                        prev?: false | (...);
                    };
                } & {
                    v-slot:next?: false | ((arg) => VNodeChild);
                    v-slot:prev?: false | ((arg) => VNodeChild);
                } & {
                    onClick:next?: (() => any);
                    onClick:prev?: (() => any);
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                    click:next: (() => true);
                    click:prev: (() => true);
                }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    disabled: boolean | "next" | "prev";
                    nextText: string;
                    prevText: string;
                }, true, {}, SlotsType<Partial<{
                    next: ((arg) => VNode[]);
                    prev: ((arg) => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    disabled: boolean | "next" | "prev";
                    nextText: string;
                    prevText: string;
                } & {
                    color?: string;
                } & {
                    $children?: {} | VNodeChild | {
                        next?: ...;
                        prev?: ...;
                    };
                    v-slots?: {
                        next?: false | (...);
                        prev?: false | (...);
                    };
                } & {
                    v-slot:next?: false | ((arg) => VNodeChild);
                    v-slot:prev?: false | ((arg) => VNodeChild);
                } & {
                    onClick:next?: (() => any);
                    onClick:prev?: (() => any);
                }, {}, {}, {}, {}, {
                    disabled: boolean | "next" | "prev";
                    nextText: string;
                    prevText: string;
                }>;
            } & ComponentOptionsBase<{
                disabled: boolean | "next" | "prev";
                nextText: string;
                prevText: string;
            } & {
                color?: string;
            } & {
                $children?: {} | VNodeChild | {
                    next?: ((arg) => ...);
                    prev?: ((arg) => ...);
                };
                v-slots?: {
                    next?: false | ((arg) => ...);
                    prev?: false | ((arg) => ...);
                };
            } & {
                v-slot:next?: false | ((arg) => VNodeChild);
                v-slot:prev?: false | ((arg) => VNodeChild);
            } & {
                onClick:next?: (() => any);
                onClick:prev?: (() => any);
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                click:next: (() => true);
                click:prev: (() => true);
            }, string, {
                disabled: boolean | "next" | "prev";
                nextText: string;
                prevText: string;
            }, {}, string, SlotsType<Partial<{
                next: ((arg) => VNode[]);
                prev: ((arg) => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                color: StringConstructor;
                disabled: {
                    default: boolean;
                    type: PropType<boolean | "next" | "prev">;
                };
                nextText: {
                    default: string;
                    type: StringConstructor;
                };
                prevText: {
                    default: string;
                    type: StringConstructor;
                };
            }, ExtractPropTypes<{
                color: StringConstructor;
                disabled: {
                    default: boolean;
                    type: PropType<boolean | "next" | "prev">;
                };
                nextText: {
                    default: string;
                    type: StringConstructor;
                };
                prevText: {
                    default: string;
                    type: StringConstructor;
                };
            }>>
          • VStepperHeader: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    style: StyleValue;
                    tag: string;
                } & {
                    class?: any;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, (() => VNode<RendererNode, RendererElement, {
                    [key: string]: any;
                }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    style: StyleValue;
                    tag: string;
                }, true, {}, SlotsType<Partial<{
                    default: (() => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    style: StyleValue;
                    tag: string;
                } & {
                    class?: any;
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                }, (() => VNode<RendererNode, RendererElement, {
                    [key: string]: any;
                }>), {}, {}, {}, {
                    style: StyleValue;
                    tag: string;
                }>;
            } & ComponentOptionsBase<{
                style: StyleValue;
                tag: string;
            } & {
                class?: any;
            } & {
                $children?: VNodeChild | {
                    default?: (() => ...);
                } | (() => VNodeChild);
                v-slots?: {
                    default?: false | (() => ...);
                };
            } & {
                v-slot:default?: false | (() => VNodeChild);
            }, (() => VNode<RendererNode, RendererElement, {
                [key: string]: any;
            }>), unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {
                style: StyleValue;
                tag: string;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                class: PropType<ClassValue>;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: StringConstructor;
                };
            }, ExtractPropTypes<{
                class: PropType<ClassValue>;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: StringConstructor;
                };
            }>>
          • VStepperItem: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    complete: boolean;
                    completeIcon: IconValue;
                    disabled: boolean;
                    editIcon: IconValue;
                    editable: boolean;
                    error: boolean;
                    errorIcon: IconValue;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rules: readonly ValidationRule[];
                } & {
                    color?: string;
                    icon?: IconValue;
                    selectedClass?: string;
                    subtitle?: string;
                    title?: string;
                    value?: any;
                } & {
                    $children?: VNodeChild | ((arg) => VNodeChild) | {
                        default?: ...;
                        icon?: ...;
                        subtitle?: ...;
                        title?: ...;
                    };
                    v-slots?: {
                        default?: false | (...);
                        icon?: false | (...);
                        subtitle?: false | (...);
                        title?: false | (...);
                    };
                } & {
                    v-slot:default?: false | ((arg) => VNodeChild);
                    v-slot:icon?: false | ((arg) => VNodeChild);
                    v-slot:subtitle?: false | ((arg) => VNodeChild);
                    v-slot:title?: false | ((arg) => VNodeChild);
                } & {
                    onGroup:selected?: ((val) => any);
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                    group:selected: ((val) => true);
                }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    complete: boolean;
                    completeIcon: IconValue;
                    disabled: boolean;
                    editIcon: IconValue;
                    editable: boolean;
                    error: boolean;
                    errorIcon: IconValue;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rules: readonly ValidationRule[];
                }, true, {}, SlotsType<Partial<{
                    default: ((arg) => VNode[]);
                    icon: ((arg) => VNode[]);
                    subtitle: ((arg) => VNode[]);
                    title: ((arg) => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    complete: boolean;
                    completeIcon: IconValue;
                    disabled: boolean;
                    editIcon: IconValue;
                    editable: boolean;
                    error: boolean;
                    errorIcon: IconValue;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rules: readonly ValidationRule[];
                } & {
                    color?: string;
                    icon?: IconValue;
                    selectedClass?: string;
                    subtitle?: string;
                    title?: string;
                    value?: any;
                } & {
                    $children?: VNodeChild | ((arg) => VNodeChild) | {
                        default?: ...;
                        icon?: ...;
                        subtitle?: ...;
                        title?: ...;
                    };
                    v-slots?: {
                        default?: false | (...);
                        icon?: false | (...);
                        subtitle?: false | (...);
                        title?: false | (...);
                    };
                } & {
                    v-slot:default?: false | ((arg) => VNodeChild);
                    v-slot:icon?: false | ((arg) => VNodeChild);
                    v-slot:subtitle?: false | ((arg) => VNodeChild);
                    v-slot:title?: false | ((arg) => VNodeChild);
                } & {
                    onGroup:selected?: ((val) => any);
                }, {}, {}, {}, {}, {
                    complete: boolean;
                    completeIcon: IconValue;
                    disabled: boolean;
                    editIcon: IconValue;
                    editable: boolean;
                    error: boolean;
                    errorIcon: IconValue;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rules: readonly ValidationRule[];
                }>;
            } & ComponentOptionsBase<{
                complete: boolean;
                completeIcon: IconValue;
                disabled: boolean;
                editIcon: IconValue;
                editable: boolean;
                error: boolean;
                errorIcon: IconValue;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                rules: readonly ValidationRule[];
            } & {
                color?: string;
                icon?: IconValue;
                selectedClass?: string;
                subtitle?: string;
                title?: string;
                value?: any;
            } & {
                $children?: VNodeChild | ((arg) => VNodeChild) | {
                    default?: ((arg) => ...);
                    icon?: ((arg) => ...);
                    subtitle?: ((arg) => ...);
                    title?: ((arg) => ...);
                };
                v-slots?: {
                    default?: false | ((arg) => ...);
                    icon?: false | ((arg) => ...);
                    subtitle?: false | ((arg) => ...);
                    title?: false | ((arg) => ...);
                };
            } & {
                v-slot:default?: false | ((arg) => VNodeChild);
                v-slot:icon?: false | ((arg) => VNodeChild);
                v-slot:subtitle?: false | ((arg) => VNodeChild);
                v-slot:title?: false | ((arg) => VNodeChild);
            } & {
                onGroup:selected?: ((val) => any);
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                group:selected: ((val) => true);
            }, string, {
                complete: boolean;
                completeIcon: IconValue;
                disabled: boolean;
                editIcon: IconValue;
                editable: boolean;
                error: boolean;
                errorIcon: IconValue;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                rules: readonly ValidationRule[];
            }, {}, string, SlotsType<Partial<{
                default: ((arg) => VNode[]);
                icon: ((arg) => VNode[]);
                subtitle: ((arg) => VNode[]);
                title: ((arg) => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                color: StringConstructor;
                complete: BooleanConstructor;
                completeIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                disabled: BooleanConstructor;
                editIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                editable: BooleanConstructor;
                error: BooleanConstructor;
                errorIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                icon: PropType<IconValue>;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rules: {
                    default: (() => never[]);
                    type: PropType<readonly ValidationRule[]>;
                };
                selectedClass: StringConstructor;
                subtitle: StringConstructor;
                title: StringConstructor;
                value: null;
            }, ExtractPropTypes<{
                color: StringConstructor;
                complete: BooleanConstructor;
                completeIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                disabled: BooleanConstructor;
                editIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                editable: BooleanConstructor;
                error: BooleanConstructor;
                errorIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                icon: PropType<IconValue>;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rules: {
                    default: (() => never[]);
                    type: PropType<readonly ValidationRule[]>;
                };
                selectedClass: StringConstructor;
                subtitle: StringConstructor;
                title: StringConstructor;
                value: null;
            }>>
          • VStepperVertical: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    altLabels: boolean;
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    editable: boolean;
                    expandIcon: IconValue;
                    flat: boolean;
                    focusable: boolean;
                    hideActions: boolean;
                    itemTitle: string;
                    itemValue: string;
                    items: readonly StepperItem[];
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    multiple: boolean;
                    nextText: string;
                    nonLinear: boolean;
                    prevText: string;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "default" | "inset" | "accordion" | "popout";
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    completeIcon?: IconValue;
                    editIcon?: IconValue;
                    elevation?: string | number;
                    errorIcon?: IconValue;
                    max?: number;
                    mobileBreakpoint?: number | DisplayBreakpoint;
                    rounded?: string | number | boolean;
                    selectedClass?: string;
                    theme?: string;
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                    update:modelValue: ((val) => true);
                }, "$children" | "v-slots" | "v-slot:default" | "v-slot:title" | "v-slot:subtitle" | "modelValue" | `v-slot:item.${string}` | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:actions" | "v-slot:icon" | `v-slot:header-item.${string}`>, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    altLabels: boolean;
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    editable: boolean;
                    expandIcon: IconValue;
                    flat: boolean;
                    focusable: boolean;
                    hideActions: boolean;
                    itemTitle: string;
                    itemValue: string;
                    items: readonly StepperItem[];
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    multiple: boolean;
                    nextText: string;
                    nonLinear: boolean;
                    prevText: string;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rounded: string | number | boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "default" | "inset" | "accordion" | "popout";
                }, true, {}, SlotsType<Partial<{
                    actions: ((arg) => VNode[]);
                    default: ((arg) => VNode[]);
                    icon: ((arg) => VNode[]);
                    next: ((arg) => VNode[]);
                    prev: ((arg) => VNode[]);
                    subtitle: ((arg) => VNode[]);
                    title: ((arg) => VNode[]);
                    [x: `header-item.${string}`]: ((arg) => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    altLabels: boolean;
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    editable: boolean;
                    expandIcon: IconValue;
                    flat: boolean;
                    focusable: boolean;
                    hideActions: boolean;
                    itemTitle: string;
                    itemValue: string;
                    items: readonly StepperItem[];
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    multiple: boolean;
                    nextText: string;
                    nonLinear: boolean;
                    prevText: string;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "default" | "inset" | "accordion" | "popout";
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    completeIcon?: IconValue;
                    editIcon?: IconValue;
                    elevation?: string | number;
                    errorIcon?: IconValue;
                    max?: number;
                    mobileBreakpoint?: number | DisplayBreakpoint;
                    rounded?: string | number | boolean;
                    selectedClass?: string;
                    theme?: string;
                }, {}, {}, {}, {}, {
                    altLabels: boolean;
                    collapseIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    editable: boolean;
                    expandIcon: IconValue;
                    flat: boolean;
                    focusable: boolean;
                    hideActions: boolean;
                    itemTitle: string;
                    itemValue: string;
                    items: readonly StepperItem[];
                    mandatory: boolean | "force";
                    mobile: boolean | null;
                    multiple: boolean;
                    nextText: string;
                    nonLinear: boolean;
                    prevText: string;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rounded: string | number | boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                    variant: "default" | "inset" | "accordion" | "popout";
                }>;
            } & ComponentOptionsBase<{
                altLabels: boolean;
                collapseIcon: IconValue;
                disabled: boolean;
                eager: boolean;
                editable: boolean;
                expandIcon: IconValue;
                flat: boolean;
                focusable: boolean;
                hideActions: boolean;
                itemTitle: string;
                itemValue: string;
                items: readonly StepperItem[];
                mandatory: boolean | "force";
                mobile: boolean | null;
                multiple: boolean;
                nextText: string;
                nonLinear: boolean;
                prevText: string;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
                variant: "default" | "inset" | "accordion" | "popout";
            } & {
                bgColor?: string;
                class?: any;
                color?: string;
                completeIcon?: IconValue;
                editIcon?: IconValue;
                elevation?: string | number;
                errorIcon?: IconValue;
                max?: number;
                mobileBreakpoint?: number | DisplayBreakpoint;
                rounded?: string | number | boolean;
                selectedClass?: string;
                theme?: string;
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Omit<{
                update:modelValue: ((val) => true);
            }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:title" | "v-slot:subtitle" | "v-slot:actions" | `v-slot:item.${string}` | "v-slot:next" | "v-slot:prev" | "v-slot:icon" | `v-slot:header-item.${string}`>, string, {
                altLabels: boolean;
                collapseIcon: IconValue;
                disabled: boolean;
                eager: boolean;
                editable: boolean;
                expandIcon: IconValue;
                flat: boolean;
                focusable: boolean;
                hideActions: boolean;
                itemTitle: string;
                itemValue: string;
                items: readonly StepperItem[];
                mandatory: boolean | "force";
                mobile: boolean | null;
                multiple: boolean;
                nextText: string;
                nonLinear: boolean;
                prevText: string;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                rounded: string | number | boolean;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
                variant: "default" | "inset" | "accordion" | "popout";
            }, {}, string, SlotsType<Partial<{
                actions: ((arg) => VNode[]);
                default: ((arg) => VNode[]);
                icon: ((arg) => VNode[]);
                next: ((arg) => VNode[]);
                prev: ((arg) => VNode[]);
                subtitle: ((arg) => VNode[]);
                title: ((arg) => VNode[]);
                [x: `header-item.${string}`]: ((arg) => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new <T>(props, slots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
                altLabels: BooleanConstructor;
                bgColor: StringConstructor;
                class: PropType<ClassValue>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                completeIcon: PropType<IconValue>;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                editIcon: PropType<IconValue>;
                editable: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                errorIcon: PropType<IconValue>;
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                flat: BooleanConstructor;
                focusable: BooleanConstructor;
                hideActions: BooleanConstructor;
                itemTitle: {
                    default: string;
                    type: StringConstructor;
                };
                itemValue: {
                    default: string;
                    type: StringConstructor;
                };
                items: {
                    default: (() => never[]);
                    type: PropType<readonly StepperItem[]>;
                };
                mandatory: {
                    default: NonNullable<boolean | "force">;
                    type: PropType<boolean | "force">;
                };
                max: NumberConstructor;
                mobile: {
                    default: boolean;
                    type: PropType<boolean | null>;
                };
                mobileBreakpoint: PropType<number | DisplayBreakpoint>;
                modelValue: {
                    default: undefined;
                    type: null;
                };
                multiple: BooleanConstructor;
                nextText: {
                    default: string;
                    type: StringConstructor;
                };
                nonLinear: BooleanConstructor;
                prevText: {
                    default: string;
                    type: StringConstructor;
                };
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                selectedClass: StringConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                theme: StringConstructor;
                tile: BooleanConstructor;
                variant: Omit<{
                    default: string;
                    type: PropType<"default" | "inset" | "accordion" | "popout">;
                    validator: ((v) => boolean);
                }, "type" | "default"> & {
                    default: NonNullable<"default" | "inset" | "accordion" | "popout">;
                    type: PropType<"default" | "inset" | "accordion" | "popout">;
                };
            }, ExtractPropTypes<{
                altLabels: BooleanConstructor;
                bgColor: StringConstructor;
                class: PropType<ClassValue>;
                collapseIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                completeIcon: PropType<IconValue>;
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                editIcon: PropType<IconValue>;
                editable: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                errorIcon: PropType<IconValue>;
                expandIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                flat: BooleanConstructor;
                focusable: BooleanConstructor;
                hideActions: BooleanConstructor;
                itemTitle: {
                    default: string;
                    type: StringConstructor;
                };
                itemValue: {
                    default: string;
                    type: StringConstructor;
                };
                items: {
                    default: (() => never[]);
                    type: PropType<readonly StepperItem[]>;
                };
                mandatory: {
                    default: NonNullable<boolean | "force">;
                    type: PropType<boolean | "force">;
                };
                max: NumberConstructor;
                mobile: {
                    default: boolean;
                    type: PropType<boolean | null>;
                };
                mobileBreakpoint: PropType<number | DisplayBreakpoint>;
                modelValue: {
                    default: undefined;
                    type: null;
                };
                multiple: BooleanConstructor;
                nextText: {
                    default: string;
                    type: StringConstructor;
                };
                nonLinear: BooleanConstructor;
                prevText: {
                    default: string;
                    type: StringConstructor;
                };
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                selectedClass: StringConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                theme: StringConstructor;
                tile: BooleanConstructor;
                variant: Omit<{
                    default: string;
                    type: PropType<(...) | (...) | (...) | (...)>;
                    validator: ((v) => boolean);
                }, "type" | "default"> & {
                    default: NonNullable<"default" | "inset" | "accordion" | "popout">;
                    type: PropType<"default" | "inset" | "accordion" | "popout">;
                };
            }>>
          • VStepperVerticalItem: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    collapseIcon: IconValue;
                    complete: boolean;
                    completeIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    editIcon: IconValue;
                    editable: boolean;
                    error: boolean;
                    errorIcon: IconValue;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rules: readonly ValidationRule[];
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    height?: string | number;
                    icon?: IconValue;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    rounded?: string | number | boolean;
                    selectedClass?: string;
                    subtitle?: string;
                    text?: string;
                    title?: string;
                    value?: any;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | ((arg) => VNodeChild) | {
                        actions?: ...;
                        default?: ...;
                        icon?: ...;
                        next?: ...;
                        prev?: ...;
                        subtitle?: ...;
                        text?: ...;
                        title?: ...;
                    };
                    v-slots?: {
                        actions?: false | (...);
                        default?: false | (...);
                        icon?: false | (...);
                        next?: false | (...);
                        prev?: false | (...);
                        subtitle?: false | (...);
                        text?: false | (...);
                        title?: false | (...);
                    };
                } & {
                    v-slot:actions?: false | ((arg) => VNodeChild);
                    v-slot:default?: false | ((arg) => VNodeChild);
                    v-slot:icon?: false | ((arg) => VNodeChild);
                    v-slot:next?: false | ((arg) => VNodeChild);
                    v-slot:prev?: false | ((arg) => VNodeChild);
                    v-slot:subtitle?: false | ((arg) => VNodeChild);
                    v-slot:text?: false | ((arg) => VNodeChild);
                    v-slot:title?: false | ((arg) => VNodeChild);
                } & {
                    onClick:finish?: (() => any);
                    onClick:next?: (() => any);
                    onClick:prev?: (() => any);
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                    click:finish: (() => true);
                    click:next: (() => true);
                    click:prev: (() => true);
                }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    collapseIcon: IconValue;
                    complete: boolean;
                    completeIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    editIcon: IconValue;
                    editable: boolean;
                    error: boolean;
                    errorIcon: IconValue;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rounded: string | number | boolean;
                    rules: readonly ValidationRule[];
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                }, true, {}, SlotsType<Partial<{
                    actions: ((arg) => VNode[]);
                    default: ((arg) => VNode[]);
                    icon: ((arg) => VNode[]);
                    next: ((arg) => VNode[]);
                    prev: ((arg) => VNode[]);
                    subtitle: ((arg) => VNode[]);
                    text: ((arg) => VNode[]);
                    title: ((arg) => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    collapseIcon: IconValue;
                    complete: boolean;
                    completeIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    editIcon: IconValue;
                    editable: boolean;
                    error: boolean;
                    errorIcon: IconValue;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rules: readonly ValidationRule[];
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                } & {
                    bgColor?: string;
                    class?: any;
                    color?: string;
                    elevation?: string | number;
                    height?: string | number;
                    icon?: IconValue;
                    maxHeight?: string | number;
                    maxWidth?: string | number;
                    minHeight?: string | number;
                    minWidth?: string | number;
                    rounded?: string | number | boolean;
                    selectedClass?: string;
                    subtitle?: string;
                    text?: string;
                    title?: string;
                    value?: any;
                    width?: string | number;
                } & {
                    $children?: VNodeChild | ((arg) => VNodeChild) | {
                        actions?: ...;
                        default?: ...;
                        icon?: ...;
                        next?: ...;
                        prev?: ...;
                        subtitle?: ...;
                        text?: ...;
                        title?: ...;
                    };
                    v-slots?: {
                        actions?: false | (...);
                        default?: false | (...);
                        icon?: false | (...);
                        next?: false | (...);
                        prev?: false | (...);
                        subtitle?: false | (...);
                        text?: false | (...);
                        title?: false | (...);
                    };
                } & {
                    v-slot:actions?: false | ((arg) => VNodeChild);
                    v-slot:default?: false | ((arg) => VNodeChild);
                    v-slot:icon?: false | ((arg) => VNodeChild);
                    v-slot:next?: false | ((arg) => VNodeChild);
                    v-slot:prev?: false | ((arg) => VNodeChild);
                    v-slot:subtitle?: false | ((arg) => VNodeChild);
                    v-slot:text?: false | ((arg) => VNodeChild);
                    v-slot:title?: false | ((arg) => VNodeChild);
                } & {
                    onClick:finish?: (() => any);
                    onClick:next?: (() => any);
                    onClick:prev?: (() => any);
                }, {}, {}, {}, {}, {
                    collapseIcon: IconValue;
                    complete: boolean;
                    completeIcon: IconValue;
                    disabled: boolean;
                    eager: boolean;
                    editIcon: IconValue;
                    editable: boolean;
                    error: boolean;
                    errorIcon: IconValue;
                    expandIcon: IconValue;
                    focusable: boolean;
                    hideActions: boolean;
                    readonly: boolean;
                    ripple: boolean | {
                        class?: string;
                        keys?: number[];
                    } | undefined;
                    rounded: string | number | boolean;
                    rules: readonly ValidationRule[];
                    static: boolean;
                    style: StyleValue;
                    tag: string | JSXComponent;
                    tile: boolean;
                }>;
            } & ComponentOptionsBase<{
                collapseIcon: IconValue;
                complete: boolean;
                completeIcon: IconValue;
                disabled: boolean;
                eager: boolean;
                editIcon: IconValue;
                editable: boolean;
                error: boolean;
                errorIcon: IconValue;
                expandIcon: IconValue;
                focusable: boolean;
                hideActions: boolean;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                rules: readonly ValidationRule[];
                static: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
            } & {
                bgColor?: string;
                class?: any;
                color?: string;
                elevation?: string | number;
                height?: string | number;
                icon?: IconValue;
                maxHeight?: string | number;
                maxWidth?: string | number;
                minHeight?: string | number;
                minWidth?: string | number;
                rounded?: string | number | boolean;
                selectedClass?: string;
                subtitle?: string;
                text?: string;
                title?: string;
                value?: any;
                width?: string | number;
            } & {
                $children?: VNodeChild | ((arg) => VNodeChild) | {
                    actions?: ((arg) => ...);
                    default?: ((arg) => ...);
                    icon?: ((arg) => ...);
                    next?: ((arg) => ...);
                    prev?: ((arg) => ...);
                    subtitle?: ((arg) => ...);
                    text?: ((arg) => ...);
                    title?: ((arg) => ...);
                };
                v-slots?: {
                    actions?: false | ((arg) => ...);
                    default?: false | ((arg) => ...);
                    icon?: false | ((arg) => ...);
                    next?: false | ((arg) => ...);
                    prev?: false | ((arg) => ...);
                    subtitle?: false | ((arg) => ...);
                    text?: false | ((arg) => ...);
                    title?: false | ((arg) => ...);
                };
            } & {
                v-slot:actions?: false | ((arg) => VNodeChild);
                v-slot:default?: false | ((arg) => VNodeChild);
                v-slot:icon?: false | ((arg) => VNodeChild);
                v-slot:next?: false | ((arg) => VNodeChild);
                v-slot:prev?: false | ((arg) => VNodeChild);
                v-slot:subtitle?: false | ((arg) => VNodeChild);
                v-slot:text?: false | ((arg) => VNodeChild);
                v-slot:title?: false | ((arg) => VNodeChild);
            } & {
                onClick:finish?: (() => any);
                onClick:next?: (() => any);
                onClick:prev?: (() => any);
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                click:finish: (() => true);
                click:next: (() => true);
                click:prev: (() => true);
            }, string, {
                collapseIcon: IconValue;
                complete: boolean;
                completeIcon: IconValue;
                disabled: boolean;
                eager: boolean;
                editIcon: IconValue;
                editable: boolean;
                error: boolean;
                errorIcon: IconValue;
                expandIcon: IconValue;
                focusable: boolean;
                hideActions: boolean;
                readonly: boolean;
                ripple: boolean | {
                    class?: string;
                    keys?: number[];
                } | undefined;
                rounded: string | number | boolean;
                rules: readonly ValidationRule[];
                static: boolean;
                style: StyleValue;
                tag: string | JSXComponent;
                tile: boolean;
            }, {}, string, SlotsType<Partial<{
                actions: ((arg) => VNode[]);
                default: ((arg) => VNode[]);
                icon: ((arg) => VNode[]);
                next: ((arg) => VNode[]);
                prev: ((arg) => VNode[]);
                subtitle: ((arg) => VNode[]);
                text: ((arg) => VNode[]);
                title: ((arg) => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                bgColor: StringConstructor;
                class: PropType<ClassValue>;
                collapseIcon: Omit<{
                    default: string;
                    type: PropType<IconValue>;
                }, "type" | "default"> & {
                    default: NonNullable<IconValue>;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                complete: BooleanConstructor;
                completeIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                editIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                editable: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                error: BooleanConstructor;
                errorIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                expandIcon: Omit<{
                    default: string;
                    type: PropType<IconValue>;
                }, "type" | "default"> & {
                    default: NonNullable<IconValue>;
                    type: PropType<IconValue>;
                };
                focusable: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hideActions: BooleanConstructor;
                icon: PropType<IconValue>;
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                rules: {
                    default: (() => never[]);
                    type: PropType<readonly ValidationRule[]>;
                };
                selectedClass: StringConstructor;
                static: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                subtitle: StringConstructor;
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                text: StringConstructor;
                tile: BooleanConstructor;
                title: StringConstructor;
                value: null;
                width: (StringConstructor | NumberConstructor)[];
            }, ExtractPropTypes<{
                bgColor: StringConstructor;
                class: PropType<ClassValue>;
                collapseIcon: Omit<{
                    default: string;
                    type: PropType<IconValue>;
                }, "type" | "default"> & {
                    default: NonNullable<IconValue>;
                    type: PropType<IconValue>;
                };
                color: StringConstructor;
                complete: BooleanConstructor;
                completeIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                disabled: BooleanConstructor;
                eager: BooleanConstructor;
                editIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                editable: BooleanConstructor;
                elevation: {
                    type: (StringConstructor | NumberConstructor)[];
                    validator(v): boolean;
                };
                error: BooleanConstructor;
                errorIcon: {
                    default: string;
                    type: PropType<IconValue>;
                };
                expandIcon: Omit<{
                    default: string;
                    type: PropType<IconValue>;
                }, "type" | "default"> & {
                    default: NonNullable<IconValue>;
                    type: PropType<IconValue>;
                };
                focusable: BooleanConstructor;
                height: (StringConstructor | NumberConstructor)[];
                hideActions: BooleanConstructor;
                icon: PropType<IconValue>;
                maxHeight: (StringConstructor | NumberConstructor)[];
                maxWidth: (StringConstructor | NumberConstructor)[];
                minHeight: (StringConstructor | NumberConstructor)[];
                minWidth: (StringConstructor | NumberConstructor)[];
                readonly: BooleanConstructor;
                ripple: {
                    default: boolean;
                    type: PropType<RippleDirectiveBinding["value"]>;
                };
                rounded: {
                    default: undefined;
                    type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
                };
                rules: {
                    default: (() => never[]);
                    type: PropType<readonly ValidationRule[]>;
                };
                selectedClass: StringConstructor;
                static: BooleanConstructor;
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                subtitle: StringConstructor;
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                text: StringConstructor;
                tile: BooleanConstructor;
                title: StringConstructor;
                value: null;
                width: (StringConstructor | NumberConstructor)[];
            }>>
          • VStepperWindow: {
                __isFragment?: never;
                __isSuspense?: never;
                __isTeleport?: never;
                new (...args): CreateComponentPublicInstanceWithMixins<{
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    reverse: boolean;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                } & {
                    class?: any;
                    modelValue?: any;
                    theme?: string;
                    verticalArrows?: boolean | "left" | "right";
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                } & {
                    onUpdate:modelValue?: ((v) => any);
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                    update:modelValue: ((v) => true);
                }, VNodeProps & AllowedComponentProps & ComponentCustomProps, {
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    reverse: boolean;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                }, true, {}, SlotsType<Partial<{
                    default: (() => VNode[]);
                }>>, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
                    B: {};
                    C: {};
                    D: {};
                    Defaults: {};
                    M: {};
                    P: {};
                }, {
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    reverse: boolean;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                } & {
                    class?: any;
                    modelValue?: any;
                    theme?: string;
                    verticalArrows?: boolean | "left" | "right";
                } & {
                    $children?: VNodeChild | {
                        default?: ...;
                    } | (() => VNodeChild);
                    v-slots?: {
                        default?: false | (...);
                    };
                } & {
                    v-slot:default?: false | (() => VNodeChild);
                } & {
                    onUpdate:modelValue?: ((v) => any);
                }, {}, {}, {}, {}, {
                    direction: "horizontal" | "vertical";
                    disabled: boolean;
                    reverse: boolean;
                    selectedClass: string;
                    style: StyleValue;
                    tag: string | JSXComponent;
                }>;
            } & ComponentOptionsBase<{
                direction: "horizontal" | "vertical";
                disabled: boolean;
                reverse: boolean;
                selectedClass: string;
                style: StyleValue;
                tag: string | JSXComponent;
            } & {
                class?: any;
                modelValue?: any;
                theme?: string;
                verticalArrows?: boolean | "left" | "right";
            } & {
                $children?: VNodeChild | {
                    default?: (() => ...);
                } | (() => VNodeChild);
                v-slots?: {
                    default?: false | (() => ...);
                };
            } & {
                v-slot:default?: false | (() => VNodeChild);
            } & {
                onUpdate:modelValue?: ((v) => any);
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
                update:modelValue: ((v) => true);
            }, string, {
                direction: "horizontal" | "vertical";
                disabled: boolean;
                reverse: boolean;
                selectedClass: string;
                style: StyleValue;
                tag: string | JSXComponent;
            }, {}, string, SlotsType<Partial<{
                default: (() => VNode[]);
            }>>, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & FilterPropsOptions<{
                class: PropType<ClassValue>;
                direction: {
                    default: string;
                    type: PropType<"horizontal" | "vertical">;
                };
                disabled: BooleanConstructor;
                modelValue: null;
                reverse: BooleanConstructor;
                selectedClass: {
                    default: string;
                    type: StringConstructor;
                };
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                theme: StringConstructor;
                verticalArrows: PropType<boolean | "left" | "right">;
            }, ExtractPropTypes<{
                class: PropType<ClassValue>;
                direction: {
                    default: string;
                    type: PropType<"horizontal" | "vertical">;
                };
                disabled: BooleanConstructor;
                modelValue: null;
                reverse: BooleanConstructor;
                selectedClass: {
                    default: string;
                    type: StringConstructor;
                };
                style: {
                    default: null;
                    type: PropType<StyleValue>;
                };
                tag: {
                    default: string;
                    type: PropType<string | JSXComponent>;
                };
                theme: StringConstructor;
                verticalArrows: PropType<boolean | "left" | "right">;
            }>>
          • VStepperWindowItem: {
                __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);
                }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, 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);
                }, {}, {}, {}, {}, {
                    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);
            }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, 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