import React from 'react'; import type { WorkflowRun } from '#services/workflow_runs.js'; export declare const RunInfoSidebar: React.FC<{ run: WorkflowRun; resultStatus?: string | null; maxRows?: number; }>;