import { FC } from 'react'; import { TextFieldProps } from '@mui/material'; export declare const TextField: FC;