import { AnchoredRadialSeriesDescription } from "./AnchoredRadialSeriesDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class RadialPieSeriesDescription extends AnchoredRadialSeriesDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private h2;
    get radiusX(): number;
    set radiusX(a: number);
    private h3;
    get radiusY(): number;
    set radiusY(a: number);
    private h7;
    get legendLabelMemberPath(): string;
    set legendLabelMemberPath(a: string);
    private h6;
    get legendEmptyValuesMode(): string;
    set legendEmptyValuesMode(a: string);
    private h0;
    get useInsetOutlines(): boolean;
    set useInsetOutlines(a: boolean);
}
