export interface SwSidepanelMenuItem { label: string; icon?: string; url: string; }