import { OnChanges, SimpleChanges } from '@angular/core'; import * as Highcharts from 'highcharts'; import { PghSimpleHighchartsSeries } from '../models'; import { ChartParent } from '../chart-parent'; import { PghChartTooltipService } from '../chart-tooltip.service'; import { PghStatBoxService } from '../statbox.service'; import { PghChartColorsService } from '../chart-colors.service'; import * as i0 from "@angular/core"; export declare class PghMiniChartComponent extends ChartParent implements OnChanges { protected chartTooltipService: PghChartTooltipService; protected chartColorsService: PghChartColorsService; protected statBoxService?: PghStatBoxService | undefined; chartOptions: import("@angular/core").WritableSignal; userCustomChartOptions: import("@angular/core").InputSignal; series: import("@angular/core").InputSignal[]>; defaultSeriesType: import("@angular/core").InputSignal<"areaspline" | "column">; protected readonly CHART_PLACEHOLDER_SERIES: { name: string; data: number[]; type: "areaspline" | "column"; }[]; constructor(chartTooltipService: PghChartTooltipService, chartColorsService: PghChartColorsService, statBoxService?: PghStatBoxService | undefined); ngOnChanges(_changes: SimpleChanges): void; private updateChartOptions; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }