import type { Selection } from '@atlaskit/editor-prosemirror/state'; import type { ContentNodeWithPos } from '@atlaskit/editor-prosemirror/utils'; export declare const getCellsInTable: (selection: Selection) => ContentNodeWithPos[] | undefined;