import { HttpClient } from '@angular/common/http'; import { OnInit } from '@angular/core'; import { SocialSigninButtonOptions, Provider, Shape } from '../options'; import { SocialAuthService } from '../socialauth.service'; import * as i0 from "@angular/core"; export declare class SocialSigninButtonComponent implements OnInit { private readonly authService; private httpClient; options: SocialSigninButtonOptions; shape: typeof Shape; provider: typeof Provider; constructor(authService: SocialAuthService, httpClient: HttpClient); ngOnInit(): void; signIn(provider: Provider, manageClickEvent: boolean, signInOptions: object): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }