import { Observable } from 'rxjs'; export interface ObservableIntersectionObserver { observe: (element: Element) => Observable; } export declare const createIntersectionObserver: (options?: IntersectionObserverInit) => ObservableIntersectionObserver; //# sourceMappingURL=intersectionObserver.d.ts.map