import React from "react"; export interface PieceDragLayerRef { } export interface PieceDragLayerProps { width?: number; } export declare const PieceDragLayer: React.ForwardRefExoticComponent>;