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