import React from "react"; import type { RouterInstance } from "./router-class.js"; /** * A Switching component, which renders the first matching route */ export declare const Switch: React.NamedExoticComponent<{ router: RouterInstance; }>;