import { ViewContainerRef } from '@angular/core'; import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; import * as i0 from "@angular/core"; /** * Selected Data Directive * ```html * * ``` */ export declare class StockChartSelectedDataIndexDirective extends ComplexBase { private viewContainerRef; directivePropList: any; /** * Specifies index of point. * @default 0 * @asptype int */ point: any; /** * Specifies index of series. * @default 0 * @asptype int */ series: any; constructor(viewContainerRef: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-stockchart-selectedDataIndex", never, { "point": "point"; "series": "series"; }, {}, never>; } /** * StockChartSelectedDataIndex Array Directive * @private */ export declare class StockChartSelectedDataIndexesDirective extends ArrayBase { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-stockchart-selectedDataIndexes", never, {}, {}, ["children"]>; }