import { RegisterOptions } from "react-hook-form" export interface PaymentOptionProps { name: string value: string label: string cardNumber?: string registerOptions?: RegisterOptions onChange?: () => void }