/** * @author Dmytro Parfenov */ import { NgxSocialAuthProvider } from '../provider/social-auth-provider'; import { Provider } from '@angular/core'; /** * Returns an array of providers which describe how the `Injector` should be configured */ export declare function fromSocialAuthProviders(providers: NgxSocialAuthProvider[]): Provider[];