import type { DataTType } from '@react-page/editor'; import type { NodeEntry } from 'slate'; import { Editor } from 'slate'; import type { SlatePluginDefinition } from '../types/slatePluginDefinitions'; export declare const getCurrentNodeWithPlugin: (editor: Editor, plugin: SlatePluginDefinition) => NodeEntry | null; declare const _default: (plugin: SlatePluginDefinition) => NodeEntry | null; export default _default; //# sourceMappingURL=useCurrentNodeWithPlugin.d.ts.map