import type { IEditor } from 'roosterjs-editor-types'; import type { Nullable } from '../TableCellSelectionState'; /** * @internal */ export declare function getCellAtCursor(editor: IEditor, node: Nullable): HTMLElement;