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