/** * Модель, описывающая формат события "drop" */ export declare class DDSortDropResponse { bagName: string; el: any; target: any; source: any; sibling: any; }