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