///
declare const _default: {
KeymapInfo: {
orderedList: {
key: string;
label: string;
};
bulletList: {
key: string;
label: string;
};
};
keymaps: (viewProvider: import("../../types/prosemirror").ProsemirrorViewProvider) => {
'Mod-Shift-7': (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => boolean | void;
'Mod-Shift-8': (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => boolean | void;
Enter: (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => boolean | void;
Tab: (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => any;
'Shift-Tab': (state: import("prosemirror-state").EditorState, dispatch: import("../../types/prosemirror").ProsemirrorDispatch) => any;
};
name: string;
pmPlugin: import("prosemirror-state").Plugin;
schema: {
nodes: {
heading: any;
bulletList: any;
listItem: any;
orderedList: any;
};
};
styles: () => string;
toolbarComponent: () => JSX.Element | null;
};
export default _default;