import Switch from './Switch'; interface ControlPanel { reset(): Switch; select(): Switch; difficultyPlayer1(): Switch; difficultyPlayer2(): Switch; color(): Switch; } export { ControlPanel as default };