import type { TableCellProps } from './TableCell.types'; declare const TableCell: (props: TableCellProps) => import("react/jsx-runtime").JSX.Element; export default TableCell;