interface InputShellJobsBarProps { sessionId: string; } /** * Stacked bar above the chat input listing detached shell jobs for the * session: running jobs plus jobs finished within the recent window. Rows * expand to a bounded scrollable output preview and expose a stop control * while running. */ export declare const InputShellJobsBar: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=InputShellJobsBar.d.ts.map