import type { StepperVerticalItemActionSlot } from './VStepperVerticalItem.js'; import type { VStepperSlot } from '../../components/VStepper/VStepper.js'; import type { StepperItemSlot } from '../../components/VStepper/VStepperItem.js'; import type { GenericProps } from '../../util/index.js'; export type VStepperVerticalSlots = { actions: StepperVerticalItemActionSlot; default: VStepperSlot & { step: T; }; icon: StepperItemSlot; title: StepperItemSlot; subtitle: StepperItemSlot; prev: StepperVerticalItemActionSlot; next: StepperVerticalItemActionSlot; } & { [key: `header-item.${string}`]: StepperItemSlot; [key: `item.${string}`]: StepperItemSlot; }; export declare const makeVStepperVerticalProps: (defaults?: Defaults | undefined) => { theme: unknown extends Defaults["theme"] ? StringConstructor : { type: import("vue").PropType; default: unknown extends Defaults["theme"] ? string : string | Defaults["theme"]; }; class: unknown extends Defaults["class"] ? import("vue").PropType : { type: import("vue").PropType; default: unknown extends Defaults["class"] ? any : any; }; style: unknown extends Defaults["style"] ? { type: import("vue").PropType; default: null; } : Omit<{ type: import("vue").PropType; default: null; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["style"] ? import("vue").StyleValue : Defaults["style"] | NonNullable; }; mobile: unknown extends Defaults["mobile"] ? { type: import("vue").PropType; default: boolean; } : Omit<{ type: import("vue").PropType; default: boolean; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["mobile"] ? boolean | null : Defaults["mobile"] | NonNullable; }; mobileBreakpoint: unknown extends Defaults["mobileBreakpoint"] ? import("vue").PropType : { type: import("vue").PropType; default: unknown extends Defaults["mobileBreakpoint"] ? number | import("../../types.js").DisplayBreakpoint : Defaults["mobileBreakpoint"] | NonNullable; }; elevation: unknown extends Defaults["elevation"] ? { type: (NumberConstructor | StringConstructor)[]; validator: (value: string | number) => boolean; } : Omit<{ type: (NumberConstructor | StringConstructor)[]; validator: (value: string | number) => boolean; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["elevation"] ? string | number : Defaults["elevation"] | NonNullable; }; rounded: unknown extends Defaults["rounded"] ? { type: (BooleanConstructor | NumberConstructor | StringConstructor)[]; default: undefined; } : Omit<{ type: (BooleanConstructor | NumberConstructor | StringConstructor)[]; default: undefined; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["rounded"] ? string | number | boolean : Defaults["rounded"] | NonNullable; }; tile: unknown extends Defaults["tile"] ? BooleanConstructor : { type: import("vue").PropType; default: unknown extends Defaults["tile"] ? boolean : boolean | Defaults["tile"]; }; tag: unknown extends Defaults["tag"] ? { type: import("vue").PropType; default: string; } : Omit<{ type: import("vue").PropType; default: string; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : Defaults["tag"] | NonNullable; }; modelValue: unknown extends Defaults["modelValue"] ? { type: null; default: undefined; } : Omit<{ type: null; default: undefined; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["modelValue"] ? any : any; }; multiple: unknown extends Defaults["multiple"] ? BooleanConstructor : { type: import("vue").PropType; default: unknown extends Defaults["multiple"] ? boolean : boolean | Defaults["multiple"]; }; mandatory: unknown extends Defaults["mandatory"] ? { type: import("vue").PropType<"force" | boolean>; default: NonNullable<"force" | boolean>; } : Omit<{ type: import("vue").PropType<"force" | boolean>; default: NonNullable<"force" | boolean>; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["mandatory"] ? "force" | boolean : Defaults["mandatory"] | NonNullable<"force" | boolean>; }; max: unknown extends Defaults["max"] ? NumberConstructor : { type: import("vue").PropType; default: unknown extends Defaults["max"] ? number : number | Defaults["max"]; }; selectedClass: unknown extends Defaults["selectedClass"] ? StringConstructor : { type: import("vue").PropType; default: unknown extends Defaults["selectedClass"] ? string : string | Defaults["selectedClass"]; }; disabled: unknown extends Defaults["disabled"] ? BooleanConstructor : { type: import("vue").PropType; default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"]; }; eager: unknown extends Defaults["eager"] ? BooleanConstructor : { type: import("vue").PropType; default: unknown extends Defaults["eager"] ? boolean : boolean | Defaults["eager"]; }; color: unknown extends Defaults["color"] ? StringConstructor : { type: import("vue").PropType; default: unknown extends Defaults["color"] ? string : string | Defaults["color"]; }; expandIcon: unknown extends Defaults["expandIcon"] ? { type: import("vue").PropType; default: string; } : Omit<{ type: import("vue").PropType; default: string; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["expandIcon"] ? import("../../composables/icons.js").IconValue : Defaults["expandIcon"] | NonNullable; }; collapseIcon: unknown extends Defaults["collapseIcon"] ? { type: import("vue").PropType; default: string; } : Omit<{ type: import("vue").PropType; default: string; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["collapseIcon"] ? import("../../composables/icons.js").IconValue : Defaults["collapseIcon"] | NonNullable; }; hideActions: unknown extends Defaults["hideActions"] ? BooleanConstructor : { type: import("vue").PropType; default: unknown extends Defaults["hideActions"] ? boolean : boolean | Defaults["hideActions"]; }; focusable: unknown extends Defaults["focusable"] ? BooleanConstructor : { type: import("vue").PropType; default: unknown extends Defaults["focusable"] ? boolean : boolean | Defaults["focusable"]; }; ripple: unknown extends Defaults["ripple"] ? { type: import("vue").PropType; default: boolean; } : Omit<{ type: import("vue").PropType; default: boolean; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["ripple"] ? boolean | { class?: string; keys?: string[]; } | undefined : Defaults["ripple"] | NonNullable; }; readonly: unknown extends Defaults["readonly"] ? BooleanConstructor : { type: import("vue").PropType; default: unknown extends Defaults["readonly"] ? boolean : boolean | Defaults["readonly"]; }; bgColor: unknown extends Defaults["bgColor"] ? StringConstructor : { type: import("vue").PropType; default: unknown extends Defaults["bgColor"] ? string : string | Defaults["bgColor"]; }; flat: unknown extends Defaults["flat"] ? BooleanConstructor : { type: import("vue").PropType; default: unknown extends Defaults["flat"] ? boolean : boolean | Defaults["flat"]; }; variant: unknown extends Defaults["variant"] ? Omit<{ type: import("vue").PropType<"accordion" | "default" | "inset" | "popout">; default: string; validator: (v: any) => boolean; }, "default" | "type"> & { type: import("vue").PropType<"accordion" | "default" | "inset" | "popout">; default: NonNullable<"accordion" | "default" | "inset" | "popout">; } : Omit; default: string; validator: (v: any) => boolean; }, "default" | "type"> & { type: import("vue").PropType<"accordion" | "default" | "inset" | "popout">; default: NonNullable<"accordion" | "default" | "inset" | "popout">; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["variant"] ? "accordion" | "default" | "inset" | "popout" : Defaults["variant"] | NonNullable<"accordion" | "default" | "inset" | "popout">; }; altLabels: unknown extends Defaults["altLabels"] ? BooleanConstructor : { type: import("vue").PropType; default: unknown extends Defaults["altLabels"] ? boolean : boolean | Defaults["altLabels"]; }; completeIcon: unknown extends Defaults["completeIcon"] ? import("vue").PropType : { type: import("vue").PropType; default: unknown extends Defaults["completeIcon"] ? import("../../composables/icons.js").IconValue : Defaults["completeIcon"] | NonNullable; }; editIcon: unknown extends Defaults["editIcon"] ? import("vue").PropType : { type: import("vue").PropType; default: unknown extends Defaults["editIcon"] ? import("../../composables/icons.js").IconValue : Defaults["editIcon"] | NonNullable; }; editable: unknown extends Defaults["editable"] ? BooleanConstructor : { type: import("vue").PropType; default: unknown extends Defaults["editable"] ? boolean : boolean | Defaults["editable"]; }; errorIcon: unknown extends Defaults["errorIcon"] ? import("vue").PropType : { type: import("vue").PropType; default: unknown extends Defaults["errorIcon"] ? import("../../composables/icons.js").IconValue : Defaults["errorIcon"] | NonNullable; }; items: unknown extends Defaults["items"] ? { type: import("vue").PropType; default: () => never[]; } : Omit<{ type: import("vue").PropType; default: () => never[]; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["items"] ? readonly import("../../components/VStepper/VStepperItem.js").StepperItem[] : readonly import("../../components/VStepper/VStepperItem.js").StepperItem[] | Defaults["items"]; }; itemTitle: unknown extends Defaults["itemTitle"] ? { type: import("vue").PropType; default: string; } : Omit<{ type: import("vue").PropType; default: string; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["itemTitle"] ? import("../../util/index.js").SelectItemKey : Defaults["itemTitle"] | NonNullable; }; itemValue: unknown extends Defaults["itemValue"] ? { type: import("vue").PropType; default: string; } : Omit<{ type: import("vue").PropType; default: string; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["itemValue"] ? import("../../util/index.js").SelectItemKey : Defaults["itemValue"] | NonNullable; }; itemProps: unknown extends Defaults["itemProps"] ? { type: import("vue").PropType; default: string; } : Omit<{ type: import("vue").PropType; default: string; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["itemProps"] ? import("../../util/index.js").SelectItemKey : Defaults["itemProps"] | NonNullable; }; nonLinear: unknown extends Defaults["nonLinear"] ? BooleanConstructor : { type: import("vue").PropType; default: unknown extends Defaults["nonLinear"] ? boolean : boolean | Defaults["nonLinear"]; }; prevText: unknown extends Defaults["prevText"] ? { type: StringConstructor; default: string; } : Omit<{ type: StringConstructor; default: string; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["prevText"] ? string : string | Defaults["prevText"]; }; nextText: unknown extends Defaults["nextText"] ? { type: StringConstructor; default: string; } : Omit<{ type: StringConstructor; default: string; }, "default" | "type"> & { type: import("vue").PropType; default: unknown extends Defaults["nextText"] ? string : string | Defaults["nextText"]; }; }; export declare const VStepperVertical: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null; mobile: boolean | null; tile: boolean; tag: string | import("../../util/index.js").JSXComponent; multiple: boolean; mandatory: "force" | boolean; disabled: boolean; eager: boolean; expandIcon: import("../../composables/icons.js").IconValue; collapseIcon: import("../../composables/icons.js").IconValue; hideActions: boolean; focusable: boolean; ripple: boolean | { class?: string; keys?: string[]; }; readonly: boolean; flat: boolean; variant: "accordion" | "default" | "inset" | "popout"; altLabels: boolean; editable: boolean; items: readonly import("../../components/VStepper/VStepperItem.js").StepperItem[]; itemTitle: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; itemValue: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; itemProps: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; nonLinear: boolean; prevText: string; nextText: string; } & { theme?: string | undefined; class?: any; mobileBreakpoint?: number | import("../../types.js").DisplayBreakpoint | undefined; elevation?: string | number | undefined; rounded?: string | number | boolean | undefined; max?: number | undefined; selectedClass?: string | undefined; color?: string | undefined; bgColor?: string | undefined; completeIcon?: import("../../composables/icons.js").IconValue | undefined; editIcon?: import("../../composables/icons.js").IconValue | undefined; errorIcon?: import("../../composables/icons.js").IconValue | undefined; } & {}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{ 'update:modelValue': (val: any) => true; }, "$children" | "modelValue" | "update:modelValue" | "v-slot:actions" | "v-slot:default" | "v-slot:icon" | "v-slot:next" | "v-slot:prev" | "v-slot:subtitle" | "v-slot:title" | "v-slots" | `v-slot:header-item.${string}` | `v-slot:item.${string}`>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, { style: import("vue").StyleValue; mobile: boolean | null; rounded: string | number | boolean; tile: boolean; tag: string | import("../../util/index.js").JSXComponent; multiple: boolean; mandatory: "force" | boolean; disabled: boolean; eager: boolean; expandIcon: import("../../composables/icons.js").IconValue; collapseIcon: import("../../composables/icons.js").IconValue; hideActions: boolean; focusable: boolean; ripple: boolean | { class?: string; keys?: string[]; } | undefined; readonly: boolean; flat: boolean; variant: "accordion" | "default" | "inset" | "popout"; altLabels: boolean; editable: boolean; items: readonly import("../../components/VStepper/VStepperItem.js").StepperItem[]; itemTitle: import("../../util/index.js").SelectItemKey; itemValue: import("../../util/index.js").SelectItemKey; itemProps: import("../../util/index.js").SelectItemKey; nonLinear: boolean; prevText: string; nextText: string; }, true, {}, import("vue").SlotsType) => import("vue").VNode[]; [x: `item.${string}`]: (arg: StepperItemSlot) => import("vue").VNode[]; actions: (arg: StepperVerticalItemActionSlot) => import("vue").VNode[]; default: (arg: VStepperSlot & { step: unknown; }) => import("vue").VNode[]; icon: (arg: StepperItemSlot) => import("vue").VNode[]; title: (arg: StepperItemSlot) => import("vue").VNode[]; subtitle: (arg: StepperItemSlot) => import("vue").VNode[]; prev: (arg: StepperVerticalItemActionSlot) => import("vue").VNode[]; next: (arg: StepperVerticalItemActionSlot) => import("vue").VNode[]; }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, { style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null; mobile: boolean | null; tile: boolean; tag: string | import("../../util/index.js").JSXComponent; multiple: boolean; mandatory: "force" | boolean; disabled: boolean; eager: boolean; expandIcon: import("../../composables/icons.js").IconValue; collapseIcon: import("../../composables/icons.js").IconValue; hideActions: boolean; focusable: boolean; ripple: boolean | { class?: string; keys?: string[]; }; readonly: boolean; flat: boolean; variant: "accordion" | "default" | "inset" | "popout"; altLabels: boolean; editable: boolean; items: readonly import("../../components/VStepper/VStepperItem.js").StepperItem[]; itemTitle: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; itemValue: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; itemProps: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; nonLinear: boolean; prevText: string; nextText: string; } & { theme?: string | undefined; class?: any; mobileBreakpoint?: number | import("../../types.js").DisplayBreakpoint | undefined; elevation?: string | number | undefined; rounded?: string | number | boolean | undefined; max?: number | undefined; selectedClass?: string | undefined; color?: string | undefined; bgColor?: string | undefined; completeIcon?: import("../../composables/icons.js").IconValue | undefined; editIcon?: import("../../composables/icons.js").IconValue | undefined; errorIcon?: import("../../composables/icons.js").IconValue | undefined; } & {}, {}, {}, {}, {}, { style: import("vue").StyleValue; mobile: boolean | null; rounded: string | number | boolean; tile: boolean; tag: string | import("../../util/index.js").JSXComponent; multiple: boolean; mandatory: "force" | boolean; disabled: boolean; eager: boolean; expandIcon: import("../../composables/icons.js").IconValue; collapseIcon: import("../../composables/icons.js").IconValue; hideActions: boolean; focusable: boolean; ripple: boolean | { class?: string; keys?: string[]; } | undefined; readonly: boolean; flat: boolean; variant: "accordion" | "default" | "inset" | "popout"; altLabels: boolean; editable: boolean; items: readonly import("../../components/VStepper/VStepperItem.js").StepperItem[]; itemTitle: import("../../util/index.js").SelectItemKey; itemValue: import("../../util/index.js").SelectItemKey; itemProps: import("../../util/index.js").SelectItemKey; nonLinear: boolean; prevText: string; nextText: string; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase<{ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null; mobile: boolean | null; tile: boolean; tag: string | import("../../util/index.js").JSXComponent; multiple: boolean; mandatory: "force" | boolean; disabled: boolean; eager: boolean; expandIcon: import("../../composables/icons.js").IconValue; collapseIcon: import("../../composables/icons.js").IconValue; hideActions: boolean; focusable: boolean; ripple: boolean | { class?: string; keys?: string[]; }; readonly: boolean; flat: boolean; variant: "accordion" | "default" | "inset" | "popout"; altLabels: boolean; editable: boolean; items: readonly import("../../components/VStepper/VStepperItem.js").StepperItem[]; itemTitle: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; itemValue: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; itemProps: string | boolean | readonly (string | number)[] | ((item: Record, fallback?: any) => any) | null; nonLinear: boolean; prevText: string; nextText: string; } & { theme?: string | undefined; class?: any; mobileBreakpoint?: number | import("../../types.js").DisplayBreakpoint | undefined; elevation?: string | number | undefined; rounded?: string | number | boolean | undefined; max?: number | undefined; selectedClass?: string | undefined; color?: string | undefined; bgColor?: string | undefined; completeIcon?: import("../../composables/icons.js").IconValue | undefined; editIcon?: import("../../composables/icons.js").IconValue | undefined; errorIcon?: import("../../composables/icons.js").IconValue | undefined; } & {}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{ 'update:modelValue': (val: any) => true; }, "$children" | "modelValue" | "update:modelValue" | "v-slot:actions" | "v-slot:default" | "v-slot:icon" | "v-slot:next" | "v-slot:prev" | "v-slot:subtitle" | "v-slot:title" | "v-slots" | `v-slot:header-item.${string}` | `v-slot:item.${string}`>, string, { style: import("vue").StyleValue; mobile: boolean | null; rounded: string | number | boolean; tile: boolean; tag: string | import("../../util/index.js").JSXComponent; multiple: boolean; mandatory: "force" | boolean; disabled: boolean; eager: boolean; expandIcon: import("../../composables/icons.js").IconValue; collapseIcon: import("../../composables/icons.js").IconValue; hideActions: boolean; focusable: boolean; ripple: boolean | { class?: string; keys?: string[]; } | undefined; readonly: boolean; flat: boolean; variant: "accordion" | "default" | "inset" | "popout"; altLabels: boolean; editable: boolean; items: readonly import("../../components/VStepper/VStepperItem.js").StepperItem[]; itemTitle: import("../../util/index.js").SelectItemKey; itemValue: import("../../util/index.js").SelectItemKey; itemProps: import("../../util/index.js").SelectItemKey; nonLinear: boolean; prevText: string; nextText: string; }, {}, string, import("vue").SlotsType) => import("vue").VNode[]; [x: `item.${string}`]: (arg: StepperItemSlot) => import("vue").VNode[]; actions: (arg: StepperVerticalItemActionSlot) => import("vue").VNode[]; default: (arg: VStepperSlot & { step: unknown; }) => import("vue").VNode[]; icon: (arg: StepperItemSlot) => import("vue").VNode[]; title: (arg: StepperItemSlot) => import("vue").VNode[]; subtitle: (arg: StepperItemSlot) => import("vue").VNode[]; prev: (arg: StepperVerticalItemActionSlot) => import("vue").VNode[]; next: (arg: StepperVerticalItemActionSlot) => import("vue").VNode[]; }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new (props: { modelValue?: T; 'onUpdate:modelValue'?: (value: T) => void; }, slots: VStepperVerticalSlots) => GenericProps) & import("../../util/index.js").FilterPropsOptions<{ theme: StringConstructor; class: import("vue").PropType; style: { type: import("vue").PropType; default: null; }; mobile: { type: import("vue").PropType; default: boolean; }; mobileBreakpoint: import("vue").PropType; elevation: { type: (NumberConstructor | StringConstructor)[]; validator: (value: string | number) => boolean; }; rounded: { type: (BooleanConstructor | NumberConstructor | StringConstructor)[]; default: undefined; }; tile: BooleanConstructor; tag: { type: import("vue").PropType; default: string; }; modelValue: { type: null; default: undefined; }; multiple: BooleanConstructor; mandatory: { type: import("vue").PropType<"force" | boolean>; default: NonNullable<"force" | boolean>; }; max: NumberConstructor; selectedClass: StringConstructor; disabled: BooleanConstructor; eager: BooleanConstructor; color: StringConstructor; expandIcon: { type: import("vue").PropType; default: string; }; collapseIcon: { type: import("vue").PropType; default: string; }; hideActions: BooleanConstructor; focusable: BooleanConstructor; ripple: { type: import("vue").PropType; default: boolean; }; readonly: BooleanConstructor; bgColor: StringConstructor; flat: BooleanConstructor; variant: Omit<{ type: import("vue").PropType<"accordion" | "default" | "inset" | "popout">; default: string; validator: (v: any) => boolean; }, "default" | "type"> & { type: import("vue").PropType<"accordion" | "default" | "inset" | "popout">; default: NonNullable<"accordion" | "default" | "inset" | "popout">; }; altLabels: BooleanConstructor; completeIcon: import("vue").PropType; editIcon: import("vue").PropType; editable: BooleanConstructor; errorIcon: import("vue").PropType; items: { type: import("vue").PropType; default: () => never[]; }; itemTitle: { type: import("vue").PropType; default: string; }; itemValue: { type: import("vue").PropType; default: string; }; itemProps: { type: import("vue").PropType; default: string; }; nonLinear: BooleanConstructor; prevText: { type: StringConstructor; default: string; }; nextText: { type: StringConstructor; default: string; }; }, import("vue").ExtractPropTypes<{ theme: StringConstructor; class: import("vue").PropType; style: { type: import("vue").PropType; default: null; }; mobile: { type: import("vue").PropType; default: boolean; }; mobileBreakpoint: import("vue").PropType; elevation: { type: (NumberConstructor | StringConstructor)[]; validator: (value: string | number) => boolean; }; rounded: { type: (BooleanConstructor | NumberConstructor | StringConstructor)[]; default: undefined; }; tile: BooleanConstructor; tag: { type: import("vue").PropType; default: string; }; modelValue: { type: null; default: undefined; }; multiple: BooleanConstructor; mandatory: { type: import("vue").PropType<"force" | boolean>; default: NonNullable<"force" | boolean>; }; max: NumberConstructor; selectedClass: StringConstructor; disabled: BooleanConstructor; eager: BooleanConstructor; color: StringConstructor; expandIcon: { type: import("vue").PropType; default: string; }; collapseIcon: { type: import("vue").PropType; default: string; }; hideActions: BooleanConstructor; focusable: BooleanConstructor; ripple: { type: import("vue").PropType; default: boolean; }; readonly: BooleanConstructor; bgColor: StringConstructor; flat: BooleanConstructor; variant: Omit<{ type: import("vue").PropType<"accordion" | "default" | "inset" | "popout">; default: string; validator: (v: any) => boolean; }, "default" | "type"> & { type: import("vue").PropType<"accordion" | "default" | "inset" | "popout">; default: NonNullable<"accordion" | "default" | "inset" | "popout">; }; altLabels: BooleanConstructor; completeIcon: import("vue").PropType; editIcon: import("vue").PropType; editable: BooleanConstructor; errorIcon: import("vue").PropType; items: { type: import("vue").PropType; default: () => never[]; }; itemTitle: { type: import("vue").PropType; default: string; }; itemValue: { type: import("vue").PropType; default: string; }; itemProps: { type: import("vue").PropType; default: string; }; nonLinear: BooleanConstructor; prevText: { type: StringConstructor; default: string; }; nextText: { type: StringConstructor; default: string; }; }>>; export type VStepperVertical = InstanceType;