export declare const jumpToCollapsibleBody: ({ editor }: { editor: any; }) => boolean; export declare const keyboardShortcuts: { Enter: ({ editor }: { editor: any; }) => boolean; Tab: ({ editor }: { editor: any; }) => boolean; Backspace: ({ editor }: { editor: any; }) => boolean; 'Shift-Tab': ({ editor }: { editor: any; }) => boolean; }; //# sourceMappingURL=keyboardShortcuts.d.ts.map