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