export { TableCell } from "./table-cell.js"; export { TableCellSizes } from "./table-cell.options.js"; export type { TableCellSize } from "./table-cell.options.js"; export { definition as TableCellDefinition } from "./table-cell.definition.js"; export { styles as TableCellStyles } from "./table-cell.styles.js"; export { template as TableCellTemplate } from "./table-cell.template.js"; //# sourceMappingURL=index.d.ts.map