import { ElementRef } from '@angular/core';
import { TagCommanderService } from '../tag-commander.service/tag-commander.service';
export declare class TcEventDirective {
    private el;
    private tcService;
    tcEvent: any;
    tcEventLabel: any;
    tcEventObj: any;
    constructor(el: ElementRef, tcService: TagCommanderService);
    ngAfterViewInit(): void;
}
