import React from "react";
import { StripeDonationInterface } from "@churchapps/helpers";
interface Props {
    show: boolean;
    onHide: () => void;
    handleDonate: (message: string) => void;
    donation: StripeDonationInterface;
    donationType: string;
    paymentMethodName: string;
    funds: any;
    payFee: number;
}
export declare const DonationPreviewModal: React.FC<Props>;
export {};
//# sourceMappingURL=DonationPreviewModal.d.ts.map