///
import { FiltersMap } from '@wix/bex-core';
import { CollectionTableProps } from '../CollectionTable';
export interface InfiniteScrollTableV2Props extends CollectionTableProps {
}
declare function _InfiniteScrollTableV2(props: InfiniteScrollTableV2Props): JSX.Element;
export declare const InfiniteScrollTableV2: typeof _InfiniteScrollTableV2 & {
displayName: string;
};
export { InfiniteScrollTableV2Props as TableV2Props };
export { InfiniteScrollTableV2 as TableV2 };
//# sourceMappingURL=InfiniteScrollTableV2.d.ts.map