export interface HighlightLink { url: string; textLink: string; ariaLabel?: string; onClick?: (e: React.MouseEvent) => void; }