import { FullscreenOverlayContainer, OverlayContainer } from '@angular/cdk/overlay'; import { BaiduApiConfig } from '../models/baidu/baidu-api-config.model'; import { MapManager } from '../manager/map-manager'; import { BaiduBoundarService } from '../services/baidu/baidu-boundar'; import { BaiduMarkerClusterService } from '../services/baidu/baidu-marker-cluster'; import { BaiduClusterService } from '../services/baidu/baidu-cluster'; import { BaiduConversionsService } from '../services/baidu/baidu-conversions'; import { BaiduDistanceService } from '../services/baidu/baidu-distance'; import { BaiduDrawingService } from '../services/baidu/baidu-drawing'; import { BaiduEventService } from '../services/baidu/baidu-event'; import { BaiduGeocodingService } from '../services/baidu/baidu-geocoding'; import { BaiduGeoLocationService } from '../services/baidu/baidu-geolocation'; import { BaiduMapService } from '../services/baidu/baidu-map'; import { BaiduMarkerService } from '../services/baidu/baidu-marker'; import { BaiduRouteService } from '../services/baidu/baidu-route'; import { BaiduRouteCarService } from '../services/baidu/baidu-route-car'; import { BaiduRouteRailsService } from '../services/baidu/baidu-route-rail'; import { BaiduSearchService } from '../services/baidu/baidu-search'; import { GoogleBoundarService } from '../services/google/google-boundar'; import { GoogleMarkerClusterService } from '../services/google/google-marker-cluster'; import { GoogleConversionsService } from '../services/google/google-conversions'; import { GoogleDistanceService } from '../services/google/google-distance'; import { GoogleDrawingService } from '../services/google/google-drawing'; import { GoogleEventService } from '../services/google/google-event'; import { GoogleGeocodingService } from '../services/google/google-geocoding'; import { GoogleGeoLocationService } from '../services/google/google-geolocation'; import { GoogleMapService } from '../services/google/google-map'; import { GoogleMarkerService } from '../services/google/google-marker'; import { GoogleRouteService } from '../services/google/google-route'; import { GoogleRouteFlyService } from '../services/google/google-route-fly'; import { GoogleRouteRailsService } from '../services/google/google-route-rail'; import { GoogleSearchService } from '../services/google/google-search'; import { H21MapEventService } from '../services/h21-map-event.service'; import { MapboxBoundarService } from '../services/mapbox/mapbox-boundar'; import { MapboxDataLayerService } from '../services/mapbox/mapbox-marker-cluster'; import { MapboxClusterService } from '../services/mapbox/mapbox-cluster'; import { MapboxConversionsService } from '../services/mapbox/mapbox-conversions'; import { MapboxDistanceService } from '../services/mapbox/mapbox-distance'; import { MapboxDrawingService } from '../services/mapbox/mapbox-drawing'; import { MapboxEventService } from '../services/mapbox/mapbox-event'; import { MapboxGeocodingService } from '../services/mapbox/mapbox-geocoding'; import { MapboxGeoLocationService } from '../services/mapbox/mapbox-geolocation'; import { MapboxMapService } from '../services/mapbox/mapbox-map'; import { MapboxMarkerService } from '../services/mapbox/mapbox-marker'; import { MapboxRouteService } from '../services/mapbox/mapbox-route'; import { MapboxRouteFlyService } from '../services/mapbox/mapbox-route-fly'; import { MapboxRouteRailsService } from '../services/mapbox/mapbox-route-rail'; import { MapboxRouteWalkService } from '../services/mapbox/mapbox-route-walk'; import { MapboxSearchService } from '../services/mapbox/mapbox-search'; import { YandexBoundarService } from '../services/yandex/yandex-boundar'; import { YandexDataLayerService } from '../services/yandex/yandex-marker-cluster'; import { YandexClusterService } from '../services/yandex/yandex-cluster'; import { YandexConversionsService } from '../services/yandex/yandex-conversions'; import { YandexDistanceService } from '../services/yandex/yandex-distance'; import { YandexDrawingService } from '../services/yandex/yandex-drawing'; import { YandexEventService } from '../services/yandex/yandex-event'; import { YandexGeocodingService } from '../services/yandex/yandex-geocoding'; import { YandexGeoLocationService } from '../services/yandex/yandex-geolocation'; import { YandexMapService } from '../services/yandex/yandex-map'; import { YandexMarkerService } from '../services/yandex/yandex-marker'; import { YandexRouteService } from '../services/yandex/yandex-route'; import { YandexRouteCarService } from '../services/yandex/yandex-route-car'; import { YandexRouteFlyService } from '../services/yandex/yandex-route-fly'; import { YandexRouteRailsService } from '../services/yandex/yandex-route-rail'; import { YandexSearchService } from '../services/yandex/yandex-search'; export declare const H21MapServices: (typeof BaiduApiConfig | typeof BaiduBoundarService | typeof BaiduClusterService | typeof BaiduConversionsService | typeof BaiduDistanceService | typeof BaiduDrawingService | typeof BaiduEventService | typeof BaiduGeocodingService | typeof BaiduGeoLocationService | typeof BaiduMarkerService | typeof BaiduRouteCarService | typeof BaiduRouteRailsService | typeof BaiduRouteService | typeof BaiduSearchService | typeof BaiduMarkerClusterService | typeof BaiduMapService | typeof GoogleMarkerClusterService | typeof GoogleEventService | typeof GoogleSearchService | typeof GoogleMarkerService | typeof GoogleRouteFlyService | typeof GoogleRouteRailsService | typeof GoogleRouteService | typeof GoogleGeocodingService | typeof GoogleGeoLocationService | typeof GoogleConversionsService | typeof GoogleDrawingService | typeof GoogleDistanceService | typeof GoogleBoundarService | typeof GoogleMapService | typeof MapboxDataLayerService | typeof MapboxEventService | typeof MapboxDrawingService | typeof MapboxClusterService | typeof MapboxSearchService | typeof MapboxRouteFlyService | typeof MapboxRouteRailsService | typeof MapboxRouteWalkService | typeof MapboxRouteService | typeof MapboxMarkerService | typeof MapboxConversionsService | typeof MapboxGeocodingService | typeof MapboxGeoLocationService | typeof MapboxBoundarService | typeof MapboxDistanceService | typeof MapboxMapService | typeof YandexEventService | typeof YandexDataLayerService | typeof YandexClusterService | typeof YandexSearchService | typeof YandexRouteFlyService | typeof YandexRouteCarService | typeof YandexRouteRailsService | typeof YandexRouteService | typeof YandexMarkerService | typeof YandexGeocodingService | typeof YandexGeoLocationService | typeof YandexConversionsService | typeof YandexDrawingService | typeof YandexBoundarService | typeof YandexDistanceService | typeof YandexMapService | typeof MapManager | typeof H21MapEventService | { provide: typeof OverlayContainer; useClass: typeof FullscreenOverlayContainer; })[];