declare function CommentDeleteConfirmation({ onConfirm, confirmButtonText, failureText, onCancel, }: any): import("react/jsx-runtime").JSX.Element | null;
declare namespace CommentDeleteConfirmation {
    var defaultProps: {
        confirmButtonText: string;
        onCancel: () => void;
        failureText: string;
    };
}
export { CommentDeleteConfirmation };
//# sourceMappingURL=CommentDeleteConfirmation.d.ts.map