import React from 'react'; import { TableProps } from './iTable'; declare const renderTable: React.FC>; export default renderTable;