import React from "react";
import { EthereumContractAddress, TokenInformation } from "@hypernetlabs/objects";
interface GovernancePaymentTokenCellProps {
    paymentTokenAddress: EthereumContractAddress;
    tokenInformationList: TokenInformation[];
}
export declare const GovernancePaymentTokenCell: React.FC<GovernancePaymentTokenCellProps>;
export {};
//# sourceMappingURL=GovernancePaymentTokenCell.d.ts.map