import { default as React } from 'react'; import { CustomTableCellProps } from './types'; declare const TableCell: React.FC; export default TableCell;