export default _sfc_main;
declare namespace _sfc_main {
    const name: string;
    namespace props {
        namespace map {
            const type: ObjectConstructor;
        }
        namespace current {
            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 marginBottom {
            const type_7: StringConstructor;
            export { type_7 as type };
            const _default_4: string;
            export { _default_4 as default };
        }
        namespace importReportLayers {
            const type_8: BooleanConstructor;
            export { type_8 as type };
            const _default_5: boolean;
            export { _default_5 as default };
        }
    }
    const emits: string[];
    function data(): {
        source: string;
        directionLayer: string;
        speedLayer: string;
        speedLabelLayer: string;
        empty: turf.helpers.FeatureCollection<turf.helpers.Geometry, turf.helpers.Properties>;
        showJson: boolean;
    };
    const watch: {
        'current.version': {
            handler(): void;
            deep: boolean;
        };
        showParticle: {
            handler(): void;
        };
        showJson: {
            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';
