import { TableFeature } from "../../types/TableFeatures.js";
//#region src/features/row-selection/rowSelectionFeature.d.ts
/**
 * Feature that adds row selection state and APIs for row and page selection.
 */
declare const rowSelectionFeature: TableFeature;
//#endregion
export { rowSelectionFeature };