import { OnInit } from '@angular/core'; import { User } from '@iapps/ngx-dhis2-http-client'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { DashboardAppState } from '../../store/reducers'; export declare class Dhis2DashboardComponent implements OnInit { private store; currentUser$: Observable; constructor(store: Store); ngOnInit(): void; }