import { OnInit } from '@angular/core'; import { Store } from '@ngrx/store'; import * as i0 from "@angular/core"; export declare class SignInPageComponent implements OnInit { private store; logoUrl: string; showLegacySignIn: boolean; showMicrosoftSignIn: boolean; constructor(store: Store); ngOnInit(): void; onClickSignInWithMicrosoft(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }