import { MetadataJson } from 'libphonenumber-js';
export declare const COUNTRIES: MetadataJson['countries'];
export declare const ISO_CODES: import('libphonenumber-js').CountryCode[];
export type MuiTelInputCountry = (typeof ISO_CODES)[number];
export declare const DEFAULT_ISO_CODE: MuiTelInputCountry;
