import type { Selection } from '@atlaskit/editor-prosemirror/state'; import type { Rect } from '../table-map'; export declare const getSelectionRect: (selection: Selection) => Rect | undefined;