export type { UploadAreaProps, UploadAreaSize, DescriptionPayload } from './types'; export { UploadArea } from './upload-area'; export { getFilesDescription } from './utils';