import React from 'react'; declare const PhoneField: ({ value, onChange }: any) => React.JSX.Element; export default PhoneField;