import { FC } from 'react'; interface UploadButtonProps { downloadText: string; } export declare const UploadButton: FC; export {};