import { RefObject } from 'react'; declare const useScrolling: (ref: RefObject) => boolean; export default useScrolling;