import { IProDownloadProps } from './propsType'; declare const ProDownload: { (props: IProDownloadProps): JSX.Element; downLoadRequest: import("./utils").DownloadRequestProps; }; export default ProDownload;