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