import type { EditorExecutionState } from "../state/executionState"; export declare function ExecutionLogPanel({ state, onCancel, onRetry }: { state: EditorExecutionState; onCancel: () => void; onRetry: () => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ExecutionLogPanel.d.ts.map