import { FieldControl, FormEditorConfiguration } from '../interfaces'; export declare const createFormEditor: (cfg: FormEditorConfiguration) => FieldControl;