export declare const Badge: import("react").ForwardRefExoticComponent<{ wrapperRef?: import("react").RefObject; variant?: import("./types.js").BadgeVariants; icon?: import("react").ReactElement; } & Omit & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "variant" | "icon" | "wrapperRef"> & import("react").RefAttributes>; //# sourceMappingURL=Badge.d.ts.map