export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    namespace props {
        namespace map {
            const type: ObjectConstructor;
        }
        namespace wind {
            const type_1: ObjectConstructor;
            export { type_1 as type };
        }
        namespace beforeLayer {
            const type_2: StringConstructor;
            export { type_2 as type };
        }
        namespace left {
            const type_3: StringConstructor;
            export { type_3 as type };
            const _default: string;
            export { _default as default };
        }
        namespace bottom {
            const type_4: StringConstructor;
            export { type_4 as type };
            const _default_1: string;
            export { _default_1 as default };
        }
        namespace right {
            const type_5: StringConstructor;
            export { type_5 as type };
            const _default_2: string;
            export { _default_2 as default };
        }
        namespace showParticle {
            const type_6: BooleanConstructor;
            export { type_6 as type };
            const _default_3: boolean;
            export { _default_3 as default };
        }
        namespace importReportLayers {
            const type_7: BooleanConstructor;
            export { type_7 as type };
            const _default_4: boolean;
            export { _default_4 as default };
        }
    }
    const emits: string[];
    function data(): {
        source: string;
        windSvg: {
            '000kts': string;
            '002kts': string;
            '005kts': string;
            '010kts': string;
            '015kts': string;
            '020kts': string;
            '025kts': string;
            '030kts': string;
            '035kts': string;
            '040kts': string;
            '045kts': string;
            '050kts': string;
            '055kts': string;
            '060kts': string;
            '065kts': string;
            '070kts': string;
            '075kts': string;
            '080kts': string;
            '085kts': string;
            '090kts': string;
            '095kts': string;
            '100kts': string;
            '105kts': string;
        };
        barbs: number[];
        empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
        showFeather: boolean;
    };
    const watch: {
        'wind.version': {
            handler(): void;
            deep: boolean;
        };
        showParticle: {
            handler(): void;
        };
        showFeather: {
            handler(): void;
        };
        importReportLayers: {
            handler(): void;
            immediate: boolean;
        };
    };
    namespace methods {
        function handleParticle(): void;
        function handleRender(): void;
        function handleToggle(): void;
        function handleClear(): void;
    }
}
import * as turf from '@turf/turf';
