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