/// import { GitContext } from '../../../types'; type Props = { git: GitContext; }; export default function Git({ git }: Props): JSX.Element; export {};