export declare const ButtonIcon: import("react").ForwardRefExoticComponent<{ icon: JSX.Element; } & { size?: import("./types.js").ButtonSizes; variant?: import("./types.js").ButtonVariants; color?: import("./types.js").ButtonColors; fullwidth?: boolean; square?: boolean; loading?: boolean; active?: boolean; as?: never; } & Omit & import("react").ButtonHTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "color" | "square" | "as" | "loading" | "size" | "variant" | "fullwidth" | "active"> & import("react").RefAttributes>; //# sourceMappingURL=ButtonIcon.d.ts.map