/// import { TableCellProps } from './types'; declare const TableCell: (props: TableCellProps) => JSX.Element; export default TableCell;