import { ElementRef } from '@angular/core'; import { Router } from '@angular/router'; import { PghSsoService } from '../sso-logic/sso.service'; import { PghSsoConfig } from '../sso-logic/models'; import * as i0 from "@angular/core"; export declare class PghAuthorizedLinkDirective { private router; private ssoService; private elementRef; private readonly ssoConfig; exposeTokenInUrl: import("@angular/core").InputSignal; constructor(router: Router, ssoService: PghSsoService, elementRef: ElementRef, ssoConfig: PghSsoConfig); onClick(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }