export declare class ColorService { constructor(); getRandomColor(): string; checkedColor(arrayColorUsed: any): string; }