// @design-system: primitives/CountryCodeSelect
export { CountryCodeSelect } from './CountryCodeSelect';
export type { CountryCodeSelectProps } from './CountryCodeSelect';
export { COUNTRY_CODES, getDialCode } from './country-codes';
export type { CountryCode } from './country-codes';
