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