import type { ReadonlyContentModelTable, TableSelectionCoordinates } from 'roosterjs-content-model-types'; /** * Clear selection of a table. * @param table The table model where the selection is to be cleared * @param sel The selection coordinates to be cleared */ export declare function clearSelectedCells(table: ReadonlyContentModelTable, sel: TableSelectionCoordinates): void;