import { InputLabelProps } from '@mui/material'; export declare const FormFieldLabel: React.FunctionComponent<{ label: string; required?: boolean; } & InputLabelProps>;