import { EventManagerPlugin } from "@angular/platform-browser"; import * as i0 from "@angular/core"; export declare class SdIntersectionEventPlugin extends EventManagerPlugin { constructor(); supports(eventName: string): boolean; addEventListener(element: HTMLElement, eventName: string, handler: (entry: ISdIntersectionEvent) => void): () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export interface ISdIntersectionEvent { entry: IntersectionObserverEntry; }