import { TableFeature } from "../../types/TableFeatures.js";
//#region src/features/cell-selection/cellSelectionFeature.d.ts
/**
 * Feature that adds spreadsheet-style cell range selection state and APIs.
 */
declare const cellSelectionFeature: TableFeature;
//#endregion
export { cellSelectionFeature };