import { InputLabelTypeMap } from "./InputLabelProps"; /** * * Demos: * * - [Text Fields](https://mui.com/components/text-fields/) * * API: * * - [InputLabel API](https://mui.com/api/input-label/) * - inherits [FormLabel API](https://mui.com/api/form-label/) */ declare const InputLabel: import("@suid/types").OverridableComponent>; export default InputLabel; //# sourceMappingURL=InputLabel.d.ts.map