import React from 'react'; declare const TableComponent: (props: any) => React.JSX.Element; export default TableComponent;