import type { TableRowBlockObject } from "./tableRow.js";
export type TableCellBlockObjectComponent = TableRowBlockObject["table_row"]["cells"][number];
//# sourceMappingURL=tableCell.d.ts.map