import { InputAdornmentTypeMap } from "."; /** * * Demos: * * - [Text Fields](https://mui.com/components/text-fields/) * * API: * * - [InputAdornment API](https://mui.com/api/input-adornment/) */ declare const InputAdornment: import("@suid/types").OverridableComponent; export default InputAdornment; //# sourceMappingURL=InputAdornment.d.ts.map