import React, { ReactElement } from 'react';
import { ICheckoutFooterProps } from './type';
export declare const CheckoutFooter: React.MemoExoticComponent<({ backButton, nextButton, }: ICheckoutFooterProps) => ReactElement>;
