import React from 'react'; import { WorkflowCardActionsProps } from './WorkflowCard.types.js'; /** * Component that renders the workflow card action elements used for all screen components. * @param {WorkflowCardActionsProps} props - props of WorkflowCardActions component * @category Component */ export declare const WorkflowCardActions: React.FC;