export interface SiteMapPage { path: string; section?: string | undefined; text: string; title: string; }