import { OnInit, OnDestroy, ElementRef } from '@angular/core'; export declare class IccTrendSendComponent implements OnInit, OnDestroy { private el; constructor(el: ElementRef); chartIns: any; unit: string; reportType: number; title: string; dateList: Array; receiveList: Array; sendList: Array; ratioList: Array; resizeCharts: () => void; changeYaxisUnit(): void; ngOnInit(): void; ngOnDestroy(): void; formatRatioList(): any[]; createLineChart(chartCls: any, ratioList?: any): void; getSeries(ratioList: any): any; }