import { FormlyFieldConfig } from '@ngx-formly/core'; import { CoreModels } from 'tnp-core/src'; export declare function getFromlyConfigFor(target: Function, options?: { formType?: CoreModels.UIFramework; keysPathesToInclude?: string[]; keysPathesToExclude?: string[]; parentModel?: string; relativePath?: string; level?: number; maxLevel?: number; }): FormlyFieldConfig[]; export type FormlyArrayTransformFn = (fieldsArray: FormlyFieldConfig[], fieldObject?: { [propKey: string]: FormlyFieldConfig; }) => FormlyFieldConfig[];