import * as i0 from "@angular/core";
export declare class WindowRef {
    platformId: any;
    constructor(platformId: any);
    getNativeWindow(): Window;
    static ɵfac: i0.ɵɵFactoryDeclaration<WindowRef, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<WindowRef>;
}
