import { RefObject } from 'react'; import { ScrollableWindow } from '../reach-bottom-listener'; import { CollectionState, FiltersMap } from '@wix/bex-core'; export interface UseCollectionReachBottomParams { collection: CollectionState; containerRef?: RefObject; scrollMoreAlways?: boolean; } export declare function useCollectionReachBottom({ collection, containerRef, scrollMoreAlways, }: UseCollectionReachBottomParams): { containerRef: RefObject | undefined; targetRef: import("react").MutableRefObject; }; //# sourceMappingURL=useCollectionReachBottom.d.ts.map