import type { SessionFileOperation } from '../../types/api'; interface SessionFilesDiffPanelProps { mode?: 'overlay' | 'pane'; open?: boolean; file?: string | null; operations?: SessionFileOperation[]; operationIndex?: number; onOperationIndexChange?: (index: number) => void; onClose?: () => void; } export declare const SessionFilesDiffPanel: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=SessionFilesDiffPanel.d.ts.map