import React from 'react'; import { IconButtonProps } from './types'; export declare function IconButton({ variant, icon, size, className, disabled, isLoading, type, onClick, ...props }: IconButtonProps): React.JSX.Element;