import type { EditorState } from '@atlaskit/editor-prosemirror/state'; import type { Rect, TableContext } from '../table-map'; export type SelectionRect = Rect & TableContext; export declare function selectedRect(state: EditorState): SelectionRect;