import { PushPayment, PublicIdentifier, PaymentId, TokenInformation } from "@hypernetlabs/objects"; import React from "react"; interface IPushPaymentList { pushPayments: PushPayment[]; publicIdentifier: PublicIdentifier; tokenInformationList: TokenInformation[]; onAcceptPushPaymentClick: (paymentId: PaymentId) => void; onRepairPaymentClick: (paymentId: PaymentId) => void; } export declare const PushPaymentList: React.FC; export {}; //# sourceMappingURL=PushPaymentList.d.ts.map