import React from 'react';
import type { PhoneNumberInputProps, PhoneNumberInputRef } from './types';
export declare const PhoneNumberInput: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<PhoneNumberInputProps, "ref"> & React.RefAttributes<PhoneNumberInputRef>>>;
//# sourceMappingURL=PhoneNumberInput.d.ts.map