/** * This function returns the formatter for the Y-axis tick values. * @returns The formatter for the Y-axis tick values. * internally used by the YAxis component reCharts */ declare const numberTickFormatter: (value: number) => string; export { numberTickFormatter }; //# sourceMappingURL=styleUtils.d.ts.map