import { DataContextDescription } from "./DataContextDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class PieSliceDataContextDescription extends DataContextDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private ae;
    get percentValue(): number;
    set percentValue(a: number);
    private ac;
    get isOthersSlice(): boolean;
    set isOthersSlice(a: boolean);
}
