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