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