declare const useIsIntersecting: (ref: React.RefObject, options?: IntersectionObserverInit) => boolean; export default useIsIntersecting;