import { MenuItem } from './menuitem'; export interface MenuItemGroup { label: string; items: MenuItem[]; }