/// import { TextInputStepProps } from '../TextInputStep'; declare function TextInputStep({ icon, step, editable, maxLength, defaultValue, validation, }: TextInputStepProps): JSX.Element; export default TextInputStep;