///
import { type FormControlProps as MuiFormControlProps } from '@mui/material';
import { type WithoutEmotionSpecific } from '../types';
export type FormControlProps = WithoutEmotionSpecific;
export declare const FormControl: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;