import { ViewContainerRef, OnDestroy, ElementRef } from '@angular/core'; import { ACCom } from '../../services/ac-com.service'; export declare class AcIfDirective implements OnDestroy { private _viewContainerRef; private el; private ACCom; killed: boolean; ngOnDestroy(): void; contition: string; loginConter: any; set top(val: string); exec(): void; setvis(): void; elm: any; constructor(_viewContainerRef: ViewContainerRef, el: ElementRef, ACCom: ACCom); }