import type { MetaDataTrendIndicator } from 'types'; export declare function getTrendIndicatorData(trendMetadata: MetaDataTrendIndicator | undefined): { trendIndicatorProps: MetaDataTrendIndicator; trendIndicatorWidth: number; } | { trendIndicatorProps: undefined; trendIndicatorWidth: number; }; //# sourceMappingURL=getTrendIndicatorData.d.ts.map