import { PropType } from 'vue'; declare const _default: import("vue").DefineComponent; default: string; }; direction: { type: PropType<"horizontal" | "vertical">; default: string; }; labelPlacement: { type: PropType<"horizontal" | "vertical">; default: string; }; current: { type: NumberConstructor; default: undefined; }; defaultCurrent: { type: NumberConstructor; default: number; }; status: { type: PropType<"error" | "wait" | "finish" | "process">; default: string; }; lineLess: { type: BooleanConstructor; default: boolean; }; small: { type: BooleanConstructor; default: boolean; }; changeable: { type: BooleanConstructor; default: boolean; }; }>, { cls: import("vue").ComputedRef<(string | { [x: string]: boolean; })[]>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:current': (step: number) => true; change: (step: number, ev: Event) => true; }, string, import("vue").PublicProps, Readonly; default: string; }; direction: { type: PropType<"horizontal" | "vertical">; default: string; }; labelPlacement: { type: PropType<"horizontal" | "vertical">; default: string; }; current: { type: NumberConstructor; default: undefined; }; defaultCurrent: { type: NumberConstructor; default: number; }; status: { type: PropType<"error" | "wait" | "finish" | "process">; 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"; lineLess: boolean; status: "error" | "wait" | "finish" | "process"; current: number; defaultCurrent: number; labelPlacement: "horizontal" | "vertical"; changeable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;