import { PropType } from 'vue'; import { Direction } from '../_utils/constant'; import { StepStatus, StepsType } from './interface'; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; direction: { type: PropType; default: string; }; labelPlacement: { type: PropType; default: string; }; current: { type: NumberConstructor; default: undefined; }; defaultCurrent: { type: NumberConstructor; default: number; }; status: { type: PropType; default: string; }; lineLess: { type: BooleanConstructor; default: boolean; }; small: { type: BooleanConstructor; default: boolean; }; changeable: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (_step: number, _ev: Event) => any; "update:current": (_step: number) => any; }, string, import("vue").PublicProps, Readonly; default: string; }; direction: { type: PropType; default: string; }; labelPlacement: { type: PropType; default: string; }; current: { type: NumberConstructor; default: undefined; }; defaultCurrent: { type: NumberConstructor; default: number; }; status: { type: PropType; default: string; }; lineLess: { type: BooleanConstructor; default: boolean; }; small: { type: BooleanConstructor; default: boolean; }; changeable: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onChange?: ((_step: number, _ev: Event) => any) | undefined; "onUpdate:current"?: ((_step: number) => any) | undefined; }>, { type: "default" | "dot" | "arrow" | "navigation"; small: boolean; direction: "horizontal" | "vertical"; status: "wait" | "error" | "finish" | "process"; current: number; defaultCurrent: number; lineLess: boolean; labelPlacement: "horizontal" | "vertical"; changeable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };