/// import { MutableRefObject, RefObject } from 'react'; export declare function useEndReach(scrollRef: MutableRefObject | RefObject): boolean;