import { Router } from '@angular/router';
export declare class Ng2PageTransitionComponent {
    private router;
    scrollTop: boolean;
    onlyOnRoutes: string[];
    ignoreOnRoutes: string[];
    animation: any;
    delayPromise: Promise<any>;
    constructor(router: Router);
    private routerSubscription(event);
    private shouldTriggerForRoute(url);
    private passesOnlyOnRoutes(url);
    private passesIgnoreOnRoutes(url);
}
