import type { Formatter } from './../interfaces/index.js'; /** * Display the value as x decimals formatted, defaults to 2 decimals. * You can pass "minDecimal" and/or "maxDecimal" to the "params" property. * For example:: `{ formatter: Formatters.decimal, params: { minDecimal: 2, maxDecimal: 4 }}` */ export declare const decimalFormatter: Formatter; //# sourceMappingURL=decimalFormatter.d.ts.map