/// type ActiveWalletBalanceProps = { isLoading?: boolean; }; /** Component to display token balances for the primary wallet */ export declare const ActiveWalletBalance: ({ isLoading, }: ActiveWalletBalanceProps) => JSX.Element; export {};