import { MapBounds } from './types'; type __VLS_Props = { modelValue?: string; bounds?: MapBounds; readonly?: boolean; height?: number; placeholder?: string; /** 高德地图 JS API Key(必传) */ amapKey?: string; }; declare const __VLS_export: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { change: (v: string) => any; "update:modelValue": (v: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onChange?: (v: string) => any; "onUpdate:modelValue"?: (v: string) => any; }>, { height: number; amapKey: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default;