/*! * React Native Autolink * * Copyright 2016-2023 Josh Swan * Released under the MIT license * https://github.com/joshswan/react-native-autolink/blob/master/LICENSE */ import type { CustomMatcher } from '../CustomMatch'; export declare const LatLngMatcher: CustomMatcher;