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