export function validatePhoneNumber({ t, required, currentCountry }: { t: any; required: any; currentCountry: any; }): (value: any) => any; export default PhoneNumber; declare function PhoneNumber({ label, name, currentCountry, watch, toolTip, isInfo, arrowDirection, register, setValue, errors, required, placeholder, disabled, }: { label: any; name: any; currentCountry: any; watch: any; toolTip: any; isInfo: any; arrowDirection: any; register: any; setValue: any; errors: any; required: any; placeholder: any; disabled?: boolean | undefined; }): React.JSX.Element; import React from "react"; //# sourceMappingURL=PhoneNumber.d.ts.map