import * as React from "react"; export declare const FileInputDropArea: ({ disabled, children, className, onDrop, text, }: { disabled?: boolean; children: React.ReactNode; className?: string; onDrop: (fileList: FileList | null) => Promise; text?: string; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FileInputDropArea.d.ts.map