export declare class MenuGroup { el: HTMLIcMenuGroupElement; /** * The label to display as the title of the menu group. */ label?: string; render(): any; }