export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    const components: undefined;
    namespace props {
        namespace simple {
            export const type: BooleanConstructor;
            const _default: boolean;
            export { _default as default };
        }
        namespace map {
            const type_1: ObjectConstructor;
            export { type_1 as type };
        }
        namespace theme {
            const type_2: StringConstructor;
            export { type_2 as type };
        }
        namespace token {
            const type_3: StringConstructor;
            export { type_3 as type };
        }
        namespace isLogin {
            const type_4: BooleanConstructor;
            export { type_4 as type };
            const _default_1: boolean;
            export { _default_1 as default };
        }
        namespace defaultMeteoToken {
            const type_5: StringConstructor;
            export { type_5 as type };
        }
        namespace gateway {
            const type_6: StringConstructor;
            export { type_6 as type };
        }
        namespace assistGateway {
            const type_7: ArrayConstructor;
            export { type_7 as type };
            const _default_2: never[];
            export { _default_2 as default };
        }
        namespace top {
            const type_8: NumberConstructor;
            export { type_8 as type };
            const _default_3: number;
            export { _default_3 as default };
        }
        namespace paddingTop {
            const type_9: NumberConstructor;
            export { type_9 as type };
            const _default_4: number;
            export { _default_4 as default };
        }
        namespace menuHeight {
            const type_10: NumberConstructor;
            export { type_10 as type };
            const _default_5: number;
            export { _default_5 as default };
        }
        namespace menuToggle {
            const type_11: ObjectConstructor;
            export { type_11 as type };
            const _default_6: {};
            export { _default_6 as default };
        }
        namespace ts {
            const type_12: StringConstructor;
            export { type_12 as type };
        }
        namespace forecastModel {
            const type_13: StringConstructor;
            export { type_13 as type };
        }
        namespace realTime {
            const type_14: StringConstructor;
            export { type_14 as type };
        }
    }
    const emits: string[];
    function data(): {
        right: number;
        toggle: boolean;
        mapFeather: string;
        tagLayers: any[];
        layerWeight: number;
        otherLayers: {};
        activeOtherLayers: never[];
        cache: {
            v: string;
            versionKey: string;
            checkListKey: string;
            followListKey: string;
            mapFeatherKey: string;
        };
        mapFeathers: {
            name: string;
            value: string;
            locale: string;
        }[];
        checkList: never[];
    };
    namespace computed {
        function listStyle(): any;
    }
    const watch: {
        'menuToggle.v': {
            handler(): void;
            immediate: boolean;
        };
        realTime: {
            handler(newVal: any, oldVal: any): void;
        };
        theme: {
            handler(): void;
            immediate: boolean;
        };
        mapFeather: {
            handler(): void;
            immediate: boolean;
        };
        checkList: {
            handler(newV: any, oldV: any): void;
        };
    };
    function mounted(): Promise<void>;
    namespace methods {
        function fetchCache(): void;
        function handleMenuToggle(): void;
        function handleToggleMapFeather(f: any): void;
        function fetchOtherLayers(): Promise<void>;
        function fetchDayNightLayer(): Promise<void>;
        function handleLayersChange(layers: any): void;
    }
}
