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