export interface IFormatterNumberOptions { decimalPlaces?: number; decimalSeparator?: string; thousandsSeparator?: string; negativeInParentheses?: boolean; zeroAsBlank?: boolean; currencySymbol?: string; positiveClass?: string; negativeClass?: string; noHTML?: boolean; }