import { EventEmitter } from '@angular/core'; export declare class MapMarkerComponent { private static pin_html; type: string; text: string; show: boolean; color: string; highlight: string; stroke: string; active: boolean; width: number; height: number; x: number; y: number; fontSize: string; radiusSize: number; drop: boolean; activeChange: EventEmitter<{}>; display_pin: string; shown: boolean; private id; private reset_timer; private show_timer; constructor(); ngOnInit(): void; ngOnChanges(changes: any): void; getPin(): string; private init(); private replaceAll(str, find, replace); }