export declare const COUNTRIES: import("libphonenumber-js/types").Countries;
export declare const ISO_CODES: import("libphonenumber-js/types").CountryCode[];
export type InputPhoneCountry = typeof ISO_CODES[number];
export declare const DEFAULT_ISO_CODE: InputPhoneCountry;