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