import * as React from "react"; const Keyboard = ({ width, height, color }) => ( ); export default Keyboard;