import React from 'react';
export declare const BrainTreeCheckoutForm: (props: {
    refreshOnClick: () => void;
}) => React.JSX.Element;
