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