import { RequestOptions } from '@elaraai/e3-api-client'; export interface TaskLogsProps { apiUrl: string; repo: string; workspace: string; task: string; requestOptions?: RequestOptions; } /** * Renders a virtualized log viewer for a task's stdout/stderr. */ export declare const TaskLogs: import('react').NamedExoticComponent; //# sourceMappingURL=TaskLogs.d.ts.map