import { RawPointLocationReference } from './RawPointLocationReference'; import { GeoCoordinates } from '../../map/GeoCoordinates'; export declare class RawGeoCoordLocationReference extends RawPointLocationReference { protected _geoCoord: GeoCoordinates; getGeoCoordinates(): GeoCoordinates; static fromGeoCoordValues(id: string, geoCoord: GeoCoordinates): RawGeoCoordLocationReference; }