export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    namespace props {
        namespace map {
            const type: ObjectConstructor;
        }
        namespace prmsl {
            const type_1: ObjectConstructor;
            export { type_1 as type };
        }
        namespace beforeLayer {
            const type_2: StringConstructor;
            export { type_2 as type };
        }
        namespace showRampColor {
            const type_3: BooleanConstructor;
            export { type_3 as type };
        }
        namespace activeWeatherLayers {
            const type_4: ArrayConstructor;
            export { type_4 as type };
        }
    }
    function data(): {
        right: number;
        toggle: boolean;
        source: string;
        layer: string;
        labelLayer: string;
        pointLabelLayer: string;
        empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
    };
    const watch: {
        'prmsl.version': {
            handler(): void;
            deep: boolean;
        };
    };
    namespace methods {
        function handleMenuToggle(): void;
        function handleRender(): void;
        function handleClear(): void;
    }
}
import * as turf from '@turf/turf';
