import { EditorContextType } from './editor_context';
import { FormDataSet } from './form_store';
export declare function dragEndHandler(context: EditorContextType): () => void;
export declare function dragDropHandler(context: EditorContextType, item: FormDataSet): (to: number, position: string) => void;
