/** * Highlight mindmap markdown source into an HTML string. * Each line becomes a `
` so that contentEditable preserves line structure. */ export declare function highlightMindmapHTML(code: string): string;