import * as React from 'react';
import type { StatefulPaymentCardProps } from './types';
export default function StatefulPaymentCard(props: StatefulPaymentCardProps): React.JSX.Element;
