/**
 * Create an editor state with some text in it already
 */
import { EditorState } from 'draft-js';
export default function createEditorStateWithText(text: string): EditorState;
