import { OnInit } from '@angular/core'; export declare class SelectMapTypeComponent implements OnInit { ecpStyle: object; isShow: boolean; showList: any; mouseOut(): void; cleanTime(): void; constructor(); ngOnInit(): void; }