import { ViewContainerRef, QueryList } from '@angular/core'; import { FieldType } from './field.type'; import { FormlyFieldConfig } from '../models'; import { NgControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare abstract class FieldWrapper extends FieldType { set _formlyControls(_: QueryList); fieldComponent: ViewContainerRef; set _staticContent(content: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵdir: i0.ɵɵDirectiveDeclaration, never, never, {}, {}, never, never, false, never>; }