import React from 'react'; import { TableProps } from 'antd'; declare const Table: React.FC>; export default Table;