import { OnInit, SimpleChanges } from "@angular/core";
import * as i0 from "@angular/core";
export declare class MapViewComponent implements OnInit {
    mapConfig: any;
    constructor();
    ngOnInit(): Promise<void>;
    ngOnChanges(changes: SimpleChanges): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<MapViewComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<MapViewComponent, "map-view", never, { "mapConfig": "mapConfig"; }, {}, never, never>;
}
