import { BlockElement } from "../../interface"; import { ListBlockWithChildren } from "./nodes"; export declare function getMindmapNodes(block: BlockElement): ListBlockWithChildren[];