import { FC } from 'react'; import { BooleanControl, BooleanControlProps } from './BooleanControl'; export const ToggleSwitch: FC = (props) => ;