import type { RegisterOptions } from "react-hook-form" export type PhoneProps = { ariaLabel?: string className?: string disabled?: boolean label: string name?: string placeholder?: string readOnly?: boolean registerOptions?: RegisterOptions }