import { OnInit, EventEmitter, OnChanges } from '@angular/core'; import { FormItem, FormItemWidget } from '../index'; import * as i0 from "@angular/core"; export declare class FormItemLabel extends FormItem { htmlContent: string; } export declare class FormItemLabelComponent implements FormItemWidget, OnInit, OnChanges { item: FormItemLabel; editable: boolean; changes: EventEmitter; constructor(); ngOnInit(): void; ngOnChanges(): void; checkRequired(placeholder: any): void; onValueChanges(item: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }