import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**
* Indicator Directive
* ```html
*
*
*
* ```
*/
export declare class StockChartPeriodDirective extends ComplexBase {
private viewContainerRef;
directivePropList: any;
/**
* Count value for the button.
* @default 1
*/
interval: any;
/**
* IntervalType of button.
* @default 'Years'
*/
intervalType: any;
/**
* To select the default period.
* @default false
*/
selected: any;
/**
* Text to be displayed on the button.
* @default null
*/
text: any;
constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaratione-stockchart-period", never, { "interval": "interval"; "intervalType": "intervalType"; "selected": "selected"; "text": "text"; }, {}, never>;
}
/**
* StockChartPeriod Array Directive
* @private
*/
export declare class StockChartPeriodsDirective extends ArrayBase {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵdir: i0.ɵɵDirectiveDeclaratione-stockchart-periods", never, {}, {}, ["children"]>;
}