type IFormatterType = "currency" | "percent" | "thousands"; type ICurrencySymbol = "$" | "¥"; export { ICurrencySymbol, IFormatterType };