export declare const numericTextVariants: (props?: ({ tone?: "default" | "muted" | "destructive" | "warning" | "success" | null | undefined; size?: "sm" | "lg" | "md" | "xl" | null | undefined; weight?: "bold" | "semibold" | "medium" | "normal" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; //# sourceMappingURL=variants.d.ts.map