import { ChangeDetectorRef, ElementRef, NgZone, Renderer2 } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class TextInputProxy implements ControlValueAccessor { protected z: NgZone; private renderer; protected el: HTMLElement; controlSize: string; appearance: string; type: string; placeholder: string; disabled: boolean; value: string; _required: boolean; set required(value: boolean); get required(): boolean; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone, renderer: Renderer2); ngOnInit(): void; listenForChanges(): void; private handleRequired; writeValue(value: string): void; onChange(value: string): void; registerOnChange(onChange: any): void; onTouched(value: string): void; registerOnTouched(onTouch: any): void; setDisabledState(disabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class TextInputWrapperModule { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } //# sourceMappingURL=textInputProxy.component.d.ts.map