/// export interface TemporaryNavigationProps { moduleName: string; path: string; moduleKey?: string; Icon?: React.ElementType; ActiveIcon?: React.ElementType; component?: string; children?: TemporaryNavigationProps[]; }