import { OnInit } from "@angular/core"; import { Menu } from "../models/Menu"; import * as i0 from "@angular/core"; export declare class MegamenuComponent implements OnInit { value: boolean; constructor(); fakeMenuDataSource: Menu[]; menuTitle: string | undefined; menuList: Menu[]; menuIcon: string | undefined; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }