import React from "react";
import { FundDonationInterface, FundInterface } from "@churchapps/helpers";
interface Props {
    fundDonation: FundDonationInterface;
    funds: FundInterface[];
    index: number;
    updatedFunction: (fundDonation: FundDonationInterface, index: number) => void;
    params?: any;
    currency?: string;
}
export declare const FundDonation: React.FC<Props>;
export {};
//# sourceMappingURL=FundDonation.d.ts.map