import { AfterViewInit, ComponentRef, OnInit, Type, ViewContainerRef } from '@angular/core'; import { FieldWrapper, FormlyFieldConfig, FormlyFieldProps } from '@ngx-formly/core'; import * as i0 from "@angular/core"; interface IRightTemplate { component: Type; input?: Record; output?: Record; } interface CustomFormlyFieldProps extends FormlyFieldProps { styleClass?: string; htmlFor?: string; rightTemplate?: IRightTemplate; hideLabel?: boolean; } export declare class KalpanixFormlyFormFieldWrapper extends FieldWrapper> implements OnInit, AfterViewInit { _rightTemplateView: ViewContainerRef; _rightComponent: ComponentRef; ngOnInit(): void; ngAfterViewInit(): void; private bindRightComponentProps; private bindRightComponentEvents; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};