/// <reference types="react" />
export interface FileDroppableState {
    dragOver: boolean;
    message?: React.ReactNode;
}
