export declare class ImageIntersectionObserver {
  private observer;
  /**
   * @param containerElement - The element containing images to observe.
   */
  constructor(containerElement: HTMLElement);
  disconnect(): void;
  private readonly handleIntersection;
}
//# sourceMappingURL=image-intersection-observer.d.ts.map