import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { UserService } from '../services/user.service'; import { LogService } from '../services/log.service'; import { ShopModel } from '../models/shop.model'; import { NavigationService } from '../services/navigation.service'; import * as i0 from "@angular/core"; export declare class DrawerComponent implements OnInit { private readonly userService; private readonly logger; readonly navigationService: NavigationService; constructor(userService: UserService, logger: LogService, navigationService: NavigationService); shop: ShopModel; currentUser: any; versionNumber: Observable; selectedMenu: { background: string; borderTopRightRadius: string; borderBottomRightRadius: string; color: string; }; ngOnInit(): void; shouldExpand(menuName: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }