import type React from 'react';
import { FormControlLabelProps } from '@mui/material';
declare const InputLabel: React.FC<FormControlLabelProps>;
export default InputLabel;
//# sourceMappingURL=input-label.d.ts.map