import { OnInit, Type } from '@angular/core'; import { BaseComponent } from '../base/base.component'; import { CompDirective } from './comp.directive'; import * as i0 from "@angular/core"; /** * determine which form element to use and render it dynamically */ export declare class WrapperComponent extends BaseComponent implements OnInit { /** * set from json-schema-form component to avoid cyclic imports */ static objectComponent: Type; static arrayComponent: Type; static tabComponent: Type; static tableComponent: Type; static additionalPropertiesComponent: Type; /** * dynamically render form element */ compHost: CompDirective; /** * determine which form element to use */ ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }