import { type ClassValue } from "clsx";
export declare function cn(...inputs: ClassValue[]): string;
export declare const shortenAddress: (address: string, prefixLength?: number, suffixLength?: number) => string;
export declare const copyToClipBoard: (address: string) => void;
