import { ElementRef, OnInit } from "@angular/core"; import { GoogleSigninButtonOptions } from "../options"; import { SocialAuthService } from "../socialauth.service"; import * as i0 from "@angular/core"; export declare class GoogleSigninButtonComponent implements OnInit { private el; private socialAuthService; options: GoogleSigninButtonOptions; constructor(el: ElementRef, socialAuthService: SocialAuthService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }