import { ElementRef } from '@angular/core'; import { NgControl } from '@angular/forms'; import { TextInputBase } from '../shared/text-input-base'; import { FormFieldComponent } from '../form-field/form-field.component'; import * as i0 from "@angular/core"; export declare class TextInputDirective extends TextInputBase { readonly ngControl: NgControl; setInputClass: boolean; constructor(ngControl: NgControl, formField: FormFieldComponent, elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }