import type { StatefulPaymentCardProps } from './types'; export default function StatefulPaymentCard(props: StatefulPaymentCardProps): import("react/jsx-runtime").JSX.Element;