import type React from 'react';
import type { PropsWithChildren } from 'react';
import { InputLabelProps } from '@mui/material';
declare const FormFieldLabel: React.FC<PropsWithChildren<InputLabelProps>>;
export default FormFieldLabel;
//# sourceMappingURL=form-field-label.d.ts.map