import { JsonSchemaFormService } from 'angular6-json-schema-form'; import { AbstractControl } from '@angular/forms'; import { OnInit } from '@angular/core'; export declare class WidgetObjectComponent implements OnInit { private jsf; formControl: AbstractControl; controlName: string; controlValue: string; controlValueText: string; controlDisabled: boolean; boundControl: boolean; options: any; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; currentValue: string; constructor(jsf: JsonSchemaFormService); ngOnInit(): void; lostFocus(event: any): void; updateValue(event: any): void; }