import { GaEventDirective } from './ga-event.directive';
import * as i0 from "@angular/core";
export declare class GaEventFormInputDirective {
    protected gaEvent: GaEventDirective;
    constructor(gaEvent: GaEventDirective);
    set gaBind(bind: string);
    static ɵfac: i0.ɵɵFactoryDeclaration<GaEventFormInputDirective, [{ optional: true; host: true; }]>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<GaEventFormInputDirective, "input[gaEvent],             select[gaEvent],             textarea[gaEvent]", never, { "gaBind": "gaBind"; }, {}, never, never, false>;
}
