/** * 格式化价格显示通过货币符号精度显示 * @param currency 货币 * @returns */ export declare const formatPriceByCurrency: (price: number | string, currency?: string) => string | number;