/// import { IRepository } from './github_card.interface'; export declare const GithubRepoCard: (repository: IRepository) => JSX.Element;