/// import { LocationState } from '../state/State'; declare const LocationEntity: ({ isShowing, coords }: LocationState) => JSX.Element; export default LocationEntity;