import * as React from "react"; export declare const UploadFileInput: React.ForwardRefExoticComponent<{ title: string; fieldKey: string; disabled?: boolean; keyPrefix?: string; className?: string; } & React.InputHTMLAttributes & React.RefAttributes>; //# sourceMappingURL=UploadFileInput.d.ts.map