import { OnInit } from '@angular/core'; import { MatBottomSheetRef } from '@angular/material/bottom-sheet'; import { ShopModel } from '../models/shop.model'; import { UserService } from '../services/user.service'; import { Router } from '@angular/router'; import { NavigationService } from '../services/navigation.service'; import * as i0 from "@angular/core"; export declare class MenuSheetComponent implements OnInit { private readonly sheetRef; private readonly userService; private readonly navService; private readonly router; readonly data: { shop: ShopModel; menus: any[]; }; version: string; constructor(sheetRef: MatBottomSheetRef, userService: UserService, navService: NavigationService, router: Router, data: { shop: ShopModel; menus: any[]; }); logout(): void; goTo(link: string): void; ngOnInit(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }