import React from 'react'; import { ISwitchProps } from './Switch.types'; /** * The Switch component toggle the state of a single setting on or off. */ declare const Switch: React.ForwardRefExoticComponent>; export default Switch;