import { TableFeature } from "../../types/TableFeatures.js";
//#region src/features/row-aggregation/rowAggregationFeature.d.ts
/**
 * Independent aggregation feature for grouped values and root/custom-row totals.
 */
declare const rowAggregationFeature: TableFeature;
//#endregion
export { rowAggregationFeature };