import { Description } from "./Description";
import { SeriesDescription } from "./SeriesDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class FinancialChartCustomIndicatorArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get series(): SeriesDescription;
    set series(a: SeriesDescription);
    private m;
    get index(): number;
    set index(a: number);
}
