/// import { FiltersMap } from '@wix/bex-core'; import { CollectionTableProps } from '../CollectionTable'; export interface InfiniteScrollTableBaseProps extends CollectionTableProps { rowHeight?: number | ((item: T, index: number) => number); estimatedRowHeight?: number; } declare function _InfiniteScrollTableBase(props: InfiniteScrollTableBaseProps): JSX.Element; export declare const InfiniteScrollTableBase: typeof _InfiniteScrollTableBase & { displayName: string; }; export {}; //# sourceMappingURL=InfiniteScrollTableBase.d.ts.map