export interface NavigationItemConfig { icon?: any; label: string; link?: string; callback?: Function; }