declare function NumberedStep(props: { current: number; total: number; }): JSX.Element; export default NumberedStep;