import { PullPayment, PublicIdentifier, PaymentId, TokenInformation } from "@hypernetlabs/objects"; import React from "react"; interface IPullPaymentList { pullPayments: PullPayment[]; publicIdentifier: PublicIdentifier; tokenInformationList: TokenInformation[]; onAcceptPullPaymentClick: (paymentId: PaymentId) => void; onPullFundClick: (paymentId: PaymentId) => void; onRepairPaymentClick: (paymentId: PaymentId) => void; } export declare const PullPaymentList: React.FC; export {}; //# sourceMappingURL=PullPaymentList.d.ts.map