import { ElementRef } from '@angular/core'; import { NgControl } from '@angular/forms'; import * as i0 from "@angular/core"; type InputElement = HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement; export declare class FormFieldControlDirective { private elementRef; formControlName: NgControl; constructor(elementRef: ElementRef, formControlName: NgControl); get valid(): boolean; get touched(): boolean; setReadOnly(value: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export {};