import type { CallbackRef } from "../utils/utils"; declare function useInViewRef(): [CallbackRef, boolean]; declare function useInViewRef(options: IntersectionObserverInit): [CallbackRef, boolean]; declare function useInViewRef(callback: IntersectionObserverCallback, options?: IntersectionObserverInit): [CallbackRef, boolean]; export { useInViewRef };