import { PublicIdentifier, EthereumAddress, GatewayUrl, EPaymentType } from "@hypernetlabs/objects";
import React from "react";
interface PaymentWidgetProps {
    counterPartyAccount?: PublicIdentifier;
    amount?: string;
    expirationDate?: number;
    requiredStake?: string;
    paymentTokenAddress?: EthereumAddress;
    gatewayUrl?: GatewayUrl;
    paymentType?: EPaymentType;
}
export declare const PaymentWidget: React.FC<PaymentWidgetProps>;
export {};
//# sourceMappingURL=PaymentWidget.d.ts.map