import type { ComponentProps, FC, PropsWithChildren } from 'react'; export type TableCellProps = PropsWithChildren>; export declare const TableCell: FC;