import { TemplateRef, ViewContainerRef } from '@angular/core'; import { FieldType as CoreFieldType, FormlyFieldConfig } from '@ngx-formly/core'; import * as i0 from "@angular/core"; export declare abstract class FieldType extends CoreFieldType { private hostContainerRef?; set content(templateRef: TemplateRef); constructor(hostContainerRef?: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration, [{ optional: true; }]>; static ɵdir: i0.ɵɵDirectiveDeclaration, never, never, {}, {}, never, never, false, never>; }