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