import { IWindowService } from './i-window-service'; import * as i0 from "@angular/core"; export declare class ServerWindowService implements IWindowService { getComputedStyle(element: Element): CSSStyleDeclaration; get innerWidth(): number; get innerHeight(): number; get pageXOffset(): number; get pageYOffset(): number; isMediaQuery(query: string): boolean; requestAnimationFrame(callback: FrameRequestCallback): number; get location(): { href: string; pathname: string; search: string; hash: string; origin: string; }; open(url?: string, target?: string, features?: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }