import { InjectionToken } from '@angular/core'; import { Observable } from 'rxjs'; import { DynamicWindowConfig } from '../interfaces'; /** An injection token that can be used to get shared config of dynamic windows */ export declare const DYNAMIC_WINDOW_SHARED_CONFIG: InjectionToken>;