export declare class WindowRefService {
    private readonly isBrowser;
    readonly nativeWindow: any;
    constructor(platformId: any);
}
