import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebRowDataEventArgsDetailDescription extends WebBaseEventArgsDetailDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private q;
    get data(): any;
    set data(a: any);
    private s;
    get rowData(): any;
    set rowData(a: any);
    private r;
    get primaryKey(): any;
    set primaryKey(a: any);
    private t;
    get rowKey(): any;
    set rowKey(a: any);
}
