import { ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, OnInit, ViewContainerRef } from '@angular/core'; import { FieldType } from '@ngx-formly/core'; export declare class FieldTemplateComponent extends FieldType implements OnInit { private _cfr; private _cd; content: ViewContainerRef; componentRef: ComponentRef; templateKey: string; constructor(_cfr: ComponentFactoryResolver, _cd: ChangeDetectorRef); ngOnInit(): void; } //# sourceMappingURL=field-template.component.d.ts.map