import { OnInit, EventEmitter } from '@angular/core'; import { FormItem, SurveyErrorStateMatcher, FormItemWidget } from '../index'; import * as i0 from "@angular/core"; export declare class FormItemText extends FormItem { hint: string; } export declare class FormItemTextComponent implements FormItemWidget, OnInit { item: FormItemText; editable: boolean; changes: EventEmitter; matcher: SurveyErrorStateMatcher; maxLabelLength: number; constructor(); ngOnInit(): void; ngOnChanges(): void; checkRequired(placeholder: any): true | undefined; onValueChanges(item: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }