import type { SynthesisRoute } from './types'; type $$ComponentProps = { routes?: SynthesisRoute[]; selected_route_id?: string | null; [key: string]: unknown; }; declare const RouteTable: import("svelte").Component<$$ComponentProps, {}, "selected_route_id">; type RouteTable = ReturnType; export default RouteTable;