import { type MindmapElementModel, type MindmapRoot } from '@blocksuite/affine-model'; export declare const balanceLeftRightResponseArea: (tree: MindmapRoot) => void; export declare const calculateResponseArea: (mindmap: MindmapElementModel) => void; //# sourceMappingURL=drag-utils.d.ts.map