import { Address, ChargeCardWithUserAndShippingAddress } from '@zeniai/client-epic-state'; export interface ChargeCardBeingShippedRightSectionProps { card: ChargeCardWithUserAndShippingAddress; flipCard: boolean; setShowCVVField: React.Dispatch>; shippingAddress: Address; setFlipCard: (value: React.SetStateAction) => void; } declare const ChargeCardBeingShippedRightSection: ({ shippingAddress, flipCard, card, setFlipCard, setShowCVVField, }: ChargeCardBeingShippedRightSectionProps) => import("react/jsx-runtime").JSX.Element; export default ChargeCardBeingShippedRightSection;