export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    const components: undefined;
    namespace props {
        namespace map {
            const type: ObjectConstructor;
        }
        namespace mapFeather {
            const type_1: StringConstructor;
            export { type_1 as type };
        }
        namespace gateway {
            const type_2: StringConstructor;
            export { type_2 as type };
            const _default: string;
            export { _default as default };
        }
        namespace assistGateway {
            const type_3: ArrayConstructor;
            export { type_3 as type };
            const _default_1: never[];
            export { _default_1 as default };
        }
        namespace token {
            const type_4: StringConstructor;
            export { type_4 as type };
        }
        namespace defaultMeteoToken {
            const type_5: StringConstructor;
            export { type_5 as type };
        }
        namespace top {
            const type_6: NumberConstructor;
            export { type_6 as type };
            const _default_2: number;
            export { _default_2 as default };
        }
        namespace menuToggle {
            const type_7: ObjectConstructor;
            export { type_7 as type };
            const _default_3: {};
            export { _default_3 as default };
        }
        namespace realTime {
            const type_8: StringConstructor;
            export { type_8 as type };
        }
        namespace forecastModel {
            const type_9: StringConstructor;
            export { type_9 as type };
        }
        namespace beforeLayer {
            const type_10: StringConstructor;
            export { type_10 as type };
        }
    }
    const emits: string[];
    function data(): {
        right: number;
        toggle: boolean;
        autoActive: boolean;
        allLayers: any[];
        tagLayers: any[];
        checkList: never[];
        iceToggleValue: undefined;
        weatherLayers: {};
        activeWeatherLayers: never[];
        cache: {
            v: string;
            versionKey: string;
            autoActiveKey: string;
            checkListKey: string;
        };
        sourceList: {};
        rampColorLayers: string[];
        zoom: number;
        viewport: undefined;
        particleFactor: undefined;
        showWindParticle: boolean;
        showCurrentParticle: boolean;
    };
    namespace computed {
        function computeDateZ(): (time: any) => string;
        function overlaysKeys(): any;
        function rendersKeys(): any;
    }
    const watch: {
        'menuToggle.v': {
            handler(): void;
        };
        forecastModel: {
            handler(newV: any, oldV: any): void;
        };
        map: {
            handler(): void;
            immediate: boolean;
        };
        realTime: {
            handler(newV: any, oldV: any): void;
            immediate: boolean;
        };
        checkList: {
            handler(newV: any, oldV: any): void;
        };
        autoActive: {
            handler(newV: any): void;
        };
        iceToggleValue: {
            handler(newV: any): void;
        };
        showWindParticle: {
            handler(newV: any): void;
        };
        showCurrentParticle: {
            handler(newV: any, oldV: any): void;
        };
    };
    function mounted(): Promise<void>;
    namespace methods {
        function arraysEqual(arr1: any, arr2: any): boolean;
        function fetchCache(): void;
        function handleMenuToggle(): void;
        function handleFastWeatherToggle(key: any): void;
        function handleCheckListChange(newV: any, oldV: any): false | undefined;
        function fetchMeteoSource(): Promise<void>;
        function fetchWeatherLayers(options?: {}): Promise<void>;
        function handleWeatherLayerToggle(): void;
        function handleWeatherLayerChange(options?: {
            sourceChanged: boolean;
        }): void;
        function handleRampColorInitial(): void;
        function handleDrawWeather4Json(): void;
        function handleMove4Weather(): void;
        function handleBboxClip(fc: any, bounds: any): any[];
    }
}
