import { PolarLineSeriesBaseDescription } from "./PolarLineSeriesBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class PolarSplineAreaSeriesDescription extends PolarLineSeriesBaseDescription { static $t: Type; protected get_type(): string; constructor(); private hg; get stiffness(): number; set stiffness(a: number); }