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