import type { PropType } from 'vue'; declare const _default: { height: { type: StringConstructor; default: string; }; center: PropType; zoom: { type: NumberConstructor; default: number; }; chooseZoom: { type: NumberConstructor; default: number; }; poiSize: { type: NumberConstructor; default: number; }; poiType: { type: StringConstructor; default: string; }; poiKeywords: { type: StringConstructor; default: string; }; poiRadius: { type: NumberConstructor; default: number; }; needCity: BooleanConstructor; forceChoose: { type: BooleanConstructor; default: boolean; }; suggestionCity: { type: StringConstructor; default: string; }; searchType: { type: NumberConstructor; default: number; validator: (value: number) => boolean; }; searchPlaceholder: StringConstructor; markerSrc: { type: StringConstructor; default: string; }; mapKey: StringConstructor; mapVersion: { type: StringConstructor; default: string; }; mapStyle: StringConstructor; darkMode: BooleanConstructor; okText: StringConstructor; tipMessage: StringConstructor; }; export default _default;