import { AfterViewInit, ElementRef } from '@angular/core'; export declare class GooglemapsComponent implements AfterViewInit { name: string; caption: string; enabled: Boolean; maps: ElementRef; constructor(); ngAfterViewInit(): void; init_map(): void; loadScript(name: string): void; }