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