import { ChargeCardWithUserAndShippingAddress, ID } from '@zeniai/client-epic-state'; export interface ChargeCardUserOnboardingLeftSectionMultiCardProps { cards: ChargeCardWithUserAndShippingAddress[]; chargeCardCashbackRatePerTransaction: number; setCurrentCardIndex: React.Dispatch>; setCurrentDisplayedCardId: (cardId: ID) => void; } declare const ChargeCardUserOnboardingLeftSectionMultiCard: ({ chargeCardCashbackRatePerTransaction, cards, setCurrentDisplayedCardId, setCurrentCardIndex, }: ChargeCardUserOnboardingLeftSectionMultiCardProps) => import("react/jsx-runtime").JSX.Element; export default ChargeCardUserOnboardingLeftSectionMultiCard;