import { CnSwitch } from './switch';
import type { CnSwitchProps } from './types';
import './styles/index.scss';
export { CnSwitch };
export type { CnSwitchProps };
