import { OnInit } from '@angular/core'; import { MenuItem, SidebarOptions } from '@bea-shell/common/objects'; export declare class SidebarItemComponent implements OnInit { options: SidebarOptions; menuItem: MenuItem; selected: boolean; constructor(); ngOnInit(): void; select(): void; }