import { EditorPlugin } from '../../types/application'; import { ProsemirrorCommand, ProsemirrorViewProvider } from '../../types/prosemirror'; export interface EditorKeymapCommandList { [key: string]: ProsemirrorCommand[]; } declare const _default: (plugins: EditorPlugin[], viewProvider?: ProsemirrorViewProvider | undefined) => any; export default _default;