import { MenuService } from './../../../services/menu.service'; import { Portal } from '@angular/cdk/portal'; import { Overlay, OverlayOrigin } from '@angular/cdk/overlay'; import { OnInit, QueryList } from '@angular/core'; export declare class MainToolbarLeftMenuComponent implements OnInit { overlay: Overlay; private menuService; menu: OverlayOrigin; templatePortals: QueryList>; startMenus: any[]; constructor(overlay: Overlay, menuService: MenuService); ngOnInit(): void; clickMenu(e: any): void; }