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