import { ITheme } from './theme.service'; export declare const ThemeContributionProvider: unique symbol; export interface ThemeContributionProvider { onWillApplyTheme?(theme: ITheme): Record; } //# sourceMappingURL=provider.d.ts.map