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