import * as i0 from "@angular/core";
export declare class MenuGroupComponent {
    /**
     * Add a header to the menu group
     */
    headerLabel?: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<MenuGroupComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<MenuGroupComponent, "nj-menu-group", never, { "headerLabel": { "alias": "headerLabel"; "required": false; }; }, {}, never, ["*"], true, never>;
}
