import type { FieldValues, PaymentField } from '../types.js';
export declare const getPaymentTotal: (args: {
    fieldValues: FieldValues;
} & Partial<PaymentField>) => number;
//# sourceMappingURL=getPaymentTotal.d.ts.map