import { EditorState } from "prosemirror-state"; declare const isMarkActive: (type: any) => (state: EditorState) => boolean; export default isMarkActive; //# sourceMappingURL=isMarkActive.d.ts.map