import { WebBaseEventArgsDetailDescription } from "./WebBaseEventArgsDetailDescription";
import { Type } from "./type";
import { WebRowTypeDescription } from "./WebRowTypeDescription";
/**
 * @hidden
 */
export declare class WebRowDragStartEventArgsDetailDescription extends WebBaseEventArgsDetailDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private n;
    get dragDirective(): any;
    set dragDirective(a: any);
    private k;
    get dragData(): WebRowTypeDescription;
    set dragData(a: WebRowTypeDescription);
}
