import * as i0 from "@angular/core"; export declare class DiagramColorService { totalColors: any; setTotalColors(totalColors: any): void; getFillOpacity(): string; getFillColour(key: string): string; getBpmnColor(data: any, defaultColor: any): any; getBpmnStrokeWidth(data: any): 1 | 2; convertColorToHsb(colorPercentage: number): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }