import React, { ReactElement } from 'react';
import { ICheckoutPaymentProps } from './type';
export declare const CheckoutPayment: React.MemoExoticComponent<({ backButton, headingH4, nextButton, paymentFormFields, steps, }: ICheckoutPaymentProps) => ReactElement>;
