import { InjectionToken } from '@angular/core'; import { WindowContainerContext, WindowContext } from './window-context'; export declare const WINDOW_CONTEXT: InjectionToken>; export declare const WINDOW_CONTAINER_CONTEXT: InjectionToken>;