import React from 'react'; import { type FormLabelProps } from '@mui/material/FormLabel'; declare const FormLabel: React.FC; export default FormLabel;