import { LatLng } from "./index"; import { MapToolType } from "../enums/index"; export declare class MapConfig { apiKey: string; center?: LatLng; zoom?: number; mapElement?: HTMLElement; tools?: Array; linksControl?: boolean; panControl?: boolean; enableCloseButton?: boolean; mapTypeControl?: boolean; heading?: number; tilt?: number; }