import type { ButtonHTMLAttributes } from 'react';
declare const IconButton: import("react").ForwardRefExoticComponent<{
asChild?: boolean;
'aria-label': string;
} & ButtonHTMLAttributes<HTMLButtonElement> & import("react").RefAttributes<HTMLButtonElement>>;
export { IconButton };