import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription";
import { Type } from "./type";
import { WebGridCellIdentifierDescription } from "./WebGridCellIdentifierDescription";
import { WebColumnDescription } from "./WebColumnDescription";
/**
 * @hidden
 */
export declare class WebGridEditDoneEventArgsDetailDescription extends WebBaseEventArgsDetailDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private ac;
    get rowID(): any;
    set rowID(a: any);
    private aa;
    get primaryKey(): any;
    set primaryKey(a: any);
    private ad;
    get rowKey(): any;
    set rowKey(a: any);
    private r;
    get cellID(): WebGridCellIdentifierDescription;
    set cellID(a: WebGridCellIdentifierDescription);
    private ab;
    get rowData(): any;
    set rowData(a: any);
    private z;
    get oldValue(): any;
    set oldValue(a: any);
    private y;
    get newValue(): any;
    set newValue(a: any);
    private p;
    get column(): WebColumnDescription;
    set column(a: WebColumnDescription);
    private u;
    get isAddRow(): boolean;
    set isAddRow(a: boolean);
    private v;
    get valid(): boolean;
    set valid(a: boolean);
}
