export interface MapConfigureInter { on: Function; destroy?: Function; clearEvents?: Function; addControl?: Function; setCenter?: Function; setZoom?: Function; plugin?: Function; } type __VLS_Props = { teleported?: boolean; dt: { isCreate?: boolean; unmounte?: Function; callData?: (...args: any[]) => void; }; isDetail?: boolean; location?: any; locationSearch?: string; noHeader?: boolean; address?: Array; }; declare const _default: import("vue").DefineComponent<__VLS_Props, { toPos: (search: any, location: any) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { locationChange: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onLocationChange?: (...args: any[]) => any; }>, { dt: { isCreate?: boolean; unmounte?: Function; callData?: (...args: any) => void; }; teleported: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;