import TextInput, { type TextInputProps } from './TextInput'; export { type TextInputProps }; export default TextInput;