import { OnInit } from '@angular/core'; import { ITokenService } from '@delon/auth'; import { EnvironmentService } from '@abp/ng.core'; export declare class LayoutPassportComponent implements OnInit { private tokenService; environmentService: EnvironmentService; links: { title: string; href: string; }[]; constructor(tokenService: ITokenService, environmentService: EnvironmentService); ngOnInit(): void; }