export default interface INavigationIcon { title: string; route: string; icon: any; requiresAuth?: boolean; }