import { ModuleWithProviders } from '@angular/core';
import { SocialAuthServiceConfig } from './socialauth.service';
export declare class SocialLoginModule {
    static initialize(config: SocialAuthServiceConfig): ModuleWithProviders<SocialLoginModule>;
    constructor(parentModule: SocialLoginModule);
}
