/// import { IconButtonProps } from './types'; declare const IconButton: { ({ className, loading, rounded, children, ...props }: IconButtonProps): JSX.Element; defaultProps: { variant: string; }; }; export default IconButton;