import { PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType } from './pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType'; import { WTWalletPageViewId } from './wTWalletPageViewId'; export declare class PaymentDesign { 'borderColor': string; 'borderStyleType': PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType; 'borderSize': string; 'borderRadius': number; 'fontColor': string; 'fontType': string; 'abbreviation': string; 'acronym': string; 'icon': string; 'designName': string; 'displayName': string; 'backgroundImageURL'?: string; 'companyLogoURL'?: string; 'employeeID': string; 'id': WTWalletPageViewId; 'merchantID': string; 'createdAt': Date; 'updatedAt': Date; 'isActive': boolean; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }