///
export declare const Button: import("react").ForwardRefExoticComponent<{
size?: "sm" | "md" | "lg" | "xxs" | "xs" | undefined;
variant?: "text" | "filled" | "outlined" | "ghost" | "translucent" | undefined;
color?: "secondary" | "primary" | "error" | "warning" | "success" | undefined;
fullwidth?: boolean | undefined;
square?: boolean | undefined;
loading?: boolean | undefined;
active?: boolean | undefined;
as?: undefined;
} & Omit & import("react").ButtonHTMLAttributes & {
as?: keyof JSX.IntrinsicElements | undefined;
forwardedAs?: keyof JSX.IntrinsicElements | undefined;
}, "ref" | "color" | "square" | "as" | "loading" | "size" | "variant" | "fullwidth" | "active"> & import("react").RefAttributes>;
//# sourceMappingURL=Button.d.ts.map