import { WaIntersectionObservee } from './directives/intersection-observee.directive'; import { WaIntersectionObserverDirective } from './directives/intersection-observer.directive'; import { WaIntersectionRoot } from './directives/intersection-root.directive'; export declare const WaIntersectionObserver: readonly [typeof WaIntersectionObserverDirective, typeof WaIntersectionObservee, typeof WaIntersectionRoot];