import { Node, NodeType } from "prosemirror-model"; import { TextShortcut } from "./TextShortcutPlugin"; export declare function wrappingTextShortcut(regexp: RegExp, nodeType: NodeType, getAttrs?: object | ((text: string[]) => object), joinPredicate?: (text: string[], node: Node) => boolean): TextShortcut;