export declare function IntersectionHandler(target: Element | null, callback: IntersectionObserverCallback, options?: IntersectionObserverInit): { observe: (target: HTMLElement | null, options?: MutationObserverInit | ResizeObserverOptions | undefined) => void; unobserve: (target: HTMLElement | null) => void; disconnect: () => void; takeRecords: () => never[]; } | IntersectionObserver; //# sourceMappingURL=intersection.d.ts.map