import React from 'react'; /** * 拖拽遮罩提示 */ export declare const DraggingMask: (() => React.JSX.Element) & { displayName: string; };