export declare function Step(props: StepProps): JSX.Element; export declare namespace Step { var FWStep: typeof import("./FWStep").FWStep; var CWStep: typeof import("./CWStep").CWStep; } export interface StepProps { containerStyle: any; itemStyle: any; total: number; current: number; }