/// <reference types="react" />
declare const TableCell: (props: any) => JSX.Element;
export default TableCell;
