import { AsiDialog } from './../dialog/asi-dialog.component'; import { Observable } from 'rxjs'; import { ViewContainerRef, ComponentRef, AfterContentInit } from '@angular/core'; export declare class AsiDialogContainer implements AfterContentInit { viewContainerRef: ViewContainerRef; class: string; dialogs: Array>>; visibleDialog: ComponentRef>; shadow: any; private subjectContainer; constructor(viewContainerRef: ViewContainerRef); onContainerEmpty(): Observable; addDialog(dialogRef: ComponentRef>): void; removeDialog(dialogRef: ComponentRef>): void; ngAfterContentInit(): void; }