import type { EditorState } from '@atlaskit/editor-prosemirror/state'; import { DecorationSet } from '@atlaskit/editor-prosemirror/view'; export declare function drawCellSelection(state: EditorState): DecorationSet | null;