import React from 'react';
import { WorkflowCardBodyProps } from './WorkflowCard.types';
/**
 * Component that renders the body content for the workflow card.
 *
 * @param {CardContentProps} props - Props of CardContentProps component
 *
 * @category Component
 */
export declare const WorkflowCardBody: React.FC<WorkflowCardBodyProps>;
