import type { SlateEditor, YooEditor } from '../editor/types'; type Shortcuts = Record; export declare const withShortcuts: (editor: YooEditor, slate: SlateEditor, shortcuts: Shortcuts) => import("slate-react").ReactEditor; export {}; //# sourceMappingURL=shortcuts.d.ts.map