import { ComponentRef, DoCheck, OnInit, ViewContainerRef } from '@angular/core'; import { SchematerFieldConfig } from '../../../models/schemater-field-config'; import { ComponentResolverService } from '../services/component-resolver.service'; import * as i0 from "@angular/core"; export declare class SchematerViewFieldComponent implements OnInit, DoCheck { protected componentResolverService: ComponentResolverService; field: SchematerFieldConfig; type: string; values: any; value: any; fieldComponentContainer: ViewContainerRef; protected fieldComponentRef: ComponentRef; constructor(componentResolverService: ComponentResolverService); ngOnInit(): void; ngDoCheck(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=schemater-view-field.component.d.ts.map