export interface ITrendProps { trend: ITrendVariants } export type ITrendVariants = 'up' | 'down'