interface GitSidebarProps { onFixWithAI?: (errorMessage: string) => void; sessionId?: string; } export declare const GitSidebar: import("react").NamedExoticComponent; export {}; //# sourceMappingURL=GitSidebar.d.ts.map