import { InteractiveMap } from './map.component'; import { MapMarkerComponent, MapMarkerGroupComponent } from './markers'; export * from './map.component'; export * from './markers'; export declare const MAP_COMPONENTS: (typeof InteractiveMap | typeof MapMarkerGroupComponent | typeof MapMarkerComponent)[];