import { type ValhallaIsochroneOptions } from './ValhallaIsochrone'; import type { Map } from 'maplibre-gl'; interface Props { map: Map; url: string; options: ValhallaIsochroneOptions; } declare const ValhallaIsochronePanel: import("svelte").Component; type ValhallaIsochronePanel = ReturnType; export default ValhallaIsochronePanel;