export declare function useIntersectionObserver(callback?: IntersectionObserverCallback, options?: IntersectionObserverInit): { intersectionRef: import("vue").Ref; isIntersecting: import("vue").ShallowRef; };