import { OnInit } from '@angular/core'; export declare class MapDotComponent implements OnInit { ecpStyle: object; ecpType: string; isShowContent: boolean; constructor(); ngOnInit(): void; }