import { TableFeature } from "../../types/TableFeatures.js";
//#region src/core/table/coreTablesFeature.d.ts
/**
 * Core feature that adds base table instance APIs such as reset and setOptions.
 */
declare const coreTablesFeature: TableFeature;
//#endregion
export { coreTablesFeature };