import { COABalanceTimeFrame, Month, TrendTimeseries } from '@zeniai/client-epic-state'; import { ChartData, ChartValueKey } from '../common/chartTypes'; declare const mapTrendTimeseriesToChartItems: (firstMonthOfFY: Month, trendOrderedKeys: ChartValueKey[], timeframe: COABalanceTimeFrame, trend?: TrendTimeseries) => ChartData | undefined; export default mapTrendTimeseriesToChartItems;