import { OnInit } from '@angular/core'; export declare class LeftSideBarComponent implements OnInit { showSpinner: boolean; constructor(); ngOnInit(): void; }