/// export declare type DropZoneEvent = DragEvent | React.ChangeEvent; export declare enum Size { ExtraLarge = 500, Large = 300, Medium = 160, Small = 100 } export interface DropZoneContext { width: Size; height: Size; type: string; }