/// import type { TableCellProps } from './types'; declare const TableCell: (viewProps: TableCellProps) => JSX.Element; export default TableCell; //# sourceMappingURL=TableCell.d.ts.map