export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    namespace props {
        namespace map {
            const type: ObjectConstructor;
        }
        namespace zone {
            const type_1: ObjectConstructor;
            export { type_1 as type };
        }
        namespace beforeLayer {
            const type_2: StringConstructor;
            export { type_2 as type };
        }
    }
    function data(): {
        source: string;
        zoneLayer: string;
        zoneLabelLayer: string;
    };
    namespace watch {
        export namespace zone_1 {
            function handler(): void;
        }
        export { zone_1 as zone };
    }
    namespace methods {
        function handleRender(): void;
        function handleMove(): void;
        function handleClear(): void;
    }
}
