export declare const Dropzone: import("react").FunctionComponent & import("../../../engines/types").InputHTMLAttributesWithoutDraggable & { files?: File[]; multiple?: boolean; title?: import("react").ReactNode; description?: import("react").ReactNode; icon?: import("react").ReactNode; iconPlacement?: "top" | "left"; size?: string; view?: string; disabled?: boolean; stretch?: boolean; onDragEnter?: (event: import("react").DragEvent) => void; onDragLeave?: (event: import("react").DragEvent) => void; onDragOver?: (event: import("react").DragEvent) => void; validator?: (files: File[]) => import("../../../components/Dropzone/Dropzone.types").ValidatorReturnType; onDrop?: import("../../../components/Dropzone/Dropzone.types").FileProcessHandler; onChoseFiles?: import("../../../components/Dropzone/Dropzone.types").FileProcessHandler; } & import("react").RefAttributes>; //# sourceMappingURL=Dropzone.d.ts.map