import { ProsemirrorDispatch } from '../../types/prosemirror'; import { EditorState } from 'prosemirror-state'; declare const _default: () => { 'Mod-/': (state: EditorState, dispatch: ProsemirrorDispatch) => boolean | void; }; export default _default; export declare const KeymapInfo: { help: { key: string; label: string; }; };