import type { ButtonHTMLAttributes } from 'react';
declare const IconButton: import("react").ForwardRefExoticComponent<{
asChild?: boolean;
'aria-label': string;
} & ButtonHTMLAttributes & import("react").RefAttributes>;
export { IconButton };
//# sourceMappingURL=IconButton.d.ts.map