import { ToggleInterface } from '../Toggle'; export interface SwitchInterface extends ToggleInterface { }