import * as i0 from "@angular/core";
export declare class WindowService {
    private platform;
    constructor(platform: any);
    get(): Window | null;
    static ɵfac: i0.ɵɵFactoryDeclaration<WindowService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<WindowService>;
}
