import React from 'react';
export declare type AddToDownloadListV2Props = {
    entityId: string;
    entityVersionNumber?: number;
};
declare const AddToDownloadListV2: React.FunctionComponent<AddToDownloadListV2Props>;
export default AddToDownloadListV2;
