export * from '@mui/material/FormControl'; export { default as FormControl } from '@mui/material/FormControl'; declare module '@mui/material/FormControl' { interface FormControlOwnProps { ['data-asterisk-inline']?: boolean; } } import type { Components } from "../../styles"; export declare const FormControlThemeComponent: Components['MuiFormControl'];