import { TableRow } from '@rocket.chat/fuselage'; import type { ComponentPropsWithoutRef } from 'react'; import React from 'react'; type GenericTableRowProps = ComponentPropsWithoutRef; export const GenericTableRow = (props: GenericTableRowProps) => ;