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