import { IgcStrategyBasedIndicatorComponent } from "./igc-strategy-based-indicator-component";
import { AccumulationDistributionIndicator } from "./AccumulationDistributionIndicator";
/**
 * Represents a IgxDataChartComponent Accumulation/Distribution indicator series.
 * Default required members: Close, Low, High, Volume
*
* You can use the `AccumulationDistributionIndicator` to evaluate the suppy and demand of a stock, security, or index.
*/
export declare class IgcAccumulationDistributionIndicatorComponent extends IgcStrategyBasedIndicatorComponent {
    protected createImplementation(): AccumulationDistributionIndicator;
    /**
                                 * @hidden
                                 */
    get i(): AccumulationDistributionIndicator;
    constructor();
    connectedCallback(): void;
    disconnectedCallback(): void;
    private static _observedAttributesIgcAccumulationDistributionIndicatorComponent;
    static get observedAttributes(): string[];
    static htmlTagName: string;
    protected static _isElementRegistered: boolean;
    static register(): void;
}
