export declare class WTWalletConfigurationSaveWalletRecordPassBrandKit { 'backgroundColor'?: any | null; 'textColor'?: any | null; 'accentColor'?: any | null; 'logoUrl'?: any | null; 'markUrl'?: any | null; 'bannerImageUrl'?: any | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }