import React from 'react'; import { FormControlLabelProps } from '@mui/material/FormControlLabel'; declare const FormControlLabel: React.FC; export default FormControlLabel;