import { BaseChart } from './BaseChart'; import { HighChartSparkLine } from './highcharts/HighChartSparkLine'; import { OnInit } from '@angular/core'; import { Result } from 'stms-shared-models'; export declare class TrendChartComponent extends BaseChart implements OnInit { result: Result; constructor(); getOptions(): HighChartSparkLine; ngOnInit(): void; }