import { SocialLoginService } from '../services'; export declare class SocialLoginComponent { readonly configuration: any; private readonly service; readonly socials: string[]; constructor(configuration: any, service: SocialLoginService); signInWithGoogle(): void; signInWithFacebook(): void; signInWithDiscord(): void; signInWithTwitch(): void; }