import { OnChanges } from '@angular/core'; export declare class SideNavComponent implements OnChanges { sidebarState: 'block' | 'none'; toggleSideBar: 'block' | 'none'; constructor(); sidebarToggle(): void; closeSidebar(): void; ngOnChanges(obj: any): void; }