import { GithubInfoType } from './util'; declare function GithubComponent({ title, image, link }: GithubInfoType): import("react/jsx-runtime").JSX.Element; export default GithubComponent;