import { Switch as SwitchPrimitive } from "bits-ui"; declare const Switch: import("svelte").Component, "children">, {}, "ref" | "checked">; type Switch = ReturnType; export default Switch;