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