import React from 'react'; import type { TableRowProps } from './interface'; declare const TableRow: React.FC; export default TableRow;