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