import type { SidebarDiffRef } from './state.ts'; export declare function DiffTab(props: { sessionId: string; cwd: string | undefined; diff: SidebarDiffRef; }): import("react").JSX.Element;