export declare function calcPercentageOff(listPrice: number, salePrice: number): string; export declare function calculateInstallmentPrice({ numberOfInstallments, listPrice, salePrice }: { numberOfInstallments: any; listPrice: any; salePrice: any; }): number;