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