import { FC } from 'react'; import { TextFieldProps } from '../lib/TextFieldBase'; export declare const TextField: FC; export default TextField;