export type ScoreLevel = "empty" | "negative" | "warning" | "progress" | "positive"; export declare const getScoreLevel: (score: number, max: number) => ScoreLevel; export declare const sellScoreColorVariants: (props?: ({ level?: "empty" | "negative" | "positive" | "progress" | "warning" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; //# sourceMappingURL=variants.d.ts.map