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