import { PreloadingStrategy, Route } from '@angular/router'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SelectivePreloadingStrategy implements PreloadingStrategy { preloadedModules: string[]; preload(route: Route, load: () => Observable): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }