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