import type { PluginEventHandlerOptions, SlateEditor, YooEditor } from '@yoopta/editor'; export declare function onKeyDown(editor: YooEditor, slate: SlateEditor, { hotkeys, currentBlock }: PluginEventHandlerOptions): (event: any) => void; //# sourceMappingURL=onKeyDown.d.ts.map