export type AddToDownloadListV2Props = {
    entityId: string;
    entityVersionNumber?: number;
};
declare function AddToDownloadListV2(props: AddToDownloadListV2Props): import("react/jsx-runtime").JSX.Element;
export default AddToDownloadListV2;
//# sourceMappingURL=AddToDownloadListV2.d.ts.map