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