import { ElementRef } from '@angular/core'; import { MenuItem } from '../../interfaces/layout.interface'; import * as i0 from "@angular/core"; export declare class GmpMenuComponent { menuItems?: MenuItem[]; el: ElementRef; menuContainer: ElementRef; get model(): MenuItem[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }