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