import React from 'react'; import { SwitchProps } from '@material-ui/core'; declare type VeryOpenRefType = ((instance: HTMLButtonElement | null) => void) | React.MutableRefObject | null; declare const Switch: React.ElementType; export { Switch };