export declare class GoogleLinks { static getGoogleMapsLink(lon: any, lat: any): string; static getGoogleStreetViewLink(lon: any, lat: any): string; }