import { SFC } from 'react'; interface GithubLinkProps { repository: string; } export declare const GithubLink: SFC; export {};