export { DEFAULT_COUNTRY_CODE as DEFAULT_INPUT_PHONE_COUNTRY_CODE, countryByCountryCode as inputPhoneCountryByCountryCode, supportedCountries as inputPhoneSupportedCountries } from './InputPhone.constants.js';
export { default as InputPhone } from './InputPhone.js';
export { InputPhoneProps, CombinedRefs as InputPhoneRefs, PhoneNumber } from './InputPhone.types.js';
import 'react';
import 'libphonenumber-js';
import '../Select/Select.types.js';
import '@radix-ui/react-select';
