import { PreloadingStrategy, Route } from '@angular/router'; import { Observable } from 'rxjs'; export declare class RcAppPreloadingStrategy implements PreloadingStrategy { preload(route: Route, load: Function): Observable; }