import { ProcessNode, RunMeta } from './types';
export type DiagnosticsDetailPanelProps = {
    process: ProcessNode | null;
    collectBusy?: boolean;
    onCollectStack?: (pid: number) => void | Promise<void>;
    runMeta?: RunMeta;
};
export declare function DiagnosticsDetailPanel({ process, collectBusy, onCollectStack, runMeta, }: DiagnosticsDetailPanelProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DiagnosticsDetailPanel.d.ts.map