export type LogoType = 'standard' | 'circle' | 'text' | 'textWithLogo' | 'textLight' | 'textWithLogoLight';
export declare const walletLogo: (type: LogoType, width: number) => string;
//# sourceMappingURL=wallet-logo.d.ts.map