import { TableFeature } from "../../types/TableFeatures.js";
//#region src/core/rows/coreRowsFeature.d.ts
/**
 * Core feature that creates row APIs for values, cells, and tree traversal.
 */
declare const coreRowsFeature: TableFeature;
//#endregion
export { coreRowsFeature };