import type { SmartSwitch } from './PropTypes';
declare const Switch: import("react").FC<SmartSwitch>;
export { Switch };
export { SmartSwitch, SmartSwitchEvents, SmartSwitchExternalClassName, SmartSwitchProps, SmartSwitchChangeEvent, } from './PropTypes';