import { BadgeProps } from './types'; export declare const badgeCva: (props?: ({ variant?: "primary" | "error" | "warning" | "success" | "moderate" | null | undefined; rounded?: "primary" | "secondary" | null | undefined; } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string; export declare const Badge: ({ text, variant, rounded, styles }: BadgeProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Badge.d.ts.map