import { TableFeature } from "../../types/TableFeatures.js";
//#region src/features/row-sorting/rowSortingFeature.d.ts
/**
 * Feature that adds row sorting state, defaults, and column/table sorting APIs.
 */
declare const rowSortingFeature: TableFeature;
//#endregion
export { rowSortingFeature };