import { IModel } from '../interfaces'; import { Form } from '../Form'; export declare function createFields(model: IModel, initialValues: any, form: Form, $depth?: string[]): {};