import { type NumBeautyOptions } from '../index.js';
export declare function getChartJsCallback(options?: NumBeautyOptions): (value: number | string, index: number, values: unknown[]) => string | null;
export declare function getRechartsFormatter(options?: NumBeautyOptions): (value: number) => string;
