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