import { ComponentRef } from '@angular/core'; import { WindowShellComponent } from '../components/window-shell/window-shell.component'; export declare class WindowManager { activeWindows: ComponentRef[]; constructor(); readonly quantity: number; }