import './steps.sass'; import { ColorVariant } from '../../types/ColorVariants'; import { VNode, PropType, ExtractPropTypes } from 'vue'; export declare type StepsSize = 'is-small' | 'is-medium' | 'is-large' | ''; export declare type StepsPosition = 'is-right' | ''; export declare type StepLabelPosition = 'is-right' | 'is-left' | ''; export declare type StepsMobileMode = 'minimal' | 'compact' | ''; export declare const BStepsPropsDefinition: { position: { type: PropType; default: ""; }; labelPosition: { type: PropType; default: string; }; variant: { type: PropType; default: ""; }; size: { type: PropType; default: ""; }; isAnimated: { type: PropType; default: boolean; }; mobileMode: { type: PropType; default: "minimal"; }; isRounded: { type: BooleanConstructor; default: boolean; }; isVertical: { type: BooleanConstructor; default: boolean; }; themeMap: { type: PropType; required: boolean; default: import("fp-ts/lib/function").Lazy; }; isThemeable: { type: PropType; required: boolean; default: boolean; }; modelValue: { type: PropType; required: false; }; 'onUpdate:modelValue': { type: PropType>; default: import("fp-ts/lib/function").Lazy>; }; }; export declare type BStepsProps = ExtractPropTypes; declare const _default: import("vue").DefineComponent<{ position: { type: PropType; default: ""; }; labelPosition: { type: PropType; default: string; }; variant: { type: PropType; default: ""; }; size: { type: PropType; default: ""; }; isAnimated: { type: PropType; default: boolean; }; mobileMode: { type: PropType; default: "minimal"; }; isRounded: { type: BooleanConstructor; default: boolean; }; isVertical: { type: BooleanConstructor; default: boolean; }; themeMap: { type: PropType; required: boolean; default: import("fp-ts/lib/function").Lazy; }; isThemeable: { type: PropType; required: boolean; default: boolean; }; modelValue: { type: PropType; required: false; }; 'onUpdate:modelValue': { type: PropType>; default: import("fp-ts/lib/function").Lazy>; }; }, () => VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ isThemeable: boolean; themeMap: import("../..").ThemeColorMap; variant: ColorVariant; size: import("../..").SizeVariant; position: StepsPosition; isRounded: boolean; "onUpdate:modelValue": import("fp-ts/lib/function").FunctionN<[number], void>; labelPosition: StepLabelPosition; isAnimated: boolean; mobileMode: StepsMobileMode; isVertical: boolean; } & { modelValue?: number | undefined; }>, { isThemeable: boolean; themeMap: import("../..").ThemeColorMap; variant: ColorVariant; size: import("../..").SizeVariant; position: StepsPosition; isRounded: boolean; "onUpdate:modelValue": import("fp-ts/lib/function").FunctionN<[number], void>; labelPosition: StepLabelPosition; isAnimated: boolean; mobileMode: StepsMobileMode; isVertical: boolean; }>; export default _default;