/// import type { DivProps } from '../../../lib/ui/types.js'; export declare function TableCell({ className, ...props }: DivProps): JSX.Element;