import { PipeTransform } from '@angular/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class IntersectionPipe implements PipeTransform { private platform; constructor(platform: Object); transform(el: HTMLElement, options?: IntersectionObserverInit): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }