/*! * devextreme-vue * Version: 23.2.5 * Build date: Mon Mar 11 2024 * * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/devextreme-vue */ import Map, { Properties } from "devextreme/ui/map"; declare type AccessibleOptions = Pick; interface DxMap extends AccessibleOptions { readonly instance?: Map; } declare const DxMap: any; declare const DxApiKey: any; declare const DxCenter: any; declare const DxLocation: any; declare const DxMarker: any; declare const DxRoute: any; declare const DxTooltip: any; export default DxMap; export { DxMap, DxApiKey, DxCenter, DxLocation, DxMarker, DxRoute, DxTooltip }; import type * as DxMapTypes from "devextreme/ui/map_types"; export { DxMapTypes };