import { IgcStrategyBasedIndicatorComponent } from "./igc-strategy-based-indicator-component";
import { MassIndexIndicator } from "./MassIndexIndicator";
/**
 * Represents a IgxDataChartComponent Mass Index indicator series.
 * Default required members: High, Low
*
* Represents a Ignite UIDataChart Mass Index indicator series.
*
* Example:
*/
export declare class IgcMassIndexIndicatorComponent extends IgcStrategyBasedIndicatorComponent {
    protected createImplementation(): MassIndexIndicator;
    /**
                                 * @hidden
                                 */
    get i(): MassIndexIndicator;
    constructor();
    connectedCallback(): void;
    disconnectedCallback(): void;
    private static _observedAttributesIgcMassIndexIndicatorComponent;
    static get observedAttributes(): string[];
    static htmlTagName: string;
    protected static _isElementRegistered: boolean;
    static register(): void;
}
