import { ElementRef } from '@angular/core';
import { TagCommanderService } from '../tag-commander.service/tag-commander.service';
export declare class TcSetVarsDirective {
    private el;
    private tcService;
    tcSetVars: object;
    constructor(el: ElementRef, tcService: TagCommanderService);
    ngAfterViewInit(): void;
}
