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