import { CategorySeriesDescription } from "./CategorySeriesDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare abstract class RangeCategorySeriesDescription extends CategorySeriesDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private d4;
    get lowMemberPath(): string;
    set lowMemberPath(a: string);
    private d3;
    get highMemberPath(): string;
    set highMemberPath(a: string);
}
