import React from "react";
import { IPayment } from "../utils/payment-gateway";
declare const CreditCardPayments: (props: IPayment) => React.JSX.Element;
export default CreditCardPayments;
