import { ElementRef, OnDestroy } from '@angular/core'; import { Observable, Subscription } from 'rxjs'; import { BusinessNavDataService } from '../../data.service'; import { SidebarService } from './sidebar.service'; import * as i0 from "@angular/core"; export declare class SidebarComponent implements OnDestroy { private sidebarService; private apiService; isOpen$: Observable; showOverlay$: Observable; subs: Subscription[]; sidebarDom: ElementRef; constructor(sidebarService: SidebarService, apiService: BusinessNavDataService); ngOnDestroy(): void; closeMenu(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }