import type { Editor } from 'slate'; type Plugin = (editor: Editor) => Editor; export declare const useSlatePlugin: (key: string, plugin: Plugin) => void; export {}; //# sourceMappingURL=useSlatePlugin.d.ts.map