import { OnInit } from '@angular/core'; import { SCShellService } from './sc-shell.service'; import * as i0 from "@angular/core"; export declare class SCShellComponent implements OnInit { scShellService: SCShellService; constructor(scShellService: SCShellService); get isInit(): boolean; initTheme: boolean; initThemeThemeType: boolean; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }