import { SwitchProps } from "@material-ui/core";
export interface MySwitchProps extends SwitchProps {
}
