import { Description } from "./Description";
import { Type } from "./type";
import { DataGridSummaryResultDescription } from "./DataGridSummaryResultDescription";
/**
 * @hidden
 */
export declare class DataSourceSpecialRowDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private w;
    get rowType(): string;
    set rowType(a: string);
    private k;
    get keys(): string[];
    set keys(a: string[]);
    private y;
    get valuesRef(): string;
    set valuesRef(a: string);
    private l;
    get sectionKeys(): string[];
    set sectionKeys(a: string[]);
    private x;
    get sectionValuesRef(): string;
    set sectionValuesRef(a: string);
    private t;
    get targetRow(): any;
    set targetRow(a: any);
    private r;
    get level(): number;
    set level(a: number);
    private m;
    get summaryResults(): DataGridSummaryResultDescription[];
    set summaryResults(a: DataGridSummaryResultDescription[]);
}
