import { FieldType, FieldTypeConfig, FormlyFieldProps } from '@ngx-formly/core'; import * as i0 from "@angular/core"; interface IProps extends FormlyFieldProps { iconPosition: 'left' | 'right'; icon: string; styleClass?: string; } export declare class KalpanixFormlyIconField extends FieldType> { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};