import { LayoutType, type MindmapElementModel, type MindmapNode } from '@blocksuite/affine-model'; export declare const NODE_VERTICAL_SPACING = 45; export declare const NODE_HORIZONTAL_SPACING = 110; export declare const NODE_FIRST_LEVEL_HORIZONTAL_SPACING = 200; export declare const layout: (root: MindmapNode, mindmap: MindmapElementModel, layoutDir: LayoutType | null, path: number[]) => void; //# sourceMappingURL=layout.d.ts.map