export const TREND_STYLES = { up: { arrow: '\u2191', className: 'text-success-400' }, down: { arrow: '\u2193', className: 'text-error-400' }, stable: { arrow: '\u2192', className: 'text-dark-400' }, } as const;