/// declare const _default: { KeymapInfo: { redo: { key: string; label: string; }; undo: { key: string; label: string; }; }; keymaps: () => { 'Mod-Shift-z': (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => any; 'Mod-z': (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => any; }; name: string; pmPlugin: any; toolbarComponent: () => JSX.Element | null; }; export default _default;