import { EditorState } from 'prosemirror-state'; import { ProsemirrorDispatch } from '../../types/prosemirror'; declare const _default: () => { 'Mod-Shift-z': (state: EditorState, dispatch: ProsemirrorDispatch) => any; 'Mod-z': (state: EditorState, dispatch: ProsemirrorDispatch) => any; }; export default _default; export declare const KeymapInfo: { redo: { key: string; label: string; }; undo: { key: string; label: string; }; };