export declare class ColorUtil { static presetColors: string[]; static darkPresetColors: string[]; static getRandomColor(): string; static anyStrToColor(str: string): string; }