/// import { CollectionState, FiltersMap } from '@wix/bex-core'; import { InfiniteScrollTableState } from '../../state'; import { CollectionTableBaseProps } from '../CollectionTable'; export interface InfiniteScrollTableCompatProps extends CollectionTableBaseProps { /** * A collection state instance created with [useInfiniteScrollTable](/pages/cairo/?path=/story/components-collection-hooks--useinfinitescrolltable) * @external */ state: CollectionState | InfiniteScrollTableState; } declare function _InfiniteScrollTableCompat(props: InfiniteScrollTableCompatProps): JSX.Element; export declare const InfiniteScrollTableCompat: typeof _InfiniteScrollTableCompat & { displayName: string; }; export {}; //# sourceMappingURL=InfiniteScrollTableCompat.d.ts.map