import { ElementRef, ViewContainerRef } from '@angular/core'; import { ACCom } from '../../services/ac-com.service'; export declare class AcInstanceDirective { private _viewContainerRef; private el; private ACCom; _svg: any; set top(val: string); setInstanceName(val: string): void; hostComponent: any; elm: any; constructor(_viewContainerRef: ViewContainerRef, el: ElementRef, ACCom: ACCom); }