import { ApplicationRef, EventEmitter } from '@angular/core'; import { ConfigService } from '../../core'; import { AuthService } from '../shared'; export declare class AuthFacebookComponent { private authService; private config; private appRef; private options; onLogin: EventEmitter; constructor(authService: AuthService, config: ConfigService, appRef: ApplicationRef); private subscribeEvents(); private statusChangeCallback(response); private login(token); private loadSDKFacebook(); }