import { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ width: { type: StringConstructor; required: true; }; height: { type: StringConstructor; required: true; }; src: { type: StringConstructor; default: string; }; apiName: { type: StringConstructor; default: string; }; defaultOption: { type: PropType<{ lat: number; lng: number; }>; default: { lat: number; lng: number; }; }; is3D: { type: BooleanConstructor; default: boolean; }; zoom: { type: BooleanConstructor; default: boolean; }; scale: { type: BooleanConstructor; default: boolean; }; scrollZoom: { type: BooleanConstructor; default: boolean; }; dragging: { type: BooleanConstructor; default: boolean; }; doubleClickZoom: { type: BooleanConstructor; default: boolean; }; zooms: { type: PropType; default: () => never[]; }; clear: { type: BooleanConstructor; default: boolean; }; }, { id: string; style: { width: string; height: string; }; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: { lat: number; lng: number; }; }; is3D: { type: BooleanConstructor; default: boolean; }; zoom: { type: BooleanConstructor; default: boolean; }; scale: { type: BooleanConstructor; default: boolean; }; scrollZoom: { type: BooleanConstructor; default: boolean; }; dragging: { type: BooleanConstructor; default: boolean; }; doubleClickZoom: { type: BooleanConstructor; default: boolean; }; zooms: { type: PropType; default: () => never[]; }; clear: { type: BooleanConstructor; default: boolean; }; }>>, { src: string; clear: boolean; zoom: boolean; scale: boolean; apiName: string; defaultOption: { lat: number; lng: number; }; is3D: boolean; scrollZoom: boolean; dragging: boolean; doubleClickZoom: boolean; zooms: Number[]; }>; export default _default;