import type { ResolvedPos } from '@atlaskit/editor-prosemirror/model'; import type { Selection } from '@atlaskit/editor-prosemirror/state'; export declare function selectionCell(selection: Selection): ResolvedPos | null;