import { OnInit } from '@angular/core';
export declare class MapSwitchComponent implements OnInit {
    customPosition: object;
    switchArray: Array<any>;
    selectId: number;
    select(i: any): void;
    constructor();
    ngOnInit(): void;
}
