export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    namespace props {
        namespace map {
            const type: ObjectConstructor;
        }
        namespace show {
            const type_1: BooleanConstructor;
            export { type_1 as type };
        }
        namespace left {
            const type_2: StringConstructor;
            export { type_2 as type };
            const _default: string;
            export { _default as default };
        }
        namespace bottom {
            const type_3: StringConstructor;
            export { type_3 as type };
            const _default_1: string;
            export { _default_1 as default };
        }
    }
    function data(): {
        lngLat: undefined;
        source: string;
        layer: string;
        labelLayer: string;
    };
    namespace watch {
        export namespace show_1 {
            function handler(): void;
            const immediate: boolean;
        }
        export { show_1 as show };
        export namespace map_1 {
            export function handler(): void;
            const immediate_1: boolean;
            export { immediate_1 as immediate };
        }
        export { map_1 as map };
    }
    namespace methods {
        function handleBind(): void;
        function handleMouseMove(e: any): void;
        function handleComputeLatLngs(): ({
            type: string;
            geometry: {
                type: string;
                coordinates: number[][];
            };
            properties?: undefined;
        } | {
            type: string;
            geometry: {
                type: string;
                coordinates: number[];
            };
            properties: {
                val: string;
            };
        })[];
        function handleZoomEnd(): void;
        function handleRender(): void;
        function handleClear(): void;
    }
}
