import { ViewContainerRef } from '@angular/core'; import { ComplexBase, ArrayBase } from '@syncfusion/ej2-ng-base'; export declare class SmithchartSeriesDirective extends ComplexBase { private viewContainerRef; /** * enable or disable the animation of series. * @default 2000ms */ animationDuration: any; /** * Specifies the dataSource * @default null */ dataSource: any; /** * enable or disable the animation of series. * @default false */ enableAnimation: any; /** * avoid the overlap of dataLabels. * @default false */ enableSmartLabels: any; /** * color for series. * @default null */ fill: any; /** * options for customizing marker */ marker: any; /** * The name of the series visible in legend. * @default '' */ name: any; /** * opacity for series. * @default 1 */ opacity: any; /** * points for series. * @default [] */ points: any; /** * reactance name for dataSource * @default '' */ reactance: any; /** * resistance name for dataSource * @default '' */ resistance: any; /** * options for customizing tooltip */ tooltip: any; /** * visibility for series. * @default visible */ visibility: any; /** * width for series. * @default 1 */ width: any; constructor(viewContainerRef: ViewContainerRef); } /** * SmithchartSeries Array Directive * @private */ export declare class SmithchartSeriesCollectionDirective extends ArrayBase { constructor(); }