import React from 'react'; import { type ViewStateRuntimeLogs } from './SkmtcContext.js'; import { Project } from '../lib/project.js'; import type { RemoteProject } from '../lib/remote-project.js'; type RuntimeLogsViewProps = { project: Project | RemoteProject; view: ViewStateRuntimeLogs; }; export declare const RuntimeLogsView: ({ project }: RuntimeLogsViewProps) => React.JSX.Element; export {}; //# sourceMappingURL=RuntimeLogsView.d.ts.map