/*! * 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 IntlPhoneMatcher: CustomMatcher; export declare const PhoneMatchersByCountry: Record<"FR" | "PL" | "UK" | "US", CustomMatcher>;