import { ProsemirrorCommand } from '../../types/prosemirror'; declare const _default: () => { 'Mod-p': ProsemirrorCommand; }; export default _default; export declare const KeymapInfo: { image: { key: string; label: string; }; };