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 weatherLayers {
            const type_2: ObjectConstructor;
            export { type_2 as type };
            function _default(): {};
            export { _default as default };
        }
        namespace zoom {
            const type_3: NumberConstructor;
            export { type_3 as type };
            const _default_1: number;
            export { _default_1 as default };
        }
        namespace left {
            const type_4: StringConstructor;
            export { type_4 as type };
            const _default_2: string;
            export { _default_2 as default };
        }
        namespace bottom {
            const type_5: StringConstructor;
            export { type_5 as type };
            const _default_3: string;
            export { _default_3 as default };
        }
        namespace token {
            const type_6: StringConstructor;
            export { type_6 as type };
            const _default_4: string;
            export { _default_4 as default };
        }
    }
    function data(): {
        layer: string;
    };
    namespace watch {
        export namespace show_1 {
            function handler(): void;
            const immediate: boolean;
        }
        export { show_1 as show };
    }
    namespace methods {
        function handleRender(): void;
        function handleClear(): void;
    }
}
