import { EditorState } from 'prosemirror-state';
import { MarkType } from 'prosemirror-model';
export declare const isMarkActive: (state: EditorState, type: MarkType) => boolean;
export default isMarkActive;
