import { FC } from 'react';
import IProps from './TextField.types';
declare const TextField: FC<IProps>;
export default TextField;
