import { Injector } from '@opensumi/di'; import { URI } from '@opensumi/ide-core-common'; import { IIconTheme, IThemeContribution } from '../common'; import { IconThemeData } from './icon-theme-data'; export declare class IconThemeStore { injector: Injector; private iconThemeMap; getIconTheme(contribution?: IThemeContribution, basePath?: URI): Promise; protected initIconTheme(contribution: IThemeContribution, basePath: URI): Promise; } //# sourceMappingURL=icon-theme-store.d.ts.map