import { RefObject } from 'react'; export declare const useInfiniteScroll: (ref: RefObject, callback: () => void, active: boolean, threshold?: number) => void; //# sourceMappingURL=index.d.ts.map