import { DownloadProps } from './types'; export declare const Download: import('react').MemoExoticComponent<(props: DownloadProps) => import("react/jsx-runtime").JSX.Element>;