import { IconButtonProps } from './types.js';
export declare function IconButton({ children, icon, className, 'data-justify': justify, 'data-justify-icon': justifyIcon, 'data-rotate-icon': rotateIcon, ...props }: IconButtonProps): import("react/jsx-runtime").JSX.Element;