import type { PluginDOMEvents } from './types';
import type { SlateEditor, YooEditor, YooptaBlockData } from '../editor/types';
import type { EditorEventHandlers } from '../types/eventHandlers';
export declare const useSlateEditor: (id: string, editor: YooEditor, block: YooptaBlockData, elements: any, withExtensions: any) => import("slate-react").ReactEditor;
export declare const useEventHandlers: (events: PluginDOMEvents | undefined, editor: YooEditor, block: YooptaBlockData, slate: SlateEditor) => EditorEventHandlers;
//# sourceMappingURL=hooks.d.ts.map