import { OnDestroy } from '@angular/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class WindowService implements OnDestroy { private bodyClassChanged$; private observer; get nativeWindow(): Window; get bodyClass$(): Observable; observeBody(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }