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 Chart3DSelectedDataIndexDirective extends ComplexBase { private viewContainerRef; directivePropList: any; /** * Specifies the index of the data point within the series. * @default 0 * @asptype int */ point: any; /** * Specifies the index of the series. * @default 0 * @asptype int */ series: any; constructor(viewContainerRef: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-chart3d-selecteddataindex", never, { "point": "point"; "series": "series"; }, {}, never>; } /** * Chart3DSelectedDataIndex Array Directive * @private */ export declare class Chart3DSelectedDataIndexesDirective extends ArrayBase { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-chart3d-selecteddataindexes", never, {}, {}, ["children"]>; }