import { OnInit } from '@angular/core'; import { SocialLoginService } from '../services/social-login.service'; export declare class SocialLoginComponent implements OnInit { readonly socials: any; private readonly service; constructor(socials: any, service: SocialLoginService); ngOnInit(): void; signInWithGoogle(): void; signInWithFB(): void; signInWithGitHub(): void; }