import { TableFeature } from "../../types/TableFeatures.js";
//#region src/core/cells/coreCellsFeature.d.ts
/**
 * Core feature that adds cell value, render, and context APIs.
 */
declare const coreCellsFeature: TableFeature;
//#endregion
export { coreCellsFeature };