import { OnInit } from '@angular/core'; import { Schema } from './schema'; import { State } from './state'; import * as i0 from "@angular/core"; /** * entry component */ export declare class JsonSchemaFormComponent implements OnInit { state: State; resolvedState: State; /** * register container form elements to avoid cyclic imports */ ngOnInit(): void; resolve(schema?: Schema): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }