import * as React from 'react';
export type DropAreaProps = Record<string, never>;
export declare const DropArea: React.FC<DropAreaProps>;
