/** * Running Task Panel */ import React from 'react'; export declare function RunningTaskPanel({ command, elapsedMs }: { command: string; elapsedMs: number; }): React.JSX.Element; //# sourceMappingURL=running-task-panel.d.ts.map