export declare function disableNativeDragPreview({ nativeSetDragImage, }: { nativeSetDragImage: DataTransfer['setDragImage'] | null; }): void;