import { ElementRef } from '@angular/core'; import { ACCom } from '../../services/ac-com.service'; export declare class AcOpenPopupDirective { private el; private ACCom; popupID: string; set top(val: string); private _getHost; _getPopupChild(parent: any): any; clickEvent(event: any): void; elm: any; constructor(el: ElementRef, ACCom: ACCom); }