export declare const COLORS: string[]; export declare function adjustAlpha(color: string, factor: number): string; interface Options { isRandom?: boolean; usedColors?: string[]; opacity?: number; } export declare function generateColor(options: Options): string; export {}; //# sourceMappingURL=generateColor.d.ts.map