export declare const COLORS: string[];
export declare function getColorByIndex(index: number): string;
