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