import { OnInit } from '@angular/core'; import { CssThemeService } from '../css-theme/css-theme.service'; export declare class CssThemeComponent implements OnInit { protected themeService: CssThemeService; constructor(themeService: CssThemeService); ngOnInit(): void; toggle(): void; }