import { Injector, OnChanges } from '@angular/core';
import { UrlTree } from '@angular/router';
import * as i0 from "@angular/core";
export declare class RouterLinkStubDirective implements OnChanges {
    linkParams: any;
    navigatedTo: any;
    private _urlTree;
    private routerStub;
    constructor(injector: Injector);
    ngOnChanges(): void;
    onClick(): void;
    get urlTree(): UrlTree | null;
    static ɵfac: i0.ɵɵFactoryDeclaration<RouterLinkStubDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<RouterLinkStubDirective, "[routerLink]", never, { "linkParams": "routerLink"; }, {}, never>;
}
