import React from 'react'; import type { RunRecord } from '../types'; export declare function ArtifactPanel({ run }: { run: RunRecord; }): React.ReactElement;