import { type TemplateRef } from 'vue'; export declare const useIntersection: (el: TemplateRef, onIntersect: () => void) => void; //# sourceMappingURL=use-intersection.d.ts.map