export interface NavigationLink { address: string; text: string; external?: boolean; newtab?: boolean; }