/// declare const _default: { 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; }; }; keymaps: () => { 'Mod-b': (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => boolean | void; 'Mod-i': (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => boolean | void; 'Mod-u': (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => boolean | void; 'Mod-Shift-s': (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => boolean | void; 'Mod-Shift-m': (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => boolean | void; }; name: string; pmPlugin: import("prosemirror-state").Plugin; schema: { marks: { em: any; strike: any; strong: any; subsup: any; underline: any; code: any; }; }; styles: import("../../types/application").PluginStyleFn; toolbarComponent: ({ config }: { config: { options: string; }; }) => JSX.Element | null; }; export default _default;