import { OnInit } from '@angular/core'; import { BeaShellService } from '@bea-shell/bea-shell.service'; import { BeaShellOptions } from '@bea-shell/common/objects'; export declare class BeaShellComponent implements OnInit { private _beaShell; private _options; withTopbar: boolean; withSidebar: boolean; beaShell: BeaShellService; options: BeaShellOptions; constructor(_beaShell: BeaShellService); ngOnInit(): void; ngDoCheck(): void; }