/** * 返回第一个 dropTarget 作为目标 */ export declare const useGetWillDropTarget: () => () => string | undefined;