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