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