import type { BadgeColor } from './types'; export declare const badgeVariants: (props?: ({ variant?: "default" | "dotted" | null | undefined; size?: "small" | "medium" | "large" | null | undefined; isIconOnly?: boolean | null | undefined; type?: "secondary" | "text" | "outline" | "solid" | "text-color" | null | undefined; color?: BadgeColor | null | undefined; muted?: boolean | null | undefined; textVariant?: "code" | "default" | null | undefined; isClickable?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string;