import { FunctionComponent } from 'react'; /** * Display the location of the game. Should only be called if game loaded with name || address. */ declare const Location: FunctionComponent; export default Location;