import React from 'react'; import { SwitchProps } from '@mui/material/Switch'; declare const Switch: React.FC; export default Switch;