import { type DownloadListProps } from '../ui/DownloadList';
type DownloadListContainerProps = Omit<DownloadListProps, 'title' | 'downloadLabel'>;
declare const DownloadListContainer: import("react").FunctionComponent<DownloadListContainerProps>;
export default DownloadListContainer;
//# sourceMappingURL=DownloadListContainer.d.ts.map