import { RequestOptions } from '@elaraai/e3-api-client'; export interface TaskPreviewProps { apiUrl: string; repo: string; workspace: string; task: string; requestOptions?: RequestOptions; } export declare const TaskPreview: import('react').NamedExoticComponent; //# sourceMappingURL=TaskPreview.d.ts.map