import React from 'react'; import { TextFieldBaseProps } from '../interfaces'; export declare const TextField: React.FC;