import _Steps from './steps.vue'; import _StepItem from './stepItem.vue'; declare type StepsType = typeof _Steps & { StepItem: typeof _StepItem; }; export declare const Steps: import("../utils").SFCWithInstall; export declare const StepItem: import("../utils").SFCWithInstall; activeStep: import("../types").Maybe>; setActive: import("../types").Maybe<(step: number) => void>; classNames: import("vue").ComputedRef<{ 'weui-steps__item_success': boolean; 'weui-steps__item_icon': "success" | "waiting" | undefined; 'weui-steps__item_icon-prev': boolean | undefined; }>; innerStepStyle: import("vue").ComputedRef<{ display: string; }>; emitSetActive: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { title: string; desc: string; step: number; }>>; export default Steps;