import { FormControlLabel } from '@mui/material'; import type { FormControlLabelProps } from '@mui/material'; import type { FC } from 'react'; const BlockFormControlLabel: FC = (props) => (
); export default BlockFormControlLabel;