import { HorizontalRangeCategorySeriesDescription } from "./HorizontalRangeCategorySeriesDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class RangeColumnSeriesDescription extends HorizontalRangeCategorySeriesDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private gy;
    get radiusX(): number;
    set radiusX(a: number);
    private gz;
    get radiusY(): number;
    set radiusY(a: number);
}
