export interface CryptoWalletProps { apiKey: string; customerEmail: string; callbackUrl?: string; businessName?: string; bussinessLogo?: string; activityIndicatorColor?: string; }