import React from 'react';
export declare const CardReplyPopover: ({ onDeleteComment, commentId, className, popoverClassName, }: {
    className?: string;
    popoverClassName?: string;
    onDeleteComment?: () => void;
    commentId: string;
}) => React.JSX.Element;
