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