import { IntersectionObserverOptions } from '../../../api/ui/element-query/intersection-observer'; export declare function mountIntersectionObserver(options: IntersectionObserverOptions, root: Element | Text | null): any;