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