export declare function FWStep(props: FWStepProps): JSX.Element; interface FWStepProps { total: number; current: number; containerStyle?: any; itemStyle?: any; } export {};