import React from 'react'; import type { UnsupportedBehavior } from './types'; interface Props { root?: Element | string | null; rootMargin?: string; threshold?: number | number[]; children?: React.ReactNode; wrapperComponent?: string; unsupportedBehavior?: UnsupportedBehavior; onIntersectionChange(entry: IntersectionObserverEntry): void; } export declare const IntersectionObserver: React.NamedExoticComponent; export {}; //# sourceMappingURL=IntersectionObserver.d.ts.map