import { type SafeResourceUrl } from '@angular/platform-browser';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class TuiLazyLoadingService extends Observable<SafeResourceUrl | string> {
    private readonly src$;
    private readonly intersections$;
    private readonly stream$;
    constructor();
    next(src: SafeResourceUrl | string): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiLazyLoadingService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TuiLazyLoadingService>;
}
