import { type ClassValue } from "clsx"; import { Hex } from "viem"; export declare function cn(...inputs: ClassValue[]): string; export declare function toLowerCase(address: string): Hex; export declare function getTokenImage(symbol: string): string;