import { ControlValueAccessor } from "@angular/forms"; import { BaseTextInputComponent } from "./base-text-input/base-text-input.component"; import * as i0 from "@angular/core"; export declare class TextInputComponent extends BaseTextInputComponent implements ControlValueAccessor { private onChange; private onTouched; private readonly formDisabled; readonly isDisabled: import("@angular/core").Signal; writeValue(value: string): void; registerOnChange(fn: (value: string) => void): void; registerOnTouched(fn: () => void): void; setDisabledState(isDisabled: boolean): void; handleValueChange(value: string): void; handleInputBlur(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }