import { TableFeature } from "../../types/TableFeatures.js";
//#region src/features/row-pinning/rowPinningFeature.d.ts
/**
 * Feature that adds row pinning state and APIs for top, center, and bottom rows.
 */
declare const rowPinningFeature: TableFeature;
//#endregion
export { rowPinningFeature };