export default class ColorUtils { static intToRGB(i: number): string; static hashString(str: string): number; static getColorIndex(value: string): number; static getColor(value: string): string; }