import { CategoryAngleAxisDescription } from "./CategoryAngleAxisDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ProportionalCategoryAngleAxisDescription extends CategoryAngleAxisDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private gs;
    get valueMemberPath(): string;
    set valueMemberPath(a: string);
    private go;
    get othersCategoryThreshold(): number;
    set othersCategoryThreshold(a: number);
    private gr;
    get othersCategoryType(): string;
    set othersCategoryType(a: string);
    private gq;
    get othersCategoryText(): string;
    set othersCategoryText(a: string);
}
