import type { Bound } from '@blocksuite/global/gfx'; type MindMapNode = { children: MindMapNode[]; text: string; xywh?: string; title?: string; layoutType?: 'left' | 'right'; }; export declare function importMindmap(bound: Bound): Promise; export {}; //# sourceMappingURL=import-mindmap.d.ts.map