import type { RegisterOptions } from 'react-hook-form' export interface PhoneProps { ariaLabel?: string className?: string countryLabel?: string countrySelectorName?: string countriesWithTranslatedName: { code: string displayName?: string name: string }[] disabled?: boolean errorMessage?: string label: string defaultCountryCode: string name?: string placeholder?: string registerOptions?: RegisterOptions }