import type { ISwitchProps } from "../types"; declare const Switch: import("svelte").Component; type Switch = ReturnType; export default Switch;