import { OnInit } from '@angular/core'; export declare class MenuListComponent implements OnInit { constructor(); ngOnInit(): void; menu: boolean; }