import { ElementRef, NgZone, Renderer2 } from "@angular/core"; import type { ControlValueAccessor } from "@angular/forms"; import { TextInput } from "@fabric-msft/fabric-web"; import * as i0 from "@angular/core"; export declare class FabricTextInputControlDirective implements ControlValueAccessor { protected z: NgZone; private renderer; protected el: TextInput; disabled: boolean; set value(value: string); get value(): string; constructor(r: ElementRef, z: NgZone, renderer: Renderer2); private detachFns; private listenForChanges; writeValue(value: string): void; onChange: (value: string) => void; registerOnChange(onChange: (value: string) => void): void; onTouched: () => void; registerOnTouched(onTouched: () => void): void; setDisabledState(isDisabled: boolean): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=textInput.directive.d.ts.map