import { EventEmitter } from '@angular/core'; import { UntypedFormGroup, UntypedFormArray, UntypedFormControl } from '@angular/forms'; import * as i0 from "@angular/core"; type entry = UntypedFormControl | UntypedFormGroup | UntypedFormArray; export declare class FormTouchOnHoverDirective { jpFormTouchOnHover: entry | Array; jpFormTouched: EventEmitter; enter(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export {}; //# sourceMappingURL=form-touch-on-hover.directive.d.ts.map