import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class DataGridSummaryResultDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private s;
    get groupKeyRef(): string;
    set groupKeyRef(a: string);
    private u;
    get propertyName(): string;
    set propertyName(a: string);
    private t;
    get operand(): string;
    set operand(a: string);
    private p;
    get value(): any;
    set value(a: any);
    private n;
    get summaryIndex(): number;
    set summaryIndex(a: number);
    private l;
    get shouldDisplay(): boolean;
    set shouldDisplay(a: boolean);
}
