import React from 'react'; import { WorkflowCardBodyProps } from './WorkflowCard.types.js'; /** * 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;