import { RefObject } from 'react'; export declare function useScroll(elRef: RefObject): { atTop: boolean; atBottom: boolean; hasScroll: boolean; };