import { ElementRef } from '@angular/core'; import { TelemetryService } from './telemetry.service'; import * as i0 from "@angular/core"; export declare class TelemetryDirective { private telemetryService; private element; constructor(telemetryService: TelemetryService, element: ElementRef); onClick(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }