/// import { TitleStepProps } from '../TitleStep'; declare function TitleStep({ step }: TitleStepProps): JSX.Element; export default TitleStep;