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