import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription";
import { WebRowTypeDescription } from "./WebRowTypeDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebGridRowEventArgsDetailDescription extends WebBaseEventArgsDetailDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private p;
    get row(): WebRowTypeDescription;
    set row(a: WebRowTypeDescription);
    private s;
    get event(): any;
    set event(a: any);
}
