export declare class IntersectionObserverState { intersectionRatio: number; observer?: IntersectionObserver; constructor(); dispose: () => void; init({ root, target, rootMargin, }: { target?: Element | null; root?: Element | Document | null; rootMargin?: string; }): (() => void) | undefined; } //# sourceMappingURL=IntersectionObserverState.d.ts.map