import { AfterViewInit } from '@angular/core'; export declare class GooglePlusComponent implements AfterViewInit { url: string; constructor(); ngAfterViewInit(): void; }