import { type FormControlLabelProps as MuiFormControlLabelProps } from '@mui/material/FormControlLabel'; import { type WithoutEmotionSpecific } from '../types'; export type FormControlLabelProps = WithoutEmotionSpecific;