import { IconButtonTypeMap } from "."; /** * Refer to the [Icons](https://mui.com/components/icons/) section of the documentation * regarding the available icon options. * * Demos: * * - [Buttons](https://mui.com/components/buttons/) * * API: * * - [IconButton API](https://mui.com/api/icon-button/) * - inherits [ButtonBase API](https://mui.com/api/button-base/) */ declare const IconButton: import("@suid/types").OverridableComponent>; export default IconButton; //# sourceMappingURL=IconButton.d.ts.map