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