import type { SimpleBarChartDataSeries } from './types'; /** * Returns the widths of the trend indicators por positive or negative values, * or 0 if the value doesn't have a trend indicator. */ export declare function getLongestTrendIndicator(data: SimpleBarChartDataSeries[], fontSize: number): { positive: number; negative: number; }; //# sourceMappingURL=utilities.d.ts.map