/// declare type Props = { onChange: () => void; value: boolean; }; declare const Switch: (props: Props) => JSX.Element; export default Switch;