import { ComponentFactoryResolver, ComponentRef, OnChanges, OnInit, ViewContainerRef } from '@angular/core'; import { JsonSchemaFormService } from '../json-schema-form.service'; import * as i0 from "@angular/core"; export declare class SelectFrameworkComponent implements OnChanges, OnInit { private componentFactory; private jsf; newComponent: ComponentRef; layoutNode: any; layoutIndex: number[]; dataIndex: number[]; widgetContainer: ViewContainerRef; constructor(componentFactory: ComponentFactoryResolver, jsf: JsonSchemaFormService); ngOnInit(): void; ngOnChanges(): void; updateComponent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }