export declare class PoColorPaletteService { getColor(value: { color?: string; type?: string; }): string; private getColorFromType; }