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