export declare class PlotColorUtils { static colorToHex(color: string): string | null; static getDefaultColor(i: number): string; static createColor(hexstr: string, opacity?: number): string; private static createNiceColor; private static hsvToRgb; }