import { SwitchProps } from "./types.js"; import React from "react"; //#region src/switch/switch.d.ts declare const Switch: React.ForwardRefExoticComponent>; //#endregion export { Switch }; //# sourceMappingURL=switch.d.ts.map