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