export declare const whenOutersect: (node: Element, callback: (entry: IntersectionObserverEntry) => void) => { destroy(): void; };