import { FC } from 'react'; import { FormControlProps } from '@mui/material'; /** * Custom extension of FormControl component to show FocusRing only with Tab focus */ export declare const FormControl: FC;