import { ContentState, EditorState } from 'draft-js'; declare const createContentEditorState: (contentState: ContentState) => EditorState; export default createContentEditorState; //# sourceMappingURL=createContentEditorState.d.ts.map