import { State } from '../../types'; declare const isLink: (editorState: State, customLinkKey?: string) => boolean; export default isLink;