export { default as PhoneInput } from './main/phone-input/PhoneInput';
export type { PhoneInputProps, PhoneInputRef } from './index.d';
export type { CountryCode } from './main/constants/constants.d';
