import React from 'react'; import { TableProps } from 'antd'; declare const TableView: (props: TableProps & { doSearch: (...arg: any[]) => void; locale?: 'zh-CN' | 'en-US'; }) => React.ReactElement; export default TableView;