type useScrollDetectionReturnType = { scrollableRef: React.RefObject; isScrollBottom: boolean; isScrollTop: boolean; hasScroll: boolean; }; export declare const useScrollDetection: () => useScrollDetectionReturnType; export {};