import React from 'react'; export declare const WorkflowRunStatus: (props: { status: string | undefined; }) => React.JSX.Element | null;