import React from 'react';
import { ReferringDocuments } from './useReferringDocuments';
declare type DeletionConfirmationDialogBodyProps = Required<ReferringDocuments> & {
    documentTitle: React.ReactNode;
    action: string;
    onReferenceLinkClick?: () => void;
};
/**
 * The inner part of the `ConfirmDeleteDialog`. This is ran when both the
 * `crossDatasetReferences` and `internalReferences` are loaded.
 */
export declare function ConfirmDeleteDialogBody({ crossDatasetReferences, internalReferences, documentTitle, totalCount, action, datasetNames, hasUnknownDatasetNames, onReferenceLinkClick, }: DeletionConfirmationDialogBodyProps): React.JSX.Element;
export {};
//# sourceMappingURL=ConfirmDeleteDialogBody.d.ts.map