export declare const menu: ({ path: string; icon: import("lit-html").TemplateResult<1>; title: string; badge: number; items?: undefined; } | { title: string; items: ({ path: string; iconPath: string; title: string; badge: boolean; } | { path: string; iconPath: string; title: string; badge?: undefined; })[]; path?: undefined; icon?: undefined; badge?: undefined; } | { title: string; items: ({ path: string; iconPath: string; title: string; badgeCount?: undefined; } | { path: string; iconPath: string; title: string; badgeCount: number; })[]; path?: undefined; icon?: undefined; badge?: undefined; })[];