import { OnInit } from '@angular/core'; import { OAuthService } from 'angular-oauth2-oidc'; export declare class JZLoginPageComponent implements OnInit { private oauthService; constructor(oauthService: OAuthService); ngOnInit(): void; }