export declare const applyDrag: (arr: any, dragResult: any) => any; export declare const generateItems: (count: any, creator: any) => any[];