export interface ImpactArea { /** * xtitle to display in text-box */ xtitle: string; /** * Content to display in text-box */ content: string; /** * Footer to display in the text-box */ footer: string; /** * Text-Box component arrow value used to display an up, down, or no arrow (UP, DOWN, NONE) */ arrow: string; }