import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ChartSummaryDescriptionDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private j;
    get field(): string;
    set field(a: string);
    private k;
    get operand(): string;
    set operand(a: string);
    private h;
    get alias(): string;
    set alias(a: string);
    private i;
    get calculatorDisplayName(): string;
    set calculatorDisplayName(a: string);
    private l;
    get provideCalculatorRef(): string;
    set provideCalculatorRef(a: string);
}
