import { Description } from "./Description";
import { WebCellTypeDescription } from "./WebCellTypeDescription";
import { Type } from "./type";
import { WebRowTypeDescription } from "./WebRowTypeDescription";
/**
 * @hidden
 */
export declare class WebGridContextMenuEventArgsDetailDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private k;
    get cell(): WebCellTypeDescription;
    set cell(a: WebCellTypeDescription);
    private p;
    get event(): any;
    set event(a: any);
    private m;
    get row(): WebRowTypeDescription;
    set row(a: WebRowTypeDescription);
}
