import { OnDestroy, OnInit } from '@angular/core'; import { AbstractControl } from '@angular/forms'; import { Subscription } from 'rxjs'; import { JsonSchemaFormService } from '../json-schema-form.service'; import * as i0 from "@angular/core"; export declare class SubmitComponent implements OnInit, OnDestroy { private jsf; formControl: AbstractControl; controlName: string; controlValue: any; controlDisabled: boolean; boundControl: boolean; options: any; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; isValidChangesSubs: Subscription; constructor(jsf: JsonSchemaFormService); ngOnDestroy(): void; ngOnInit(): void; updateValue(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }