import { EditorState } from 'draft-js';
declare const insertLink: (editorState: any, matchArr: any) => EditorState;
export default insertLink;
