declare const useScrollCheck: () => { isScrollBreak: boolean; }; export default useScrollCheck;