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