export declare class NodeIntersectionObserver implements IntersectionObserver { root: Element | Document | null; rootMargin: string; thresholds: number[]; disconnect(): void; observe(): void; takeRecords(): any; unobserve(): void; } export declare const AgnosticIntersectionObserver: typeof NodeIntersectionObserver | { new (callback: IntersectionObserverCallback, options?: IntersectionObserverInit | undefined): IntersectionObserver; prototype: IntersectionObserver; }; //# sourceMappingURL=intersection-observer.d.ts.map