import type { TextInputFactory, TextInputProps } from './TextInput';
export { TextInput } from './TextInput';
export type { TextInputProps, TextInputFactory };
export declare namespace TextInput {
    type Props = TextInputProps;
    type Factory = TextInputFactory;
}
