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