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