import React from 'react';
import type { CnSwitchProps } from './types';
declare const Switch: (props: CnSwitchProps) => React.JSX.Element;
export { Switch as CnSwitch };
