import { Description } from "./Description";
import { Type } from "./type";
import { WebGridBaseDirectiveDescription } from "./WebGridBaseDirectiveDescription";
/**
 * @hidden
 */
export declare class WebGridRowDragGhostContextDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private o;
    get implicit(): any;
    set implicit(a: any);
    private n;
    get data(): any;
    set data(a: any);
    private k;
    get grid(): WebGridBaseDirectiveDescription;
    set grid(a: WebGridBaseDirectiveDescription);
}
