/// import type { DivProps } from '../../../lib/ui/types.js'; export declare function TableRow(props: DivProps & { onClick?: () => void; }): JSX.Element;