import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
/**
 * Selected Data Directive
 * ```html
 * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes>
 * ```
 */
export declare class SelectedDataIndexDirective extends ComplexBase<SelectedDataIndexDirective> {
    private viewContainerRef;
    directivePropList: any;
    /**
     * Specifies the point index
     * @default 0
     * @asptype int
     */
    point: any;
    /**
     * Specifies the series index
     * @default 0
     * @asptype int
     */
    series: any;
    constructor(viewContainerRef: ViewContainerRef);
}
/**
 * SelectedDataIndex Array Directive
 * @private
 */
export declare class SelectedDataIndexesDirective extends ArrayBase<SelectedDataIndexesDirective> {
    constructor();
}
