import type { CallingCode, CountryCode } from 'react-native-country-picker-modal'; import type { MaskArray } from 'react-native-mask-input'; export declare const EXCLUDED_COUNTRIES: CountryCode[]; export declare const CALLING_CODE_PER_COUNTRY_CODE: { [key in CallingCode]: CountryCode; }; export declare const MASK_PER_COUNTRY: Partial<{ [key in CountryCode]: MaskArray; }>; //# sourceMappingURL=constants.d.ts.map