import { Theme, ThemeManager } from './theme-protocol'; import { BehaviorSubject } from 'rxjs'; export declare class ThemeManagerImpl implements ThemeManager { protected readonly themeStorageKey = "cell:theme"; protected readonly themesForConfig: { [id: string]: Theme; }; protected readonly themes: Theme[]; protected prioritized: Theme[]; currentSubject: BehaviorSubject | undefined>; init(): void; get(): Promise[]>; } //# sourceMappingURL=theme-manager.d.ts.map