import { ElementRef } from "@angular/core"; import { ControlValueAccessor } from "@angular/forms"; import { SlInput, SlTextarea } from "@shoelace-style/shoelace"; import * as i0 from "@angular/core"; export declare class FormControlInput implements ControlValueAccessor { private hostRef; constructor(hostRef: ElementRef); writeValue(value: any): void; registerOnChange(callback: any): void; registerOnTouched(callback: any): void; setDisabledState(disabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }