import React from 'react';
import { WorkflowCardBaseProps } from './WorkflowCard.types';
/**
 * Component that renders the workflow card that is used for all screen components.
 *
 * @param {WorkflowCardBaseProps} props - Props of WorkflowCardBase component
 *
 * @category Component
 */
export declare const WorkflowCard: React.FC<WorkflowCardBaseProps>;
