import { ProsemirrorDispatch } from '../../types/prosemirror'; import { EditorState } from 'prosemirror-state'; declare const _default: () => { 'Mod-b': (state: EditorState, dispatch: ProsemirrorDispatch) => boolean | void; 'Mod-i': (state: EditorState, dispatch: ProsemirrorDispatch) => boolean | void; 'Mod-u': (state: EditorState, dispatch: ProsemirrorDispatch) => boolean | void; 'Mod-Shift-s': (state: EditorState, dispatch: ProsemirrorDispatch) => boolean | void; 'Mod-Shift-m': (state: EditorState, dispatch: ProsemirrorDispatch) => boolean | void; }; export default _default; export declare const KeymapInfo: { strong: { key: string; label: string; }; em: { key: string; label: string; }; underline: { key: string; label: string; }; strike: { key: string; label: string; }; code: { key: string; label: string; }; };