import { ViewContainerRef } from '@angular/core'; import { FieldWrapper } from '@ngx-formly/core'; export declare class FormlyHorizontalWrapper extends FieldWrapper { fieldComponent: ViewContainerRef; }