export interface NavItem { route?: string[]; text?: string; icon?: string; }