import { SwitchProps } from "./Switch.types.js";
import { Switch } from "./Switch.js";
export { Switch, type SwitchProps };