export interface StatisticlLink { text: string; href: string; openInNewTab?: boolean; ariaLabel?: string; }