import { ChangeDetectorRef, EventEmitter, NgZone, OnDestroy, OnInit, Renderer2 } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import { Router } from '@angular/router'; import { Menu, MenuService, SettingsService } from '@ohayojp/theme'; import { BooleanInput, NumberInput } from '@ohayojp/util'; import { Nav } from './sidebar-nav.types'; export declare class SidebarNavComponent implements OnInit, OnDestroy { private menuSrv; private settings; private router; private render; private cdr; private ngZone; private sanitizer; private doc; private win; static ngAcceptInputType_disabledAcl: BooleanInput; static ngAcceptInputType_autoCloseUnderPad: BooleanInput; static ngAcceptInputType_recursivePath: BooleanInput; static ngAcceptInputType_openStrictly: BooleanInput; static ngAcceptInputType_maxLevelIcon: NumberInput; private bodyEl; private unsubscribe$; private floatingEl; list: Nav[]; disabledAcl: boolean; autoCloseUnderPad: boolean; recursivePath: boolean; openStrictly: boolean; maxLevelIcon: number; readonly select: EventEmitter