import { ElementRef } from '@angular/core'; export declare class TrendSeriesDirective { private el; _series: any; set series(vals: string); elm: any; constructor(el: ElementRef); }