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