import { OnInit } from '@angular/core'; import { TextBox } from '../../../../forms/page/widgets/textbox'; import { Section } from '../../../../forms/page/data-detail-view/section'; import * as i0 from "@angular/core"; export declare class TextBoxWidgetViewComponent implements OnInit { widget: TextBox; section: Section; inputType: any; constructor(); widgetValue: string; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }