import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { TimeData } from "../../shared/model/time-data"; import { ToggleSelectItem } from "../../shared/model/toggle-select-item"; import { LegendDetailed } from "../../shared/model/legend-detailed"; import { ToggleBarSelectEvent } from "../../components/toggle-button-bar/toggle-bar-select-event"; import * as i0 from "@angular/core"; export declare class PanelScoreUtilizationTrendComponent implements OnInit, OnChanges { /** * TimeData used to populate the series of the chart */ data: TimeData[][]; /** * Toggle button bar selection/change event */ toggleBarSelectEvent: EventEmitter; /** * Apex charts configuration object */ chartConfig: any; /** * Toggle button bar configuration object */ toggleButtonsConfig: ToggleSelectItem[]; /** * Legend details button bar configuration object */ legendConfig: LegendDetailed[]; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }