export { default as Switch } from './Switch.js';
export { SwitchProps } from './Switch.types.js';
import 'react';
import '@radix-ui/react-switch';
