interface GitBranchSwitcherProps { currentBranch?: string; isDetached?: boolean; shortHeadSha?: string; } export declare function GitBranchSwitcher({ currentBranch, isDetached, shortHeadSha, }: GitBranchSwitcherProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=GitBranchSwitcher.d.ts.map