export declare const ModalButton: import("react").ForwardRefExoticComponent<{ icon: import("react").ReactElement; } & { size?: import("../index.js").ButtonSizes; variant?: import("../index.js").ButtonVariants; color?: import("../index.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=ModalButton.d.ts.map