import { EditorState } from 'draft-js'; import { ContentBlockNode } from '../types'; declare const isBlockFocused: (editorState: EditorState, block: ContentBlockNode) => boolean; export default isBlockFocused;