export declare const CHART_COLORS: string[]; export declare const CHART_SOLID_COLORS: string[]; export declare const CHART_COLORS_MAP: { blue: string; green: string; red: string; orange: string; purple: string; yellow: string; cyan: string; magenta: string; }; export declare const CHART_SOLID_COLORS_MAP: { blue: string; green: string; red: string; orange: string; purple: string; yellow: string; cyan: string; magenta: string; }; export declare function getChartColorByIndex(index: number): string; export declare function getChartSolidColorByIndex(index: number): string;