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