import { BasicEvent } from '@opensumi/ide-core-common'; import { ITheme } from './theme.service'; export declare class ThemeChangedEvent extends BasicEvent { } export interface IThemeChangedEventPayload { theme: ITheme; } //# sourceMappingURL=event.d.ts.map