import Coordinate from "./Coordinate";
declare type LocationCoords = {
    coords: Coordinate;
};
export default LocationCoords;
