import { NgxDhis2HttpClientService } from '@iapps/ngx-dhis2-http-client'; export declare class DashboardItemService { private http; constructor(http: NgxDhis2HttpClientService); getOne(dashboardItemId: string, dashboardItemType: string): import("rxjs").Observable; }