import { OnInit } from '@angular/core'; export declare class SidebarItemsContainerComponent implements OnInit { get classList(): string; constructor(); ngOnInit(): void; }