import { Observable, type JSX } from 'woby'; interface Args extends IntersectionObserverInit { freezeOnceVisible?: boolean; } export declare function useIntersectionObserver(elementRef: Observable, { threshold, root, rootMargin, freezeOnceVisible, }: Args): Observable; export {}; //# sourceMappingURL=useIntersectionObserver.d.ts.map