/// import React from 'react'; import { HEvents } from './utils/map-events'; export interface HEREMapProps extends H.Map.Options, HEvents { appId: string; appCode: string; mapContainerId?: string; animateCenter?: boolean; animateZoom?: boolean; hidpi?: boolean; interactive?: boolean; secure?: boolean; setLayer?: { layer: keyof H.service.MapType; mapType: keyof H.service.DefaultLayers; }; } export declare const HEREMap: React.FC; //# sourceMappingURL=HEREMap.d.ts.map