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