import TableCell from './TableCell'; import type { TableCellProps } from './TableCell.types'; export type { TableCellProps }; export default TableCell;