///
import { DropzoneFullScreen } from './dropzone-fullscreen';
export declare const Dropzone: import("../../utils").ForwardRefWithStaticComponents;
export type { DropzoneStylesNames, DropzoneProps } from './dropzone';
export type { DropzoneFullScreenProps, DropzoneFullScreenStylesName } from './dropzone-fullscreen';
export type { DropzoneAcceptProps, DropzoneRejectProps, DropzoneIdleProps, } from './dropzone-status';
export * from './mime-types';
export type { FileWithPath, FileRejection } from 'react-dropzone';