export interface INavItem { path: string; label: string; icon: string; tooltipDescription?: string; }