import { QueryList } from '@angular/core'; import { Widget, WidgetContentType } from '../types'; import { AlHighchartColumnComponent } from '../al-highchart-column/al-highchart-column.component'; import { AlHighchartSemiCircleComponent } from '../al-highchart-semi-circle/al-highchart-semi-circle.component'; import { AlHighchartsActivityGaugeComponent } from '../al-highchart-activity-gauge/al-highchart-activity-gauge.component'; import { AlHighchartTreeMapComponent } from '../al-highchart-treemap/al-highchart-treemap.component'; import { AlCountSummaryComponent } from '../al-count-summary/al-count-summary.component'; import { AlDetailedTableListComponent } from '../al-detailed-table-list/al-detailed-table-list.component'; export declare class AlDashboardLayoutComponent { contentType: typeof WidgetContentType; config: Widget[]; columnChart: QueryList; semiCircle: QueryList; activityGague: QueryList; treeMap: QueryList; countSummary: QueryList; tableList: QueryList; handleKeyboardEvent(event: KeyboardEvent): void; private toggleTheme; }