import React from "react"; export declare const useOnStopScroll: (scrollRef: React.MutableRefObject, handler: () => void, time: number) => void;