import 'antd/lib/table/style'; import 'antd/lib/typography/style'; import type { ParamsType } from '@ant-design/pro-provider'; import type Summary from 'rc-table/lib/Footer/Summary'; import type { ProTableProps } from './typing'; /** * 🏆 Use Ant Design Table like a Pro! 更快 更好 更方便 * * @param props */ declare const ProviderTableContainer: { , Params extends ParamsType = ParamsType, ValueType = "text">(props: ProTableProps): import("react/jsx-runtime").JSX.Element; Summary: typeof Summary; }; export default ProviderTableContainer;