declare const IconButton: import("react").ForwardRefExoticComponent<{ children: React.ReactNode; icon: any; size?: "slim" | "medium" | "large"; withTooltip?: boolean; tooltipText?: string; disabled?: boolean; color?: import("../../types/icon").Color; tooltipSide?: "top" | "right" | "bottom" | "left"; } & import("react").ButtonHTMLAttributes & import("react").RefAttributes>; export { IconButton };