import { OnInit } from '@angular/core'; import { GridsterConfig, GridsterItem } from './../../gridster/public-api'; import { RaDashboardService } from './../ra.dashboard.service'; export declare class RADashboardControl implements OnInit { private dashboardService; constructor(dashboardService: RaDashboardService); dashboardId: number; width: string; height: string; globalFilter: any; widgetList: GridsterItem[]; options: GridsterConfig; ngOnInit(): void; loadWidgets(): void; }