export declare class WTWalletConfigurationSaveWalletRecordApplePassStyle { 'backgroundColor'?: any | null; 'foregroundColor'?: any | null; 'labelColor'?: any | null; 'stripColor'?: any | null; 'logoUrl'?: any | null; 'iconUrl'?: any | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }