export declare abstract class WindowRef {
    readonly nativeWindow: Window | object;
}
