export function priceFormat(
  number: number | string,
  decimals?: number,
  decimalPoint?: string,
  thousandsSeparator?: string
): string;
