export declare const ColorUtils: { scheme: { sunset: string[]; contrast: string[]; }; between: (color1: string, color2: string, percent: number) => string; textFor: (color: string) => string; };