import { ModuleWithProviders } from '@angular/core'; import { NgxSocialAuthModuleConfig } from './social-auth-module-config'; /** * Allows to authenticate the user by using different social providers * * @author Dmytro Parfenov */ export declare class NgxSocialAuthModule { constructor(parentModule?: NgxSocialAuthModule); static forRoot(config: NgxSocialAuthModuleConfig): ModuleWithProviders; }