import { EventEmitter, OnInit } from '@angular/core'; import { Store } from '@ngrx/store'; import { ThemeState } from '../../../../../ThemeOptions/store/theme.state'; import { ThemeOptions } from '../../../../../ThemeOptions/theme-options'; import { UserProfile } from '../../../models/UserProfile'; import * as i0 from "@angular/core"; export declare class UserBoxComponent implements OnInit { globals: ThemeOptions; private store; profile: UserProfile | undefined; loggedOut: EventEmitter; settingClicked: EventEmitter; bgColor: string; toggleDrawer(): void; constructor(globals: ThemeOptions, store: Store<{ theme: ThemeState; }>); ngOnInit(): void; logOut(): void; openSettings(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }