import type { ReactElement } from 'react'; import type { UseDownloadInfoProps } from './types.js'; declare function DownloadSpecificationComponent({ downloadUrls }: UseDownloadInfoProps): ReactElement; export declare const DownloadSpecification: import("react").MemoExoticComponent; export {};