import { EditorState } from 'prosemirror-state';
export declare const isLinkActive: (state: EditorState) => boolean;
export default isLinkActive;
