export interface LabelAndRoute { label: string; route: string; }