export default _sfc_main; declare namespace _sfc_main { const name: string; const components: undefined; namespace props { namespace report { export const type: ObjectConstructor; function _default(): {}; export { _default as default }; } } function data(): { mapboxToken: string; mapboxStyle: string; area: { name: string; rank: number; width: string; }[]; quota: (string | number)[][]; map: undefined; source: string; layer: string; labelLayer: string; geojson1: { type: string; features: { type: string; properties: { rank: number; name: string; }; geometry: { type: string; coordinates: number[][]; }; }[]; }; geojson: { type: string; features: ({ type: string; properties: { rank: number; name: string; seg?: undefined; }; geometry: { type: string; coordinates: number[][]; }; } | { type: string; properties: { rank: number; name: string; seg: number; }; geometry: { type: string; coordinates: number[][]; }; } | { type: string; properties: { rank: number; name: string; seg?: undefined; }; geometry: { type: string; coordinates: number[]; }; })[]; }; }; const computed: {}; const watch: {}; function mounted(): void; namespace methods { function initMap(): Promise; function handleDraw(): Promise; } }