import { Address } from 'viem'; export declare function useWalletKitBalance(address?: Address): { balance: { decimals: number; formatted: string; symbol: string; value: bigint; } | undefined; };