import type { PolygonEditorState } from './types'; declare const _sfc_main: import("vue").DefineComponent>; default: () => {}; }; withArea: { type: BooleanConstructor; default: boolean; }; withAreaDebug: { type: BooleanConstructor; default: boolean; }; }>, { props: any; emit: (event: "update:modelValue", ...args: any[]) => void; state: import("vue").Ref<{ address: string; keyWord: string; promptsVisible: boolean; statisticsVisible: boolean; suggestsVisible: boolean; lineDataVisible: boolean; resultVisible: boolean; promptHtml: string; statisticsHtml: string; suggestsHtml: string; lineDataHtml: string; searchResultHtml: string; pageId: number; poi: Record; itemPolygon: any; marker: any; map: any; localsearch: any; box: boolean; oldPoi: Record; loading: boolean; allData: Record; oldAllData: Record; polyEditor: any; currentPolygon: any; }, PolygonEditorState | { address: string; keyWord: string; promptsVisible: boolean; statisticsVisible: boolean; suggestsVisible: boolean; lineDataVisible: boolean; resultVisible: boolean; promptHtml: string; statisticsHtml: string; suggestsHtml: string; lineDataHtml: string; searchResultHtml: string; pageId: number; poi: Record; itemPolygon: any; marker: any; map: any; localsearch: any; box: boolean; oldPoi: Record; loading: boolean; allData: Record; oldAllData: Record; polyEditor: any; currentPolygon: any; }>; text: import("vue").ComputedRef; title: import("vue").ComputedRef<"查看" | "绘制多边形">; textTitle: import("vue").ComputedRef<"查看" | "绘制多边形" | "重新绘制">; placeholder: import("vue").ComputedRef<"请在地图上绘制" | "已经绘制">; initMap: () => void; search: () => void; clearAll: () => void; clearAllNoOverlay: () => void; localSearchResult: (result: any) => void; handlePois: (pois: any[]) => void; handleStatistics: (statistics: any) => void; handleArea: (obj: any) => void; handleSuggests: (suggests: any[]) => void; handleLineData: (lineData: any) => void; gotoPage: () => void; onSearch: () => void; getAllData2: () => Record; areaList: import("vue").Ref; totalArea: import("vue").Ref; drawnPolygons: import("vue").Ref; getAllData: () => void; showDetail: (value: any) => void; handleCancel: () => void; handleOk: () => void; createPolygon: () => void; openPolyEditor: () => void; closePolyEditor: () => void; clearPolygon: () => void; clearAllOverlay: () => void; dblclickPolygon: (e: any) => void; readonly QuestionFilled: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly>; default: () => {}; }; withArea: { type: BooleanConstructor; default: boolean; }; withAreaDebug: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { modelValue: Record; size: string; disabled: boolean; placeholder: string; detail: boolean; closable: boolean; mapType: number; zoom: number; withArea: boolean; withAreaDebug: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _sfc_main;