import { BaseButtonProps, PolymorphicComponent } from "./types"; declare const IconButton: PolymorphicComponent; export default IconButton;