/// import { OnChanges, OnDestroy, ElementRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SlickGoogleMapComponent implements OnChanges, OnDestroy { options: google.maps.MapOptions; overlays: google.maps.Marker[]; width: string; height: string; googleMapRef: ElementRef; private map; private currentMarkers; constructor(); ngOnDestroy(): void; ngOnChanges(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }