import { Observable } from 'rxjs'; export declare function isVisibleInViewport$(element: Element, options?: IntersectionObserverInit): Observable; export declare function isElementScrollAtStart(element: HTMLElement): boolean; export declare function isElementScrollAtEnd(element: HTMLElement): boolean; export declare function nodeMutation$(target: Node, options?: MutationObserverInit): Observable; export declare function nodeResize$(target: Element): Observable;