import { OnDestroy } from '@angular/core'; import { GaActionEnum } from '../enums/ga-action.enum'; import * as i0 from "@angular/core"; export declare class GaEventDirective implements OnDestroy { gaAction: GaActionEnum | string; gaLabel: string; label: string; gaValue: number; gaInteraction: boolean; gaEvent: GaActionEnum | string; private bindSubscription?; private readonly gaCategoryDirective; private readonly gaService; private readonly settings; private readonly el; constructor(); private _gaBind; set gaBind(gaBind: string); get gaBind(): string; ngOnDestroy(): void; protected trigger(): void; protected throw(err: Error): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }