export declare const numericBadgeVariants: (props?: ({ type?: "primary" | "destructive" | "info" | "primary-alt" | "brand" | "outline" | null | undefined; size?: "small" | "default" | null | undefined; clickable?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string;