import React from 'react';
interface Props extends React.HTMLAttributes<HTMLTableRowElement> {
}
declare const TableRow: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLTableRowElement>>;
export default TableRow;
//# sourceMappingURL=TableRow.d.ts.map