import type { ShallowMutableContentModelTableRow, TableSelectionCoordinates } from 'roosterjs-content-model-types'; /** * @internal */ export declare function collapseTableSelection(rows: ShallowMutableContentModelTableRow[], selection: TableSelectionCoordinates): void;