export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    namespace props {
        namespace token {
            export const type: StringConstructor;
            const _default: string;
            export { _default as default };
        }
        namespace top {
            const type_1: NumberConstructor;
            export { type_1 as type };
            const _default_1: number;
            export { _default_1 as default };
        }
        namespace mapFeather {
            const type_2: StringConstructor;
            export { type_2 as type };
        }
        namespace menuToggle {
            const type_3: ObjectConstructor;
            export { type_3 as type };
            const _default_2: {};
            export { _default_2 as default };
        }
    }
    const emits: string[];
    function data(): {
        map: undefined;
        beforeLayer: string;
        helper: undefined;
        zoom: number;
        right: number;
    };
    const computed: {};
    const watch: {
        'menuToggle.v': {
            handler(): void;
        };
        mapFeather: {
            handler(): void;
            immediate: boolean;
        };
    };
    function mounted(): void;
    namespace methods {
        function initOnlineMap(): Promise<void>;
        function addScaleControl(): void;
        function handleZoomIn(): void;
        function handleZoomOut(): void;
    }
}
