import { default as React } from 'react'; import { CustomTableRowProps } from './types'; declare const TableRow: React.FC; export default TableRow;