import { ElementRef, OnInit } from '@angular/core'; import { BllDialogRef } from './dialog-ref'; import { BllDialogService } from './dialog.service'; export declare class BllDialogCloseDirective implements OnInit { ref: BllDialogRef; private host; private dialogService; dialogClose: any; constructor(ref: BllDialogRef, host: ElementRef, dialogService: BllDialogService); ngOnInit(): void; onClose(): void; private getRefFromParent; }