import { BaseWindowChannel } from './base-window-channel';
import * as i0 from "@angular/core";
export declare class PluginWindowChannelService extends BaseWindowChannel {
    private readonly theme;
    private readonly translate;
    constructor();
    protected init(window: Window): () => void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PluginWindowChannelService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<PluginWindowChannelService>;
}
