import { Editor, IBrickDragData } from '@chief-editor/core';
import { Sortable } from '@rc-hooks/sortable';
export declare function useEditorDrag(editor: Editor): Sortable<IBrickDragData>;
