WalletBalanceEventTypeItem: Readonly<{
    name: string;
    optOutAtSignup?: boolean;
    tooltipContent?: string;
    type: "walletBalance";
}>