import { BaseDirective } from './base.directive'; import * as i0 from "@angular/core"; /** * Add this globally * .x-router-link::after { font-family: 'FontAwesome'; content: '\f08e'; font-size: 0.75em; line-height: 0.08333em; vertical-align: 0.125em; } */ export declare class RouterLinkDirective extends BaseDirective { private readonly renderer; private readonly elementRef; routerLink?: string | [(...args: any[]) => void, any[]]; routerLinkActive?: string; handleClick(event: any): void; init: () => void; private isExternal; private isActive; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }