import { ModuleWithProviders } from '@angular/core'; import { SocialAuthServiceConfig } from './socialauth.service'; import * as i0 from "@angular/core"; import * as i1 from "./social-signin-button/social-signin-button.component"; import * as i2 from "./google-signin-button/google-signin-button.component"; import * as i3 from "@angular/common"; import * as i4 from "@angular/common/http"; /** * The main module of ng-social-login library. */ export declare class SocialLoginModule { static initialize(config: SocialAuthServiceConfig): ModuleWithProviders; constructor(parentModule: SocialLoginModule); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }