export declare const tv: import("tailwind-variants").CreateTV<{ twMergeConfig: { override: { classGroups: { 'font-size': { text: ((value: string) => boolean)[]; }[]; 'text-color': { text: ((value: string) => boolean)[]; }[]; 'bg-color': { bg: ((value: string) => boolean)[]; }[]; 'border-color': { border: ((value: string) => boolean)[]; }[]; }; }; }; }>;