import { EditorState } from 'prosemirror-state';
import { NodeType } from 'prosemirror-model';
export declare const isNodeActive: (state: EditorState, type: NodeType, attrs?: Record<string, unknown>) => boolean;
export default isNodeActive;
