Repository URL to install this package:
import { PaymentCardState } from './typings'; declare class PaymentCardInstance implements PaymentCardState { shouldShowRemoveCard: boolean; handleRemoveView(): void; } export { PaymentCardInstance };