import { WindowRef } from './window.ref';
export declare class BrowserWindowRef extends WindowRef {
    readonly nativeWindow: Window | object;
    constructor();
}
