import { OnInit } from "@angular/core"; import { FontAweSomeService, ZComponent } from "mmhglobal-zcore"; import { ContainerFieldBase } from "../components/containerfieldbase.component"; import { ZComponentService } from "../services/zcomponent.service"; import * as i0 from "@angular/core"; export declare class KmenuComponent extends ContainerFieldBase implements ZComponent, OnInit { fontAweSomeService: FontAweSomeService; menuItems: any[]; constructor(compService: ZComponentService, fontAweSomeService: FontAweSomeService); ngOnInit(): void; onItemClick(event?: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }