export declare class WindowService {
    private _window;
    constructor(platformId: any);
    readonly nativeWindow: any;
}
