import React, { HTMLAttributes } from 'react'; declare const TableRow: { ({ children, className, ...other }: HTMLAttributes): React.JSX.Element; displayName: string; }; export default TableRow;