/// export declare type DropZoneEvent = DragEvent | React.ChangeEvent; export interface DropZoneContext { size: string; type: string; }