import { TableRowProps as MaterialTableRowProps } from '@material-ui/core/TableRow/TableRow';
export declare type ITableRowProps = Partial<MaterialTableRowProps>;
