import React from 'react'; /** * The text of the event stream * * @alpha */ export declare const TaskLogStream: (props: { logs: { [k: string]: string[]; }; }) => React.JSX.Element;