/// import { ControlSwitchProps } from "./control-switch.props"; declare function ControlSwitch(props: ControlSwitchProps): JSX.Element; export default ControlSwitch; export { ControlSwitchProps };