export interface SwListViewItem { id: number | string; text: string; icon?: string; }