import { ElementRef, Renderer2 } from '@angular/core'; import { FormField, FieldProps } from '../form-field/form-field'; import { ActionService } from '../../service/action.service'; import * as i0 from "@angular/core"; export interface InputTextProps extends FieldProps { templates?: string[]; } export declare class InputTextComponent { private action; private renderer; inputRef: ElementRef; field: import("@angular/core").InputSignal; props: InputTextProps; templateIndex: number; constructor(action: ActionService, renderer: Renderer2); handleHookChange(): void; handleDisabled(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }