import { TableProps } from 'antd'; import React from 'react'; declare const BasicTable: (props: TableProps) => React.JSX.Element; export default BasicTable;