import React from 'react';
import type { PhoneInputProps, PhoneInputRef } from '../../index.d';
declare const PhoneInput: React.ForwardRefExoticComponent<PhoneInputProps & React.RefAttributes<PhoneInputRef>>;
export default PhoneInput;
