import { ID } from '@zeniai/client-epic-state'; import { Colors } from '../../../designSystem/zeniConstants'; export declare class OpExColors { #private; private _barColors; private _barColorsKeyWise; private _defaultColor; constructor(); getBarColor(accountKey: string): Colors | undefined; shouldUpdate(accountKeys: ID[]): boolean; static init(): OpExColors; static instance(): OpExColors; } export declare const opExColors: OpExColors;