export declare const Steps: import("../utils").WithInstall; default: import("./Steps").StepsDirection; }; activeIcon: { type: import("vue").PropType; default: string; }; iconPrefix: StringConstructor; finishIcon: StringConstructor; activeColor: StringConstructor; inactiveIcon: StringConstructor; inactiveColor: StringConstructor; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickStep"[], "clickStep", import("vue").PublicProps, Readonly; default: import("./Steps").StepsDirection; }; activeIcon: { type: import("vue").PropType; default: string; }; iconPrefix: StringConstructor; finishIcon: StringConstructor; activeColor: StringConstructor; inactiveIcon: StringConstructor; inactiveColor: StringConstructor; }>> & Readonly<{ onClickStep?: ((...args: any[]) => any) | undefined; }>, { active: string | number; direction: import("./Steps").StepsDirection; activeIcon: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default Steps; export { stepsProps } from './Steps'; export type { StepsProps, StepsDirection } from './Steps'; export type { StepsThemeVars } from './types'; declare module 'vue' { interface GlobalComponents { VanSteps: typeof Steps; } }