import { StepItem } from './steps'; declare function __VLS_template(): any; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: () => never[]; }; readonly current: { readonly type: NumberConstructor; readonly default: 0; }; readonly direction: { readonly type: import('vue').PropType; readonly default: "horizontal"; }; readonly size: { readonly type: import('vue').PropType; readonly default: "md"; }; readonly variant: { readonly type: import('vue').PropType; readonly default: "circle"; }; readonly clickable: { readonly type: BooleanConstructor; readonly default: false; }; readonly dotSize: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly lineWidth: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly rootClass: { readonly type: import('vue').PropType>; readonly default: ""; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { click: (index: number, item: StepItem) => void; "update:current": (index: number) => void; }, string, import('vue').PublicProps, Readonly; readonly default: () => never[]; }; readonly current: { readonly type: NumberConstructor; readonly default: 0; }; readonly direction: { readonly type: import('vue').PropType; readonly default: "horizontal"; }; readonly size: { readonly type: import('vue').PropType; readonly default: "md"; }; readonly variant: { readonly type: import('vue').PropType; readonly default: "circle"; }; readonly clickable: { readonly type: BooleanConstructor; readonly default: false; }; readonly dotSize: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly lineWidth: { readonly type: import('vue').PropType; readonly default: undefined; }; readonly rootClass: { readonly type: import('vue').PropType>; readonly default: ""; }; }>> & Readonly<{ onClick?: ((index: number, item: StepItem) => any) | undefined; "onUpdate:current"?: ((index: number) => any) | undefined; }>, { readonly size: import('./steps').StepsSize; readonly variant: import('./steps').StepsVariant; readonly direction: import('./steps').StepsDirection; readonly clickable: boolean; readonly current: number; readonly items: StepItem[]; readonly rootClass: string | string[] | Record; readonly dotSize: string | number; readonly lineWidth: string | number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };