export declare class SalesAppCatalogSettings { isActive: boolean; intendedFor?: string; viewType?: string; deliveryTimeInDays?: number; hasDiscountPercentagePerLine: boolean; maxDiscountPercentagePerLine?: number; hasDiscountPercentageTotal: boolean; maxDiscountPercentageTotal?: number; canEditLinePrice: boolean; canEditTotalPrice: boolean; image?: string; } //# sourceMappingURL=catalogSettings.d.ts.map