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