import { ActivatedRoute, Router, UrlTree } from '@angular/router';
import * as i0 from "@angular/core";
export declare class SubLinkDirective {
    private readonly router;
    private readonly route;
    private commands;
    constructor(router: Router, route: ActivatedRoute);
    set subLink(commands: unknown[] | string);
    get urlTree(): UrlTree;
    static ɵfac: i0.ɵɵFactoryDeclaration<SubLinkDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<SubLinkDirective, "[riskSubLink]", never, { "subLink": "riskSubLink"; }, {}, never>;
}
