export interface CuiTune { readonly name: string; readonly title: string; readonly icon?: string; readonly toggle: boolean; }