import * as React from 'react';
import { TextInputProps } from './TextInput.types';
export declare const TextInput: React.ComponentType<TextInputProps>;
