import type { MindMapNode } from '../types'; type __VLS_Props = { /** Current data tree. Used to populate the editor on first mount * (as markdown) and as the source of the "export .md" action. */ data: MindMapNode; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { import: (data: MindMapNode) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onImport?: ((data: MindMapNode) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;