import { MutableRefObject } from "react"; /** * Listen for the specified element to scroll to the bottom */ export declare function useEndReached(sentinelRef: MutableRefObject, onEndReached?: () => void): void; //# sourceMappingURL=useEndReached.d.ts.map