import React from 'react'; interface ITableViewProps { data: any; } declare const TableView: React.FunctionComponent; export default TableView;