import { Observable } from 'rxjs'; import { AuthService as SocialAuthService, SocialUser } from 'angularx-social-login'; export declare class SocialLoginService { private readonly oAuthModel; private readonly socialAuthService; private readonly environmentConfig; constructor(oAuthModel: any, socialAuthService: SocialAuthService, environmentConfig: any); authState(): Observable; singInWithGoogle(): void; singInWithFacebook(): void; signInWithDiscord(): void; signInWithTwitch(): void; }