import { OnInit } from '@angular/core'; import { PuiUserProfileService } from '../../../core'; export declare class PuiUserProfileComponent implements OnInit { userProfileService: PuiUserProfileService; currentThemeId: string; constructor(userProfileService: PuiUserProfileService); ngOnInit(): void; setTheme(newThemeId: string): void; }