interface GitDiffPanelProps { mode?: 'overlay' | 'pane'; open?: boolean; file?: string | null; staged?: boolean; onClose?: () => void; } export declare const GitDiffPanel: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=GitDiffPanel.d.ts.map