import { RefObject } from "react"; declare const useScrollDetector: (element?: RefObject) => number; export default useScrollDetector;